Changeset 37003


Ignore:
Timestamp:
2022-12-09T22:25:34+13:00 (17 months ago)
Author:
davidb
Message:

Supressing the float left for now, as it causes a long result list to positioned vertically below the faceted box area; Controlling the colour of the favourites full view link to be black, as there are pagaes (such as PageImage Item docs where the colour changes to white, but this is difficult to see on the background

File:
1 edited

Legend:

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

    r36529 r37003  
    957957
    958958.facetedResults{
    959     float:left;
     959    /*
     960       Supressing the float left for now, as it causes a long result list
     961       to positioned vertically below the faceted box area
     962   */
     963       
     964    /* float:left; */
    960965}
    961966
     
    15741579    padding: 2px;
    15751580}
     1581
     1582#favouritesFullViewLink {
     1583    color: black;
     1584}
Note: See TracChangeset for help on using the changeset viewer.