← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 11395
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-07-15 16:34:11 +0200
message:
  Minor
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/india/india.css
  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/vietnam/vietnam.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	2013-07-04 16:05:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2013-07-15 14:34:11 +0000
@@ -209,13 +209,13 @@
 #leftBar
 {
   height: 100%;
-  background-color: #fafafa;
+  background-color: #f7f7f7;
   width: 235px;
   position: fixed;
   top: 46px;
   left: 0px;
   padding-top: 6px;
-  border-right: 1px solid #e8e8e8;
+  border-right: 1px solid #e1e1e1;
 }
 
 #leftBarContents
@@ -246,13 +246,13 @@
   text-decoration: none;
   padding: 8px 7px;
   cursor: pointer;
-  border-bottom: 1px solid #e8e8e8;
+  border-bottom: 1px solid #e1e1e1;
 }
 
 #leftBarContents a:hover
 {
   text-decoration: underline;
-  background-color: #f4f4f4;
+  background-color: #f1f3f3;
 }
 
 /*----------------------------------------------------------------------------*/
@@ -428,7 +428,7 @@
 
 .introItem:hover
 {
-  background-color: #f6f6f6;
+  background-color: #edf2f2;
 }
 
 .introItemHeader

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-07-04 17:17:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-07-15 14:34:11 +0000
@@ -209,13 +209,13 @@
 #leftBar
 {
   height: 100%;
-  background-color: #fafafa;
+  background-color: #f7f7f7;
   width: 235px;
   position: fixed;
   top: 46px;
   left: 0px;
   padding-top: 6px;
-  border-right: 1px solid #e8e8e8;
+  border-right: 1px solid #e1e1e1;
 }
 
 #leftBarContents
@@ -246,13 +246,13 @@
   text-decoration: none;
   padding: 8px 7px;
   cursor: pointer;
-  border-bottom: 1px solid #e8e8e8;
+  border-bottom: 1px solid #e1e1e1;
 }
 
 #leftBarContents a:hover
 {
   text-decoration: underline;
-  background-color: #f4f4f4;
+  background-color: #f1f3f3;
 }
 
 /*----------------------------------------------------------------------------*/
@@ -421,7 +421,7 @@
 
 .introItem:hover
 {
-  background-color: #f6f6f6;
+  background-color: #edf2f2;
 }
 
 .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	2013-07-04 16:05:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2013-07-15 14:34:11 +0000
@@ -209,13 +209,13 @@
 #leftBar
 {
   height: 100%;
-  background-color: #fafafa;
+  background-color: #f7f7f7;
   width: 235px;
   position: fixed;
   top: 46px;
   left: 0px;
   padding-top: 6px;
-  border-right: 1px solid #e8e8e8;
+  border-right: 1px solid #e1e1e1;
 }
 
 #leftBarContents
@@ -246,13 +246,13 @@
   text-decoration: none;
   padding: 8px 7px;
   cursor: pointer;
-  border-bottom: 1px solid #e8e8e8;
+  border-bottom: 1px solid #e1e1e1;
 }
 
 #leftBarContents a:hover
 {
   text-decoration: underline;
-  background-color: #f4f4f4;
+  background-color: #f1f3f3;
 }
 
 /*----------------------------------------------------------------------------*/
@@ -423,7 +423,7 @@
 
 .introItem:hover
 {
-  background-color: #f6f6f6;
+  background-color: #edf2f2;
 }
 
 .introItemHeader

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-07-04 17:17:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-07-15 14:34:11 +0000
@@ -209,13 +209,13 @@
 #leftBar
 {
   height: 100%;
-  background-color: #fafafa;
+  background-color: #f7f7f7;
   width: 235px;
   position: fixed;
   top: 46px;
   left: 0px;
   padding-top: 6px;
-  border-right: 1px solid #e8e8e8;
+  border-right: 1px solid #e1e1e1;
 }
 
 #leftBarContents
@@ -246,13 +246,13 @@
   text-decoration: none;
   padding: 8px 7px;
   cursor: pointer;
-  border-bottom: 1px solid #e8e8e8;
+  border-bottom: 1px solid #e1e1e1;
 }
 
 #leftBarContents a:hover
 {
   text-decoration: underline;
-  background-color: #f4f4f4;
+  background-color: #f1f3f3;
 }
 
 /*----------------------------------------------------------------------------*/
@@ -421,7 +421,7 @@
 
 .introItem:hover
 {
-  background-color: #f6f6f6;
+  background-color: #edf2f2;
 }
 
 .introItemHeader