From c2598fe4d85f9c3b737ea40959f44bf04172eafa Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 18 Dec 2008 02:50:40 +0000 Subject: 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. --- themes/default/css/screen.css | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'themes/default/css/screen.css') 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; -- cgit v1.2.3