------------------------------------------------------------ revno: 14541 committer: Lars Helge Ă˜verland <larshe...@gmail.com> 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; }
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp