dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25248
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12474: Login css.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 12474 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-10-07 15:27:53 +0200
message:
Login css.
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.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/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;