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.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2fb1c007f..a6fe8eb75 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -720,7 +720,7 @@ clear:both;
float:left;
width:100%;
border-top-width:1px;
-border-top-style:dashed;
+border-top-style:dotted;
}
.notices li {
list-style-type:none;
@@ -1153,6 +1153,15 @@ clear:both;
margin-bottom:0;
}
+#form_settings_design #settings_design_color .form_data,
+#form_settings_design #color-picker {
+float:left;
+}
+#form_settings_design #settings_design_color .form_data {
+width:400px;
+margin-right:28px;
+}
+
.instructions ul {
list-style-position:inside;
}