Ignore:
Timestamp:
2012-09-19T15:33:31+12:00 (12 years ago)
Author:
sjm84
Message:

Removed the option to resize the zoom window and made it the same as other view options. Also made the back to top links a gsf:option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r26203 r26216  
    168168    padding: 20px 20px 10px;
    169169    min-height: 300px;
     170}
     171
     172#gs-document {
     173    /*width:67%;
     174    overflow:auto;*/
    170175}
    171176
     
    210215#viewOptions li {
    211216    list-style:none;
     217    float:left;
    212218    padding: 5px;
    213 }
    214 
    215 #zoomOptions {
    216     margin: 0px;
    217     padding: 0px;
    218     width: 100%;
    219 }
    220 
    221 #zoomOptions li {
    222     margin:5px;
    223     list-style:none;
    224     display: inline-block;
    225219}
    226220
     
    658652.tableOfContentsContainer {
    659653    padding:1px;
     654    max-height:500px;
     655    overflow:auto;
    660656}
    661657
Note: See TracChangeset for help on using the changeset viewer.