diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-12 14:16:38 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-12 14:16:38 +0100 |
commit | b57e3dfae2f48ef6097fef04df218201783abed1 (patch) | |
tree | 6faf6bfcb9b3c78e09aa03de1b5f46b46a28047e /theme/base | |
parent | 42679a22dc712467db567a9bac41c58e4788dd58 (diff) |
More style generalisation for dialogbox
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 990280d84..3218276a6 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1104,8 +1104,8 @@ left:0; .dialogbox { position:absolute; -top:0; -right:0; +top:-1px; +right:-1px; z-index:9; float:none; padding:11px; @@ -1119,6 +1119,7 @@ border-width:1px; .dialogbox legend { display:block !important; margin-right:18px; +margin-bottom:18px; } .dialogbox button.close { @@ -1127,11 +1128,22 @@ right:3px; top:3px; } +.dialogbox .form_guide { +font-weight:normal; +padding:0; +} + .dialogbox .submit_dialogbox { font-weight:bold; text-indent:0; min-width:46px; } +.dialogbox input { +padding-left:4px; +} +.dialogbox fieldset { +margin-bottom:0; +} #wrap form.processing input.submit, .entity_actions a.processing, |