diff options
-rw-r--r-- | skins/larry/images/listicons.png | bin | 22854 -> 22859 bytes | |||
-rw-r--r-- | skins/larry/mail.css | 8 | ||||
-rw-r--r-- | skins/larry/styles.css | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png Binary files differindex 0a3fede97..86dba41c0 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1b83112a1..d76c94bc8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -204,7 +204,7 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox div.collapsed, #mailboxlist li.mailbox div.expanded { position: absolute; - top: 14px; + top: 13px; left: 20px; width: 14px; height: 14px; @@ -219,12 +219,12 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox ul li div.collapsed, #mailboxlist li.mailbox ul li div.expanded { left: 45px; - top: 15px; + top: 14px; } #mailboxlist li.mailbox .unreadcount { position: absolute; - top: 4px; + top: 3px; right: 6px; min-width: 1.8em; padding: 2px 4px; @@ -308,7 +308,7 @@ a.iconbutton.threadmode.selected { #messagelist tr td.flag, #messagelist tr td.priority { width: 20px; - padding: 3px; + padding: 2px 3px; } .chrome #messagelist tr td.attachment, diff --git a/skins/larry/styles.css b/skins/larry/styles.css index edb3077f7..0af131b86 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -727,7 +727,7 @@ a.iconlink.upload { text-shadow: 0px 1px 1px #fff; text-decoration: none; cursor: default; - padding: 7px 8px 2px 8px; + padding: 6px 8px 2px 8px; height: 17px; /* doesn't affect table-cells in FF */ white-space: nowrap; } @@ -937,13 +937,13 @@ table.records-table { .records-table thead td a, .records-table thead td span { display: block; - padding: 8px 7px; + padding: 7px 7px; color: #69939e; text-decoration: none; } .records-table tbody td { - padding: 3px 7px; + padding: 2px 7px; border-bottom: 1px solid #ddd; border-left: 1px dotted #bbd3da; white-space: nowrap; |