diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:59:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:59:14 +0200 |
commit | 7dad5945a0c70bc8388a6bd818f464ce5140079c (patch) | |
tree | e13145a40936a370ea0cab6cf349e4a39d17ef2d /skins/larry/styles.css | |
parent | 8c4f09dd4e25bae86d580c86e17399d39fb2616f (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 { |