Ignore:
Timestamp:
2020-12-01T14:15:55+13:00 (3 years ago)
Author:
davidb
Message:

Changes so the rightSidebar for query.xsl and classifier.xsl display corrected (float right). The previous approach had been 'bolted' on to the end of displayBaskets was not properly contained within the div that was floated right

File:
1 edited

Legend:

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

    r32825 r34579  
    245245
    246246#rightSidebar {
    247     /*width: 30%;*/
    248247    min-width:180px;
    249248    float:right;
     
    929928
    930929#facetSelector{
    931     padding: 0px;
    932     width:30%;
    933     float:right;
     930    padding-top: 6px;
    934931}
    935932
     
    951948
    952949.facetedResults{
    953     float:left;
    954     width:65%;
     950    float:left;
    955951}
    956952
Note: See TracChangeset for help on using the changeset viewer.