← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 308: Finalized report tables in dashboard

 

------------------------------------------------------------
revno: 308
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-05-20 10:50:26 +0200
message:
  Finalized report tables in dashboard
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/xwork.xml
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/xwork.xml'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/xwork.xml	2009-05-19 15:32:14 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/xwork.xml	2009-05-20 08:50:26 +0000
@@ -16,7 +16,7 @@
     <action name="getChart" class="org.hisp.dhis.dashboard.action.GetChartAction">
       <result name="success" type="chart">
         <param name="width">305</param>
-        <param name="height">280</param>
+        <param name="height">300</param>
       </result>
     </action>
     

=== 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	2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2009-05-20 08:50:26 +0000
@@ -20,7 +20,7 @@
 {
   border:1px solid #d0d0d0;
   padding:1px;
-  height:175px;
+  height:188px;
   width:305px;
   overflow:hidden;
   margin-bottom:15px;
@@ -30,7 +30,7 @@
 {
   border:1px solid #d0d0d0;
   padding:1px;
-  height:280px;
+  height:300px;
   width:305px;
   overflow:hidden;
   margin-bottom:15px;



--
Trunk
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.