=== 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; }