[Rt-commit] rt branch, 4.6/fix-subnav-and-topactions, updated. rt-4.4.4-572-gaaa9baa61d
Blaine Motsinger
blaine at bestpractical.com
Fri Dec 27 16:04:54 EST 2019
The branch, 4.6/fix-subnav-and-topactions has been updated
via aaa9baa61dc5d488dc704752dd4579909e6c71dc (commit)
from 3e4fb414117926dffda64a42152ce15f8f2cd936 (commit)
Summary of changes:
share/static/css/elevator-light/nav.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit aaa9baa61dc5d488dc704752dd4579909e6c71dc
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Fri Dec 27 15:01:41 2019 -0600
Fix page-menu sf-menu positioning
This commit makes the page-menu submenu position directly under the
"More" link without the gap.
diff --git a/share/static/css/elevator-light/nav.css b/share/static/css/elevator-light/nav.css
index 150cfb5d86..a9919fe62d 100644
--- a/share/static/css/elevator-light/nav.css
+++ b/share/static/css/elevator-light/nav.css
@@ -125,7 +125,7 @@ ul.sf-menu li {
#page-menu.sf-menu li:hover ul,
#page-menu.sf-menu li.sfHover ul {
- top: 2.5em
+ top: 2em
}
/* Pin page menu to top left corner once you scroll past it */
-----------------------------------------------------------------------
More information about the rt-commit
mailing list