dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32378
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16528: Table css fix
------------------------------------------------------------
revno: 16528
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-08-26 18:08:08 +0200
message:
Table 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
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 2014-08-09 18:02:54 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2014-08-26 16:08:08 +0000
@@ -357,7 +357,7 @@
background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 5px 3px 5px;
- text-align: center;
+ text-align: left;
}
.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 2014-08-09 18:02:54 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2014-08-26 16:08:08 +0000
@@ -352,7 +352,7 @@
background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 5px 3px 5px;
- text-align: center;
+ text-align: left;
}
.listTable td
=== 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 2014-08-11 15:26:59 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2014-08-26 16:08:08 +0000
@@ -330,6 +330,11 @@
margin: 0;
}
+.gridTable th
+{
+ text-align: center;
+}
+
.gridTable td
{
text-align: right;