Ignore:
Timestamp:
Dec 31, 2016, 2:01:53 AM (7 years ago)
Author:
SergeD
Message:

version 1.2.28 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/css/styles.css

    r31232 r31733  
    118118/* Disabled */
    119119body.hide-menu #menubar { display: none !important; }
     120body.disabled-menu #menuSwitcher { display: none !important; }
     121body.disabled-menu .content .titrePage h2 { padding-left: 10px; }
    120122
    121123/* Static */
    122 #menubar.static { background: none !important; bottom: auto; }
     124#menubar.static { background: none !important; bottom: auto; position: static; display: block !important; }
    123125body.static-menu .contentWithMenu, body.static-menu #the_page .contentWithMenu { margin-left: 200px; amargin-left: 0; }
    124126body.static-menu .contentWithMenu .titrePage { margin-left: -194px; }
    125127body.static-menu #mbCategories { margin-bottom: 1em; }
     128body.static-menu .content .titrePage h2 { text-indent: 10px; }
     129body.static-menu #menuSwitcher { display: none !important; }
    126130
    127131/* Static header bottom */
    128 #menubar.header-bottom { float: none; width: 100%; display: block; position: static; }
     132#menubar.header-bottom { float: none; width: 100%; display: block !important; position: static; }
    129133#menubar.header-bottom dt { padding: 2px 4px; font-weight: normal; }
    130134#menubar.header-bottom dl { float: left; padding-left: 1em; padding-right: 1em; cursor: pointer; }
     
    142146.header-bottom-menu .contentWithMenu .titrePage { padding-left: 6px; }
    143147.header-bottom-menu .categoryActions { margin-top: 4px; }
     148.header-bottom-menu #menuSwitcher { display: none !important; }
    144149
    145150/* Static header right */
    146151
    147152.header-right-menu .content .titrePage h2 { padding-left: 10px; }
    148 
    149 #menubar.header-right { float: none; left: auto; top: 30px; right: 2em; display: block; background: none; width: auto; }
     153.header-right-menu #menuSwitcher { display: none !important; }
     154
     155#menubar.header-right { float: none; left: auto; top: 30px; right: 2em; display: block !important; background: none; width: auto; }
    150156
    151157#menubar.header-right dt { padding: 2px 4px; font-weight: normal; }
Note: See TracChangeset for help on using the changeset viewer.