From 9a6e6e3abf654ffb33f8143ee64bf9259a594e3e Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 20 Jun 2014 10:03:07 -0400
Subject: [PATCH] Global styles for tabbed forms in ui-dialogs

---
 skins/larry/styles.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 1c2bd66..313455b 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2805,6 +2805,10 @@
 	background: none;
 }
 
+.ui-dialog .tabbed.ui-tabs {
+	margin: -12px -8px 0 -8px;
+}
+
 .boxcontent.tabbed.ui-tabs {
 	padding: 10px;
 }
@@ -2813,7 +2817,7 @@
 	margin-bottom: 10px;
 }
 
-.ui-dialog-content .tabsbar {
+.ui-dialog-content .ui-tabs .tabsbar.ui-tabs-nav {
 	margin-bottom: 0;
 }
 
@@ -2836,6 +2840,12 @@
 	background: none;
 }
 
+.ui-dialog .propform .ui-tabs-panel {
+	display: block;
+	background: #efefef;
+	padding: 0.5em 1em;
+}
+
 #image-selector-form.droptarget {
 	background: url(images/filedrop.png) center bottom no-repeat;
 }

--
Gitblit v1.9.1