- "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
This commit is contained in:
vdigital 2008-12-08 18:38:02 +00:00
parent d057a77fe7
commit b180494b6b

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;