Changeset 5934
- Timestamp:
- Apr 21, 2010, 5:50:08 PM (15 years ago)
- Location:
- extensions/luciano
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/luciano/fix-ie7.css
r5921 r5934 1 1 /* fix IE with another layout for thumbnails */ 2 2 3 3 .content UL.thumbnails SPAN.wrap2 { 4 display: block; 5 position: relative; 6 text-align: left; 7 } 8 .content UL.thumbnails SPAN.wrap2 A, 9 .content UL.thumbnails SPAN.wrap2 SPAN { 10 width:170px; 11 overflow: visible; 12 position: absolute; 13 top: 50%; 14 text-align: center; 15 } 4 16 5 17 .content UL.thumbnails IMG.thumbnail { 6 position: relative; 18 position: relative; 19 top: -50%; 7 20 } -
extensions/luciano/template/slideshow.tpl
r5921 r5934 5 5 <div id="imageContainer"> 6 6 <div id="theImage"> 7 < a href="{$U_SLIDESHOW_STOP}">{$ELEMENT_CONTENT}</a>7 <div id="theImg"><a href="{$U_SLIDESHOW_STOP}">{$ELEMENT_CONTENT}</a></div> 8 8 </div> 9 9 </div> -
extensions/luciano/theme.css
r5922 r5934 206 206 207 207 #imageInfo { margin-top: 10px; } 208 #imageInfoLeft { float: left; width: 500px; text-align: left; }209 #imageInfoRight { float: right; width: 250px; height: 40px; text-align: right; }208 #imageInfoLeft { float: left; width: 500px; text-align: left; margin-bottom: 10px; } 209 #imageInfoRight { float: right; width: 250px; height: 40px; text-align: right; margin-bottom: 10px; } 210 210 211 211 #ratingSummary { margin-bottom: 3px; }
Note: See TracChangeset
for help on using the changeset viewer.