From d157ab750c2ca916bed8d222fb24b8e31c497f03 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 25 Jun 2010 06:52:01 -0700 Subject: [PATCH] Updated the browny admin theme to support the theme options as tabs. --- themes/browny_admin_wind/css/screen.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/themes/browny_admin_wind/css/screen.css b/themes/browny_admin_wind/css/screen.css index b30bcf25..64e70c52 100644 --- a/themes/browny_admin_wind/css/screen.css +++ b/themes/browny_admin_wind/css/screen.css @@ -419,6 +419,26 @@ th { background-color: #FFF; } +/* Theme options ~~~~~~~~~~~~~~~~~~~~~~~~ */ +#g-theme-options-form { + border: 1px solid #9e7247; +} +#g-theme-options-form-tabs { + border: none !important; +} +#g-theme-options-form fieldset { + border: none; +} + +.ui-tabs .ui-tabs-nav li a { + padding: 0 1em; +} + +.ui-tabs .ui-tabs-nav li a.g-error { + background: none no-repeat scroll 0 0 transparent; + color: #FF0000 !important; +} + /** ******************************************************************* * 5) Navigation and menus *********************************************************************/ @@ -547,4 +567,4 @@ background: #fcf9ce url('../images/ico-success.png') no-repeat .4em 50% /* /modules/user/css/user.css */ #g-user-admin-list .g-admin { color: #8d8d3d !important; -} \ No newline at end of file +}