- "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
This commit is contained in:
vdigital
2008-12-08 18:35:34 +00:00
parent 4a234d8fa5
commit ce4b8ef61b
+12 -8
View File
@@ -150,20 +150,24 @@ 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#uploadConf SELECT {
float: right;
margin: 2px 10px 0px;
}
FIELDSET#uploadConf INPUT {
float: right;
margin: 5px 10px 0px;
}
FIELDSET#uploadConf SPAN.property {
width: 65%;
}
FIELDSET#commentsConf SPAN.property {
width: 85%;
}
FIELDSET#uploadConf SPAN.property {
width: 73%;
}
.statBar {
height: 10px;
background-color: #ff7700;