From 0c1005da3f470226e2f6ac7e38ee206f0a7b3625 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 04 Oct 2012 10:05:23 -0400 Subject: [PATCH] Reduce spacing between UI tabs and content --- plugins/jqueryui/themes/larry/jquery-ui-1.8.18.custom.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.8.18.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.8.18.custom.css index b51fb95..370ed9c 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.8.18.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.8.18.custom.css @@ -568,7 +568,7 @@ .ui-tabs .ui-tabs-nav li:last-child { background: none; } .ui-tabs .ui-tabs-nav li:last-child a { border: 0; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ -.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 1em; margin-top: 0.5em; background: #efefef; } +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 1em; margin-top: 0.2em; background: #efefef; } .ui-tabs .ui-tabs-hide { display: none !important; } /* * jQuery UI Datepicker 1.8.18 -- Gitblit v1.9.1