← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15105: Intro css fix

 

------------------------------------------------------------
revno: 15105
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 14:49:25 +0200
message:
  Intro css fix
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.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/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2014-04-29 08:09:04 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2014-04-29 12:49:25 +0000
@@ -251,7 +251,7 @@
 #leftBarContents a:hover
 {
   text-decoration: none;
-  background-color: #eee;
+  background-color: #ededed;
   border-radius: 4px;
 }
 
@@ -442,13 +442,13 @@
   padding: 15px;
   cursor: pointer;
   min-height: 44px;
-  border-bottom: 1px solid #e0e0e0;
   float: left;
 }
 
 .introItem:hover
 {
   background-color: #edf2f2;
+  border-radius: 4px;
 }
 
 .introItemHeader

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2014-04-29 08:09:04 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2014-04-29 12:49:25 +0000
@@ -251,7 +251,7 @@
 #leftBarContents a:hover
 {
   text-decoration: none;
-  background-color: #eee;
+  background-color: #ededed;
   border-radius: 4px;
 }
 
@@ -437,13 +437,13 @@
   padding: 15px;
   cursor: pointer;
   min-height: 44px;
-  border-bottom: 1px solid #e0e0e0;
   float: left;
 }
 
 .introItem:hover
 {
   background-color: #edf2f2;
+  border-radius: 4px;
 }
 
 .introItemHeader