=== 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 2013-10-06 19:54:35 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2013-10-07 13:27:04 +0000 @@ -27,7 +27,7 @@ input[type=text],input[type=password] { border: 1px solid #888; - padding: 3px 1px; + padding: 4px 7px; } #flagArea @@ -83,19 +83,19 @@ #usernameLabel, #passwordLabel { - padding: 10px 0 3px 0; + padding: 5px 0 1px 0; display: block; font-size: 13px; } #submitDiv { - padding: 10px 0 7px 0; + padding: 5px 0 7px 0; } #loginField input[type=text],input[type=password] { - width: 100%; + width: 264px; height: 20px; } @@ -171,7 +171,7 @@ background: -moz-linear-gradient(top, #f1f1f1, #d1d1d1); background: -ms-linear-gradient(top, #f1f1f1, #d1d1d1); background: -o-linear-gradient(top, #f1f1f1, #d1d1d1); - height: 28px; + height: 30px; border: 1px solid #444; border-radius: 3px; color: #222;