diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-14 18:55:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-14 18:55:38 +0200 |
commit | 519e380f637cbc8d2b5c3d7a0d34508ac17d57d8 (patch) | |
tree | 0faa5eead671c4e47139e165dba82b27d762fae2 /skins/larry/styles.css | |
parent | 413df054ad3235c59c24e897b616c569adc4f67b (diff) | |
parent | 56689b31ae3746600b12a9c5c9ec1438e704a6e7 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |