dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08645
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2115: Changed background color of login page
------------------------------------------------------------
revno: 2115
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2010-11-20 10:20:08 +0100
message:
Changed background color of login page
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 2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2010-11-20 09:20:08 +0000
@@ -7,7 +7,7 @@
html,body
{
- background-color: #425073;
+ background-color: #1d5288;
color: white;
font-size: 14px;
}
@@ -29,7 +29,7 @@
.loginMessage
{
- background-color: #5F6F98;
+ background-color: #3b6da1;
border-style: solid;
border-width: 1px;
border-color: #D0D0D0;