dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #33583
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17168: Login screen, css
------------------------------------------------------------
revno: 17168
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-10-19 18:10:27 +0200
message:
Login screen, 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 2014-09-24 11:24:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2014-10-19 16:10:27 +0000
@@ -21,6 +21,7 @@
a:hover
{
color: #fff;
+ text-decoration: underline;
}
#flagArea
@@ -114,7 +115,7 @@
#notificationArea
{
background-color: #D0E6FD;
- color: #1D5288;
+ color: #394551;
margin-top: 15px;
padding: 15px;
border-radius: 3px;
@@ -122,7 +123,7 @@
#notificationArea a
{
- color: #6b90b8;
+ color: #2E527C;
}
#footerArea