diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-29 23:09:52 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-29 23:09:52 -0700 |
commit | bc0d5e79cbf02a2b51c196c0105677a316e0c8bc (patch) | |
tree | c510376371da42affaa0b12459a96dbd077cdebb /themes/admin_wind/css | |
parent | 3707d4e94fc46fb3b92c399111ef6fc7f351aaba (diff) |
Revert "Change the theme option page to display using tabs if the site theme has an admin page."
This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd.
Conflicts:
modules/gallery/helpers/theme.php
modules/gallery/views/admin_theme_options.html.php
themes/admin_wind/css/screen.css
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r-- | themes/admin_wind/css/screen.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 2ea60402..81b1a896 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -399,26 +399,6 @@ th { background-color: #FFF; } -/* Theme options ~~~~~~~~~~~~~~~~~~~~~~~~ */ -#g-theme-options-form { - border: 1px solid #a6c9e2; -} -#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; -} - /* Language options ~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-share-translations-form fieldset { border: 0px; |