[Rt-commit] rt branch, 4.6/fix-subnav-and-topactions, updated. rt-4.4.4-570-ga564e3203d

Blaine Motsinger blaine at bestpractical.com
Thu Dec 26 19:08:56 EST 2019


The branch, 4.6/fix-subnav-and-topactions has been updated
       via  a564e3203d01d89ab503acb64c13311e2ae61ffd (commit)
      from  7d14ba87df203e86386da052cc7ebb77b4caa880 (commit)

Summary of changes:
 share/static/css/elevator-light/nav.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit a564e3203d01d89ab503acb64c13311e2ae61ffd
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Dec 26 18:06:47 2019 -0600

    Fix bookmark and timer positioning
    
    This commit corrects the height of the bookmark and timer within
    the page-menu to remove the padding gap at the bottom.

diff --git a/share/static/css/elevator-light/nav.css b/share/static/css/elevator-light/nav.css
index 13d060d6f2..335bcfe76c 100644
--- a/share/static/css/elevator-light/nav.css
+++ b/share/static/css/elevator-light/nav.css
@@ -194,10 +194,9 @@ ul.sf-menu li {
     height: auto;
 }
 
-#li-page-bookmark a img,
-#li-page-timer a img {
-    height: 1.25em;
-    width: 1.25em;
+#li-page-bookmark .toggle-bookmark a svg,
+#li-page-timer a svg {
+    height: 1.3em;
 }
 
 #topactions {

-----------------------------------------------------------------------


More information about the rt-commit mailing list