Changeset 1317


Ignore:
Timestamp:
May 16, 2006, 9:52:00 PM (18 years ago)
Author:
chrisaga
Message:

fix bug 381

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

Legend:

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

    r1262 r1317  
    2525#content UL.thumbnails SPAN,
    2626#content UL.thumbnails SPAN.wrap2 A,
     27#content UL.thumbnails SPAN.wrap2 LABEL,
    2728#content DIV.thumbnailCategory DIV.illustration {
    2829  width: 140px;                 /* max thumbnail width + 2px */
  • branches/branch-1_6/template/yoga/content.css

    r1262 r1317  
    5757  vertical-align: middle;       /* Ok with Opera and Geko not IE6 */
    5858}
    59 #content UL.thumbnails SPAN.wrap2 A {
     59#content UL.thumbnails SPAN.wrap2 A,
     60#content UL.thumbnails SPAN.wrap2 LABEL {
    6061  display: block;
    6162  border-bottom: none;
     
    6364#content UL.thumbnails IMG {
    6465  margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
     66}
     67
     68/* label and input used for caddie in admin section */
     69#content UL.thumbnails SPAN.wrap2 LABEL {
     70  position: relative;
     71}
     72:root #content UL.thumbnails SPAN.wrap2 INPUT { /* hide from Opera */
     73  position: absolute;
     74  left: 0;
     75  top: 0;
    6576}
    6677
     
    7182  text-align: left;
    7283}
    73 * html #content UL.thumbnails SPAN.wrap2 A {
     84* html #content UL.thumbnails SPAN.wrap2 A,
     85* html #content UL.thumbnails SPAN.wrap2 LABEL {
    7486  overflow: visible;
    7587  position: absolute;
     
    8395    margin-top: -40%;
    8496  /**/
     97}
     98* html #content UL.thumbnails SPAN.wrap2 input {
     99  position: absolute;
     100  left: 0;
     101  top: -50%;  /* same as other browsers but not so pretty */
    85102}
    86103
  • branches/branch-1_6/template/yoga/fix-ie5-ie6.css

    r1262 r1317  
    1111
    1212/* to get less hugly checkboxes at least in tagSelection */
    13 UL.tagSelection LI INPUT {
     13UL.tagSelection LI INPUT,
     14#content UL.thumbnails SPAN.wrap2 input {
    1415  border: none;
    1516  background-color: transparent;
Note: See TracChangeset for help on using the changeset viewer.