=== 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-04-01 10:21:31 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-04-01 11:01:32 +0000 @@ -78,10 +78,10 @@ } .app-menu .app-menu-item span { - font-size: 1.2em; + font-size: 1.15em; padding-left: 48px; display: block; - padding-top: 18px; + padding-top: 19px; color: #404040; } === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-01 10:21:31 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-01 11:01:32 +0000 @@ -355,7 +355,7 @@ markup += '
  • '; markup += ' '; markup += ' '; - markup += ' ${name}'; + markup += ' ${name}'; markup += '
    ${name}

    ${description}

    '; markup += '
    '; markup += '
  • ';