aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/goto/default-layout.css')
-rw-r--r--admin/template/goto/default-layout.css20
1 files changed, 12 insertions, 8 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css
index 90abf29bc..19ed9fd0e 100644
--- a/admin/template/goto/default-layout.css
+++ b/admin/template/goto/default-layout.css
@@ -150,18 +150,22 @@ FIELDSET#historyConf SPAN.property {
}
FIELDSET#mainConfCheck INPUT,
FIELDSET#historyConf INPUT,
-FIELDSET#commentsConf INPUT,
-FIELDSET#uploadConf SELECT,
-FIELDSET#uploadConf INPUT {
+FIELDSET#commentsConf INPUT {
margin-left: 5%;
}
-
-FIELDSET#commentsConf SPAN.property {
- width: 85%;
+FIELDSET#uploadConf SELECT {
+ float: right;
+ margin: 2px 10px 0px;
+}
+FIELDSET#uploadConf INPUT {
+ float: right;
+ margin: 5px 10px 0px;
}
-
FIELDSET#uploadConf SPAN.property {
- width: 73%;
+ width: 65%;
+}
+FIELDSET#commentsConf SPAN.property {
+ width: 85%;
}
.statBar {