Changeset 3588 for extensions/floPure


Ignore:
Timestamp:
Jul 15, 2009, 5:57:41 PM (15 years ago)
Author:
flop25
Message:

compatible download multi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/thumbnails.css

    r3474 r3588  
    3636  margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
    3737}
    38 
    39 /* label and input used for caddie in admin section */
    40 .content UL.thumbnails LABEL {
    41   position: relative;
    42 }
    43 
    44 .content UL.thumbnails INPUT {
    45   position: relative;   /* <= Opera can handle relative here */
    46   top: -20px;
    47 }
    48 :root .content UL.thumbnails INPUT { /* hide from Opera */
    49   /*position: absolute;  <= Opera hide 1 checkbox over 2 !!! */
    50   left: 2px;
    51   top: 2px;
    52 }
    53  
    54 UL.thumbnails .levelIndicatorB {
    55 display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; fontsize:120%;
    56 }
    57 
    58 UL.thumbnails .levelIndicatorF {
    59 display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; fontsize:120%;
    60 }
Note: See TracChangeset for help on using the changeset viewer.