[Rt-commit] rt branch, 4.2/rudder, updated. rt-4.1.19-9-g5423bd0

Jesse Vincent jesse at bestpractical.com
Fri Aug 23 12:59:05 EDT 2013


The branch, 4.2/rudder has been updated
       via  5423bd09cc3562e2645a36c87e7838d8e7c28edc (commit)
      from  0076eb375018f3cacd10566bfa8b8eeaf9cfff28 (commit)

Summary of changes:
 share/static/css/rudder/nav.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 5423bd09cc3562e2645a36c87e7838d8e7c28edc
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Aug 23 12:58:30 2013 -0400

    Get the page menu anchored to the top of the page when pinned.
    
    Resolves BPS#109347: 4.2/rudder floaty regression

diff --git a/share/static/css/rudder/nav.css b/share/static/css/rudder/nav.css
index 660cfe6..5dc1565 100644
--- a/share/static/css/rudder/nav.css
+++ b/share/static/css/rudder/nav.css
@@ -164,13 +164,13 @@
 
 /* Pin page menu to top left corner once you scroll past it */
 
-#page-menu.pinned {
+#page-navigation #page-menu.pinned {
     position: fixed;
     top:    0;
     right:  0;
     left:   auto;
     width:  auto;
-
+    margin-top: 0;
     background:     white;
     border-left:    1px #aaa solid;
     border-bottom:  1px #aaa solid;

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


More information about the Rt-commit mailing list