Merge pull request #12958 from pradpnayak/Tags
[civicrm-core.git] / css / civicrmNavigation.css
index 990b6e281082d9232a9a912727e5cc649179f710..5cf48d3f3cd81cc7c6cb18e4bf52e75f2ce58700 100644 (file)
@@ -63,7 +63,7 @@ html>body .innerbox
 }
 
 #civicrm-menu {
-  position:absolute;
+  position:fixed;
   top:0;
   left:0;
   background:#1B1B1B repeat-x;
@@ -115,12 +115,14 @@ div.menu-item {
   padding: 1px 10px 1px 4px;
   height: auto;
 }
-img.menu-item-arrow{
+#civicrm-menu .menu-item-arrow,
+#root-menu-div .menu-item-arrow {
   position: absolute;
   right: 4px;
-  top: 8px;
+  top: 6px;
 }
-#civicrm-menu i {
+#civicrm-menu i,
+#root-menu-div i {
   margin-right: 5px;
 }
 li.menu-separator{