From ce4b8ef61b6cf3959c7206ba216566008f69c7a6 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Dec 2008 18:35:34 +0000 Subject: - "Upload" tab :...., it is not on the same line as "User access level to upload" git-svn-id: http://piwigo.org/svn/branches/2.0@2951 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 20 ++++++++++++-------- 1 file 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 { -- cgit v1.2.3