Changeset 10804
- Timestamp:
- May 7, 2011, 2:19:18 PM (14 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/picture.tpl
r10738 r10804 107 107 </div> 108 108 109 <div id="imageInfos"> 109 110 {if $DISPLAY_NAV_THUMB} 110 111 {if isset($previous)} … … 278 279 </table> 279 280 {/if} 281 </div> 280 282 281 283 <hr class="separation"> -
trunk/themes/default/theme.css
r10738 r10804 357 357 } 358 358 359 #imageInfos { 360 position:relative; 361 min-height:110px; 362 } 363 359 364 #linkPrev { 360 float: left; 365 position:absolute; 366 left:0; 361 367 margin-right: 10px; 362 368 margin-left: 5px; … … 364 370 365 371 #linkNext { 366 float: right; 372 position:absolute; 373 right:0; 367 374 margin-right: 5px; 368 375 margin-left: 10px;
Note: See TracChangeset
for help on using the changeset viewer.