diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 19:21:06 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 19:21:06 -0700 |
commit | 176ca8cb33ffb07406ad46352d164f69f1201b6d (patch) | |
tree | 29994ec552248715c6bac87a983f4e2191ccb88c /themes/admin_wind/css | |
parent | 46fda847ad625c085b020f719da1c37660ab93b9 (diff) |
Move g-panel styles into gallery.common and tighten up form layout a bit.
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r-- | themes/admin_wind/css/screen.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 97e0bfd0..9fe3a1fc 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -12,7 +12,6 @@ * 6) jQuery and jQuery UI * 7) Right-to-left language styles * - * @todo Consider moving g-panel to gallery.common * @todo Review g-actions along with g-buttonset-vertical */ @@ -428,19 +427,6 @@ th { /* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */ -#g-panel { - display: none; - padding: 1em; -} - -#g-panel legend { - display: none; -} - -#g-panel fieldset { - border: none; -} - #g-admin-dashboard .ui-state-highlight, #g-sidebar .ui-state-highlight { height: 2em; |