← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14541: Top menu, position

 

------------------------------------------------------------
revno: 14541
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-03-30 23:25:27 +0200
message:
  Top menu, position
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-03-30 21:17:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-03-30 21:25:27 +0000
@@ -1,8 +1,13 @@
 #menuLinkArea
 {
     list-style-type: none;
+    max-width: 1200px;
     margin: 0;
-    padding: 0;
+    padding: 0 20px 0 0;
+}
+
+#menuLinkArea li {
+    float: right;
 }
 
 .menuLink
@@ -324,14 +329,6 @@
     display: block;
 }
 
-#menuLinkArea {
-    max-width: 1300px;
-}
-
-#menuLinkArea li {
-    float: right;
-}
-
 .show-menu {
     display: block;
 }
@@ -339,7 +336,7 @@
 /*
  * Media queries for the menu
  */
-@media only screen and (max-width: 590px) {
+@media only screen and (max-width: 580px) {
     #headerText {
         display: none;
     }