Ignore:
Timestamp:
Jan 14, 2012, 7:19:22 AM (12 years ago)
Author:
rvelices
Message:

bug 2514 improve prev/next navigation navigation on picture page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r12878 r12880  
    215215
    216216.thumbnailCategories LI {
    217         margin:0;
    218         padding:0;
    219         float:left;
     217        margin: 0;
     218        padding: 0;
     219        float: left;
     220        width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
    220221}
    221222
     
    329330        text-align: center;
    330331        clear: both;
    331         margin-bottom: 4px;
     332        margin-bottom: 2px;
    332333        padding: 0;
    333334        height: 28px;
     
    343344        position: absolute;
    344345        left: 5px;
    345         top: 100px;
     346        top: 10%;
    346347}
    347348
     
    352353}
    353354
    354 #theImage {
     355#imageWrap {
    355356        clear: left;
    356357        text-align: center;
    357 }
    358 
    359 #theImage>IMG {
     358        position: relative; /*so that the drivative switch link is positioned relative to us*/
     359}
     360
     361#imageWrap>IMG {
    360362        display: block;
    361363        margin: 0 auto;
     
    419421
    420422.contentWithMenu #imageToolBar,
    421 .contentWithMenu #theImage {
     423.contentWithMenu #imageWrap {
    422424        clear: none;
    423425}
     
    695697}
    696698
    697 
    698 /* Category thumbnails on main page */
    699 .thumbnailCategories LI {
    700   width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
    701 }
    702 
    703699/* Set defaults for thumbnails legend */
    704700.thumbnails SPAN.thumbLegend {
Note: See TracChangeset for help on using the changeset viewer.