diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 3313e1839..2929713e1 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1924,6 +1924,8 @@ select.decorated option { top: 32px; left: 90px; width: auto; + max-height: 70%; + overflow: auto; background: #444; border: 1px solid #999; z-index: 240; @@ -1956,6 +1958,7 @@ ul.toolbarmenu li, margin: 0; border-top: 1px solid #5a5a5a; border-bottom: 1px solid #333; + padding-right: 10px; } .googie_list tr:first-child td, @@ -2325,12 +2328,13 @@ ul.toolbarmenu li span.conversation { display: block; color: #333; font-weight: bold; - padding: 8px 15px 3px 30px; + padding: 3px 15px 3px 30px; text-shadow: 0px 1px 1px #fff; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + line-height: 20px; } .attachmentslist li a.drop { @@ -2359,9 +2363,9 @@ ul.toolbarmenu li span.conversation { .attachmentslist li a.delete, .attachmentslist li a.cancelupload { position: absolute; - top: 6px; + top: 4px; right: 0; - width: 24px; + width: 20px; height: 18px; padding: 0; text-decoration: none; |