summaryrefslogtreecommitdiff
path: root/theme/base/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r--theme/base/css/display.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2f6563bf4..9cbee32c8 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1004,6 +1004,38 @@ top:4px;
left:0;
}
+.dialogbox {
+position:absolute;
+top:-4px;
+right:29px;
+z-index:9;
+min-width:199px;
+float:none;
+background-color:#FFF;
+padding:11px;
+border-radius:7px;
+-moz-border-radius:7px;
+-webkit-border-radius:7px;
+border-style:solid;
+border-width:1px;
+border-color:#DDDDDD;
+-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
+}
+
+.dialogbox legend {
+display:block !important;
+margin-right:18px;
+}
+
+.form_repeat.dialogbox legend:after {
+content:'?';
+}
+.dialogbox button {
+position:absolute;
+right:3px;
+top:3px;
+}
+
.notice-options {
position:relative;
font-size:0.95em;