diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 17:01:04 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 17:01:04 +0200 |
commit | 73364f2e49d21824c55db1ce5276b1ae85e456e5 (patch) | |
tree | ac47b2269927cde79c49b1aaa08dea355f138455 /skins/larry/styles.css | |
parent | 95d28926865d8a0d6fd009ebd73c0fc78c19d183 (diff) |
No vertical space after tabsbar in UI dialogs
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index a241b3766..340688078 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2002,6 +2002,10 @@ ul.toolbarmenu li span.conversation { white-space: nowrap; } +.ui-dialog-content .tabsbar { + margin-bottom: 0; +} + .tabsbar .tablink { padding: 15px 1px 15px 0; background: #f8f8f8; |