Przeglądaj źródła

Small CSS fixes

JC Brand 8 lat temu
rodzic
commit
e8cf903dc0
3 zmienionych plików z 4 dodań i 6 usunięć
  1. 2 3
      css/converse.css
  2. 2 2
      sass/_controlbox.scss
  3. 0 1
      sass/_roster.scss

+ 2 - 3
css/converse.css

@@ -1981,7 +1981,7 @@
       list-style: none;
       padding-left: 0;
       text-shadow: white 0 1px 0;
-      width: 38%; }
+      width: 40%; }
       #conversejs #controlbox #controlbox-tabs li a {
         background-color: white;
         border-bottom: 1px solid #CCC;
@@ -2019,7 +2019,7 @@
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
-      display: inline; }
+      display: inline-block; }
     #conversejs #controlbox .fancy-dropdown.no-border {
       border: 0; }
   #conversejs #controlbox #fancy-xmpp-status-select {
@@ -2216,7 +2216,6 @@
         margin-left: 5px; }
       #conversejs #converse-roster .roster-contacts dd a.remove-xmpp-contact {
         float: right;
-        margin-right: 1em;
         display: none;
         color: #818479; }
   #conversejs #converse-roster span.pending-contact-name {

+ 2 - 2
sass/_controlbox.scss

@@ -257,7 +257,7 @@
                 list-style: none;
                 padding-left: 0;
                 text-shadow: white 0 1px 0;
-                width: 38%;
+                width: 40%;
                 a {
                     background-color: white;
                     border-bottom: 1px solid $border-color;
@@ -303,7 +303,7 @@
                 overflow: hidden;
                 text-overflow: ellipsis;
                 white-space: nowrap;
-                display: inline;
+                display: inline-block;
             }
             &.no-border {
                 border: 0;

+ 0 - 1
sass/_roster.scss

@@ -156,7 +156,6 @@
                 }
                 &.remove-xmpp-contact {
                     float: right;
-                    margin-right: 1em;
                     display: none;
                     color: $text-color;
                 }