Ignore:
Timestamp:
2023-03-13T12:08:34+13:00 (14 months ago)
Author:
kjdon
Message:

moved some user menu styling into core.css

File:
1 edited

Legend:

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

    r37406 r37475  
    436436#bannerLinks li.current a { text-decoration: underline; background-position: 0 0;}
    437437#bannerLinks img.spacer { display: table-cell; }
     438
     439#userMenu {
     440    position: absolute;
     441    z-index: 100;
     442    list-style: none outside none;
     443    margin: 0px;
     444    padding: 0px;
     445    font-size: 90%;
     446   
     447
     448}
     449
     450#userMenu li {
     451    float: left;
     452    text-align: left;
     453    width: 100%;
     454}
    438455
    439456
Note: See TracChangeset for help on using the changeset viewer.