[Rt-commit] rt branch, 4.6/fix-subnav-and-topactions, repushed

Blaine Motsinger blaine at bestpractical.com
Fri Dec 27 12:26:09 EST 2019


The branch 4.6/fix-subnav-and-topactions was deleted and repushed:
       was a564e3203d01d89ab503acb64c13311e2ae61ffd
       now 6cc9cd4831429540013f9d1654f19de11f4122e3

1: fb7e91e3aa = 1: fb7e91e3aa Fix page-menu display issues
2: 7d14ba87df = 2: 7d14ba87df Fix centering on topactions, logo, and not-logged-in
3: a564e3203d ! 3: 6cc9cd4831 Fix bookmark and timer positioning
    @@ -4,10 +4,22 @@
         
         This commit corrects the height of the bookmark and timer within
         the page-menu to remove the padding gap at the bottom.
    +    
    +    Because of this fix, the page-navigation position and padding
    +    needed to be updated to fit into the area correctly.
     
     diff --git a/share/static/css/elevator-light/nav.css b/share/static/css/elevator-light/nav.css
     --- a/share/static/css/elevator-light/nav.css
     +++ b/share/static/css/elevator-light/nav.css
    +@@
    + 
    + #page-navigation {
    +     position: absolute;
    +-    top: 3.6em;
    ++    top: 3.8em;
    +     right: 2em;
    + }
    + 
     @@
          height: auto;
      }
    @@ -22,3 +34,12 @@
      }
      
      #topactions {
    +@@
    + #page-menu.sf-menu > li > span > a,
    + #page-menu.sf-menu > li > a {
    +     padding-top: .3em;
    +-    padding-bottom: .3em;
    ++    padding-bottom: .25em;
    +     border-radius: 0;
    + }
    + 



More information about the rt-commit mailing list