1
0

Updated the browny admin theme to support the theme options as tabs.

This commit is contained in:
Tim Almdal 2010-06-25 06:52:01 -07:00
parent 283ab5abc9
commit d157ab750c

View File

@ -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;
}
}