=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2012-06-01 20:59:20 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2012-06-04 09:24:05 +0000 @@ -15,7 +15,7 @@ a { - color: #eee; + color: #e6eaf1; text-decoration: none; } @@ -77,6 +77,7 @@ #footerArea { position: absolute; + font-size: 13px; bottom: 20px; width: 100%; margin: 0; === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2012-06-03 16:26:12 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2012-06-04 09:24:05 +0000 @@ -2,7 +2,7 @@ $( document ).ready( function() { var viewportWidth = parseInt( $( window ).width() ); - var linkWidth = parseInt( 355 ); + var linkWidth = parseInt( 338 ); var chartWidth = parseInt( 325 ); if ( viewportWidth == undefined ) === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-06-03 20:33:54 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-06-04 09:24:05 +0000 @@ -65,7 +65,6 @@ #subMenu { position:absolute; - margin-top: 22px; } #subMenu ul