Ignore:
Timestamp:
Jul 27, 2006, 8:13:23 PM (18 years ago)
Author:
chrisaga
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/fix-ie5-ie6.css

    r1491 r1506  
    2727  display: inline;
    2828}
     29
     30/* fix quickconnect layout */
     31FORM#quickconnect UL.actions {
     32  width: 30px;  /* <= get icons not so badly positionned */
     33}
     34
     35FORM#quickconnect INPUT.text,
     36FORM#quickconnect INPUT.password,
     37FORM#quickconnect INPUT.submit {
     38  position: relative;
     39  left: -0.5em; /* definitively a bug ! */
     40}
     41
     42FORM#quickconnect INPUT.text,
     43FORM#quickconnect INPUT.password {
     44  width: 10em;
     45}
     46
     47
Note: See TracChangeset for help on using the changeset viewer.