Changeset 1317 for branches/branch-1_6/template
- Timestamp:
- May 16, 2006, 9:52:00 PM (19 years ago)
- Location:
- branches/branch-1_6/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/template/yoga/content.css
r1262 r1317 57 57 vertical-align: middle; /* Ok with Opera and Geko not IE6 */ 58 58 } 59 #content UL.thumbnails SPAN.wrap2 A { 59 #content UL.thumbnails SPAN.wrap2 A, 60 #content UL.thumbnails SPAN.wrap2 LABEL { 60 61 display: block; 61 62 border-bottom: none; … … 63 64 #content UL.thumbnails IMG { 64 65 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; 65 76 } 66 77 … … 71 82 text-align: left; 72 83 } 73 * html #content UL.thumbnails SPAN.wrap2 A { 84 * html #content UL.thumbnails SPAN.wrap2 A, 85 * html #content UL.thumbnails SPAN.wrap2 LABEL { 74 86 overflow: visible; 75 87 position: absolute; … … 83 95 margin-top: -40%; 84 96 /**/ 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 */ 85 102 } 86 103 -
branches/branch-1_6/template/yoga/fix-ie5-ie6.css
r1262 r1317 11 11 12 12 /* to get less hugly checkboxes at least in tagSelection */ 13 UL.tagSelection LI INPUT { 13 UL.tagSelection LI INPUT, 14 #content UL.thumbnails SPAN.wrap2 input { 14 15 border: none; 15 16 background-color: transparent;
Note: See TracChangeset
for help on using the changeset viewer.