diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-14 15:10:50 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-14 15:10:50 +0200 |
commit | c965c8abe1aa55a70844e2c95de9bb8d8293e9eb (patch) | |
tree | c10cbdcd646062396e1a61bce74dfd148f36f18c /skins/larry | |
parent | b8dc3e0e61311fe03f21761fd7de1ca80d10c990 (diff) | |
parent | e1cfb0bc01395bc71162cdd986234f3fe009edb4 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 4 | ||||
-rw-r--r-- | skins/larry/styles.css | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 6e4e0cd7d..4fff24307 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -137,6 +137,10 @@ a.iconbutton.threadmode.selected { background-position: 6px 2px; } +#mailboxlist li:first-child { + border-radius: 4px 4px 0 0; +} + #mailboxlist li.mailbox a { padding-left: 36px; white-space: nowrap; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1bdd30362..0a72c5048 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -824,6 +824,10 @@ table.layout td { overflow: hidden; } +.uibox .boxfooter { + border-radius: 0 0 4px 4px; +} + .boxfooter .listbutton { display: inline-block; text-decoration: none; @@ -834,6 +838,10 @@ table.layout td { margin-top: 1px; } +.uibox .boxfooter .listbutton:first-child { + border-radius: 0 0 0 4px; +} + .boxfooter .listbutton .inner { display: inline-block; width: 48px; |