From 73364f2e49d21824c55db1ce5276b1ae85e456e5 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 4 Oct 2012 17:01:04 +0200 Subject: No vertical space after tabsbar in UI dialogs --- skins/larry/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins/larry/styles.css') 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; -- cgit v1.2.3