← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3305: small cosmetic fix to dashboard

 

------------------------------------------------------------
revno: 3305
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-04-06 22:58:06 +0200
message:
  small cosmetic fix to dashboard
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm


--
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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm	2011-04-05 18:10:58 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm	2011-04-06 20:58:06 +0000
@@ -58,7 +58,7 @@
     </td>
 	<td>
 
-<table style="margin-left: 20px;">
+<table>
 #set( $sizeHalf = $chartAreas.size() / 2 )
 
 #foreach( $chart in $chartAreas )
@@ -67,7 +67,7 @@
 #set( $endHr =  ($count0 % $sizeHalf) == ($sizeHalf - 1) )
 
 #if($startHr) <tr> #end
-	<td style="width:305px;">
+	<td style="width:305px; padding-left: 10px;">
 		#dropDownButtonDiv( "chartDropDown$velocityCount" "chartArea$velocityCount" )
 		#chartDropDownListDiv( "chartArea$velocityCount" "chartDropDown$velocityCount" $chart )
 	</td>