← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10930: Css adjustment

 

------------------------------------------------------------
revno: 10930
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-05-22 12:32:44 +0200
message:
  Css adjustment
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	2013-04-26 12:10:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2013-05-22 10:32:44 +0000
@@ -363,19 +363,20 @@
 
 .page th, thead tr, .tabHead
 {
-  background-color: #cbddeb;
-  background-repeat: repeat-x;
   text-align: left;
   color: #39547d;
-  padding:3px 0px 2px 6px;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #c8dbea;
+  padding: 3px 0px 2px 6px;
+  border-bottom: 1px solid #cad5e5;
   font-family: LiberationSansBold, arial;
   font-size: 13px;
   font-weight: normal;
 }
 
+.page th
+{
+  padding: 6px 0 3px 5px;
+}
+
 #mainPage 
 {
   margin: 65px 10px 10px 270px;
@@ -396,6 +397,7 @@
 {
   width: 100%;
   border-collapse: collapse;
+  padding-top: 10px;
 }
 
 .listTable td

=== 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-04-26 12:10:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2013-05-22 10:32:44 +0000
@@ -364,19 +364,20 @@
 
 .page th, thead tr, .tabHead
 {
-  background-color: #cbddeb;
-  background-repeat: repeat-x;
   text-align: left;
   color: #39547d;
-  padding:3px 0px 2px 6px;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #c8dbea;
+  padding: 3px 0 2px 6px;
+  border-bottom: 1px solid #cad5e5;
   font-family: LiberationSansBold, arial;
   font-size: 13px;
   font-weight: normal;
 }
 
+.page th
+{
+  padding: 6px 0 3px 5px;
+}
+
 #mainPage 
 {
   margin: 65px 10px 10px 270px;
@@ -392,6 +393,7 @@
 {
   width: 100%;
   border-collapse: collapse;
+  padding-top: 10px;
 }
 
 .listTable td