diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-18 02:50:40 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-18 02:50:40 +0000 |
commit | c2598fe4d85f9c3b737ea40959f44bf04172eafa (patch) | |
tree | a37e613ffcc4e23638a315865ebdca3abc5a373c /themes/default/css | |
parent | dc5faf0ebf64461246da9691d754e563c20e5f42 (diff) |
Dialog polishing. They now resize their height. Updated form styles in the context of dialog display (don't show legends, fieldset border, or submit button).
Let's make sure that all forms generated are complete and well formed and then use JS and CSS to control their display and behavior in different contexts.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 703b9bb7..af82a6db 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -720,33 +720,17 @@ span.gInPlaceEdit:hover { color: #6b8cb7; } -.gClose a { - border: 1px solid #ccc; - color: #ccc; - display: block; - font-weight: bold; - padding: 1px 3px; -} - -.gClose a:hover { - border: 1px solid #666; - color: #666; - text-decoration: none; -} - -.gHide, -.gClose { - display: none; -} - #gDialog { text-align: left; } -#gDialog form { +#gDialog fieldset { + border: none; } -.gDialogLink { +#gDialog legend, +#gDialog button.submit { + display: none; } .gLoadingLarge { @@ -926,6 +910,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body text-align: left; border-top: 1px solid #dddddd; background: #f3f3f3; + padding-left: 36px; } .ui-dialog-buttonpane button { margin: .5em 0 .5em 8px; |