dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25514
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12682: Css
------------------------------------------------------------
revno: 12682
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-10-15 16:00:22 +0200
message:
Css
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
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.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-10-09 17:31:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2013-10-15 14:00:22 +0000
@@ -357,7 +357,7 @@
.listTable th
{
- background-color: #fff;
+ background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 0 3px 5px;
}
=== 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-10-09 17:31:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2013-10-15 14:00:22 +0000
@@ -352,7 +352,7 @@
.listTable th
{
- background-color: #fff;
+ background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 0 3px 5px;
}
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-10-07 12:37:31 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-10-15 14:00:22 +0000
@@ -367,11 +367,6 @@
color: #E92B2B;
}
-.listTable th
-{
- background-color: rgba( 0, 0, 0, 0 );
-}
-
/*----------------------------------------------------------------------------*/
/* Message */
/*----------------------------------------------------------------------------*/