Browse Source

CSS fixes for overflowing text.

JC Brand 12 years ago
parent
commit
b97e23ea0d
3 changed files with 8 additions and 1 deletions
  1. 6 0
      CHANGES.rst
  2. 2 1
      converse.css
  3. 0 0
      converse.min.css

+ 6 - 0
CHANGES.rst

@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.4 (Unreleased)
+----------------
+
+- CSS tweaks: fixed overflowing text in status message and chatrooms list.
+  [jcbrand]
+
 0.3 (2013-05-21)
 ----------------
 

+ 2 - 1
converse.css

@@ -304,6 +304,7 @@ dl.add-converse-contact {
     text-overflow: ellipsis;
     white-space: nowrap;
     float: left;
+    width: 130px;
 }
 
 #fancy-xmpp-status-select a.change-xmpp-status-message {
@@ -503,7 +504,7 @@ a.configure-chatroom-button {
     text-overflow: ellipsis;
     white-space: nowrap;
     display: inline-block;
-    width: 170px;
+    width: 165px;
 }
 
 #available-chatrooms dt,

File diff suppressed because it is too large
+ 0 - 0
converse.min.css


Some files were not shown because too many files changed in this diff