From b180494b6b951176689617a385904efad5bd1956 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Dec 2008 18:38:02 +0000 Subject: - "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 --- admin/template/goto/default-layout.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'admin') 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 { -- cgit v1.2.3