diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:59:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 12:00:20 +0200 |
commit | fd41f7d500cbd80ed27c706a7f966934efc3dea7 (patch) | |
tree | 722796d09a6e8a730f577c44066cac54ad09c09e /skins/larry/styles.css | |
parent | e186a7ac8078641cab31c06e807bf696830aa153 (diff) |
Better icons with distinct shapes for priority columns (#1488377); fix overflow in decorated drop-downs
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 3c061352b..49e39e361 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1487,6 +1487,9 @@ a.dropdownselector .handle { margin: -1px 0; padding-top: 5px; min-height: 20px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } select.decorated { |