From 73364f2e49d21824c55db1ce5276b1ae85e456e5 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 04 Oct 2012 11:01:04 -0400
Subject: [PATCH] No vertical space after tabsbar in UI dialogs
---
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 a241b37..3406880 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2002,6 +2002,10 @@
white-space: nowrap;
}
+.ui-dialog-content .tabsbar {
+ margin-bottom: 0;
+}
+
.tabsbar .tablink {
padding: 15px 1px 15px 0;
background: #f8f8f8;
--
Gitblit v1.9.1