Ignore:
Timestamp:
2023-09-10T17:31:34+12:00 (9 months ago)
Author:
davidb
Message:

CSS rules uses the alternative formatting of bannerLinks at tab-buttons

File:
1 edited

Legend:

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

    r38020 r38082  
    452452    text-align: left;
    453453    width: 100%;
     454}
     455
     456/* css for alternative bannerLinks tabs */
     457#bannerLinksTab {
     458    list-style: none outside none;
     459    padding: 0px;
     460    margin: 0 0 0 20px;
     461    font-size: 14px;
     462}
     463
     464#bannerLinksTab li {
     465    float: right;
     466    display: inline;
     467    margin-right: 5px;
     468    padding: 3px 5px 5px 7px;
     469    text-transform: capitalize;
     470    text-align: center;
     471    border-bottom: 0px;
    454472}
    455473
Note: See TracChangeset for help on using the changeset viewer.