dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32038
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16365: Dashboard, style improvement to tables
------------------------------------------------------------
revno: 16365
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-08-09 18:13:22 +0200
message:
Dashboard, style improvement to tables
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-07-23 06:59:30 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2014-08-09 16:13:22 +0000
@@ -357,17 +357,14 @@
background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 0 3px 5px;
+ text-align: center;
}
.listTable td
{
- padding: 2px 2px 2px 5px;
+ padding: 11px 5px 10px 5px;
}
-.listTable > tbody > tr > td
-{
- padding: 11px 0 10px 5px;
-}
.listRow
{
=== 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-07-23 06:59:30 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2014-08-09 16:13:22 +0000
@@ -352,16 +352,12 @@
background-color: rgba( 0, 0, 0, 0 );
border-bottom: 1px solid #cad5e5;
padding: 6px 0 3px 5px;
+ text-align: center;
}
.listTable td
{
- padding: 2px 2px 2px 5px;
-}
-
-.listTable > tbody > tr > td
-{
- padding: 11px 0 10px 5px;
+ padding: 11px 5px 10px 5px;
}
.listRow
=== 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-09 15:43:00 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2014-08-09 16:13:22 +0000
@@ -330,30 +330,9 @@
margin: 0;
}
-.interpretationArea
-{
- height: 125px;
- width: 510px;
- border: 1px solid #ccc;
- resize: none;
- overflow: auto;
- margin: 10px 4px 6px 4px;
- padding: 4px 0 0px 6px;
-}
-
-.interpretationButton
-{
- width: 120px;
- height: 24px;
- margin: 0 0 6px 4px;
-}
-
-.interpretationCommentHeader
-{
- padding: 7px 0 5px 0;
- margin: 1px 0 12px 0;
- border-top: 1px solid #fff;
- border-bottom: 1px solid #fff;
+.gridTable td
+{
+ text-align: right;
}
a.alert, .alert
@@ -462,6 +441,32 @@
/* Interpretation */
/*----------------------------------------------------------------------------*/
+.interpretationArea
+{
+ height: 125px;
+ width: 510px;
+ border: 1px solid #ccc;
+ resize: none;
+ overflow: auto;
+ margin: 10px 4px 6px 4px;
+ padding: 4px 0 0px 6px;
+}
+
+.interpretationButton
+{
+ width: 120px;
+ height: 24px;
+ margin: 0 0 6px 4px;
+}
+
+.interpretationCommentHeader
+{
+ padding: 7px 0 5px 0;
+ margin: 1px 0 12px 0;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #fff;
+}
+
#interpretationFeed
{
width: 600px;