Ignore:
Timestamp:
May 23, 2008, 12:13:15 PM (16 years ago)
Author:
rvelices
Message:
  • fix display of menubar related tags in IE7
Location:
branches/branch-1_7/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/template/yoga/fix-ie5-ie6.css

    r1900 r2355  
    1717}
    1818
    19 /* fix tag clouds : IE doesn't like anything but inline */
    20 #menubar #menuTagCloud LI
    21 {
    22   display: inline;
    23 }
    2419
    2520/* fix quickconnect layout */
  • branches/branch-1_7/template/yoga/fix-khtml.css

    r1900 r2355  
    1111    margin-bottom: 5px;
    1212}
     13
     14#menubar #menuTagCloud LI
     15{
     16  display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
     17}
     18
    1319/* end Safari/Konqueror */
    1420
  • branches/branch-1_7/template/yoga/menubar.css

    r1900 r2355  
    144144#menubar #menuTagCloud LI
    145145{
    146   display: inline;      /* FF doesn't see the inline-block below */
     146  display: inline;
    147147  white-space: nowrap;  /* No line break in the LI but Opera set nowrap to */
    148   display: inline-block;/* the whole UL, inline-block fix it.              */
    149   /* IE wants inline in fix-ie5-ie6.css */
    150148}
Note: See TracChangeset for help on using the changeset viewer.