fix bug 490: Inputs haven't the same size on different browsers
inputs inquickconnect are still smaller in IE but the layout is quite the same git-svn-id: http://piwigo.org/svn/trunk@1506 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
7ca31726ed
commit
eb6d08ead2
3 changed files with 35 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue