← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7144: Minor

 

------------------------------------------------------------
revno: 7144
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-06-01 22:59:20 +0200
message:
  Minor
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	2012-06-01 20:24:15 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css	2012-06-01 20:59:20 +0000
@@ -13,10 +13,15 @@
   font-size: 15px;
 }
 
-a, a:hover
+a
+{
+  color: #eee;
+  text-decoration: none;
+}
+
+a:hover
 {
   color: #fff;
-  text-decoration: none;
 }
 
 #flagArea
@@ -24,7 +29,7 @@
   position: absolute;
   top: 15px;
   left: 15px;
-  border: 1px solid #ddd;
+  border: 1px solid #d5d5d5;
   border-radius: 2px;
   width: 120px;
   margin-bottom: 5%;