mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
merge from trunk r1505:1506 into branch 1.6 (fix bug 490)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1507 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -52,7 +52,10 @@ HR.separation {
|
||||
}
|
||||
|
||||
/** General defaults **/
|
||||
INPUT {margin: 0;}
|
||||
INPUT, SELECT {
|
||||
margin: 0;
|
||||
font-size: 1em; /* <= some browsers don't set it correctly */
|
||||
}
|
||||
UL, DL, LI { text-align: left;}
|
||||
TABLE { /* horizontaly centered */
|
||||
margin-left: auto;
|
||||
|
||||
@@ -26,3 +26,22 @@ INPUT.radio, INPUT.checkbox {
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* fix quickconnect layout */
|
||||
FORM#quickconnect UL.actions {
|
||||
width: 30px; /* <= get icons not so badly positionned */
|
||||
}
|
||||
|
||||
FORM#quickconnect INPUT.text,
|
||||
FORM#quickconnect INPUT.password,
|
||||
FORM#quickconnect INPUT.submit {
|
||||
position: relative;
|
||||
left: -0.5em; /* definitively a bug ! */
|
||||
}
|
||||
|
||||
FORM#quickconnect INPUT.text,
|
||||
FORM#quickconnect INPUT.password {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -87,6 +87,8 @@ FORM#quickconnect UL.actions {
|
||||
float: right;
|
||||
padding: 0;
|
||||
text-align: right; /* Opera 7.5 */
|
||||
}
|
||||
FORM#quickconnect FIELDSET>UL.actions {
|
||||
width: 40%; /* Opera 7.5 cannot find why width:auto fails :-( */
|
||||
}
|
||||
|
||||
@@ -96,6 +98,16 @@ FORM#quickconnect LABEL {
|
||||
margin: 0 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
FORM#quickconnect INPUT[type=text],
|
||||
FORM#quickconnect INPUT[type=password] {
|
||||
width: 16.5em;
|
||||
}
|
||||
|
||||
FORM#quickconnect INPUT.text,
|
||||
FORM#quickconnect INPUT.password {
|
||||
width: 16.5em; /* <= same as above for IE with inputfix.htc */
|
||||
}
|
||||
|
||||
#menubar #menuTagCloud {
|
||||
text-align: center;
|
||||
margin: 5px 0;
|
||||
|
||||
Reference in New Issue
Block a user