Changeset 1507


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

merge from trunk r1505:1506 into branch 1.6 (fix bug 490)

Location:
branches/branch-1_6/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/default-layout.css

    r1451 r1507  
    5353
    5454/** General defaults **/
    55 INPUT {margin: 0;}
     55INPUT, SELECT {
     56  margin: 0;
     57  font-size: 1em;       /* <= some browsers don't set it correctly */
     58}
    5659UL, DL, LI { text-align: left;}
    5760TABLE {                 /* horizontaly centered */
  • branches/branch-1_6/template/yoga/fix-ie5-ie6.css

    r1492 r1507  
    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
  • branches/branch-1_6/template/yoga/menubar.css

    r1480 r1507  
    8888  padding: 0;
    8989  text-align: right;    /* Opera 7.5 */
     90}
     91FORM#quickconnect FIELDSET>UL.actions {
    9092  width: 40%;           /* Opera 7.5 cannot find why width:auto fails :-( */
    9193}
     
    9597FORM#quickconnect LABEL {
    9698  margin: 0 0.5em 0 0.5em;
     99}
     100
     101FORM#quickconnect INPUT[type=text],
     102FORM#quickconnect INPUT[type=password] {
     103  width: 16.5em;
     104}
     105
     106FORM#quickconnect INPUT.text,
     107FORM#quickconnect INPUT.password {
     108  width: 16.5em;                /* <= same as above for IE with inputfix.htc */
    97109}
    98110
Note: See TracChangeset for help on using the changeset viewer.