aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-08 18:38:02 +0000
committervdigital <vdigital@piwigo.org>2008-12-08 18:38:02 +0000
commitb180494b6b951176689617a385904efad5bd1956 (patch)
treec1653f655d7d39750f3becb22fd7b13afa756d3e /admin
parentd057a77fe7a9255030d588d8057fe7e8ea061adc (diff)
- "Upload" tab :...., it is not on the same line as "User access level to upload"
merge -c2951 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2952 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-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 {