Ignore:
Timestamp:
Jul 17, 2009, 5:30:27 PM (15 years ago)
Author:
flop25
Message:

update global with pwg 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/menubar.css

    r3334 r3618  
    1212
    1313#menubar .button {
    14         margin: 0 2px;
     14        margin: -2px 2px 2px;
    1515        width: auto;
    1616        padding: 0;
     
    4040
    4141#menubar UL,
    42 #menubar HR,
    4342#menubar FORM,
    44 #menubar P, /* ooh, careful... */
    45 #menubar .totalImages {
     43#menubar P {
    4644        font-size: 92%;
    47         margin: 10px 0 10px 10px;
     45        margin: 10px 0 10px 5px;
    4846}
    4947#menubar UL {
     
    8886FORM#quickconnect FIELDSET {
    8987        margin: 0;
    90         padding: 0 0 0.5em 0;
     88        padding: 0; /*IE6 requires padding 0*/
    9189}
    9290
    93 FORM#quickconnect P {
    94         margin-left: 0;
    95         font-size: 100%;
    96         float: left;
    97         clear: left;
    98 }
    99 
    100 FORM#quickconnect P INPUT {
    101         margin: 0;
    102 }
    103 
    104 FORM#quickconnect UL.actions {
    105         display: inline;
    106         float: right;
     91FORM#quickconnect FIELDSET DIV {
     92        margin: 8px 5px;
    10793        padding: 0;
    108         text-align: right;      /* Opera 7.5 */
    109 }
    110 FORM#quickconnect FIELDSET>UL.actions {
    111         width: 40%;             /* Opera 7.5 cannot find why width:auto fails :-( */
    112 }
    113 
    114 FORM#quickconnect UL.actions,
    115 FORM#quickconnect P,
    116 FORM#quickconnect LABEL {
    117         padding: 0 0.5em 0 0.5em;
    118 }
    119 
    120 FORM#quickconnect LABEL {
    121         margin:0;
    122         width: 100%;
    123         box-sizing: border-box; /* CSS3 */
    124 }
    125 
    126 FORM#quickconnect INPUT[type=text],
    127 FORM#quickconnect INPUT[type=password] {
    128         width: 100%;    /* mozilla can handle 100% */
    129 }
    130 /* same as above for IE with inputfix.htc
    131 unfortunately IE doesn't handle that correctly
    132  so you should set a width in em in local_layout.css */
    133 /*FORM#quickconnect INPUT.text,
    134 FORM#quickconnect INPUT.password {
    135   width: 95%;
    136 }*/
    137 
    138 FORM#quicksearch {
    139         margin-top: 4px;
    140         margin-bottom: 1px;
    141 }
    142 INPUT#qsearchInput {
    143         width: 90%;
    14494}
    14595#menubar #mbMenu p { margin: 0px; padding: 0px; }
     
    150100}
    151101
    152 #menubar #menuTagCloud LI
    153 {
    154         display: inline;
    155         white-space: nowrap;    /* No line break in the LI but Opera set nowrap to */
     102#menubar #menuTagCloud SPAN {
     103        white-space: nowrap;
    156104}
    157 
    158105
    159106/* menu en haut */
Note: See TracChangeset for help on using the changeset viewer.