dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11753
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3431: cosmetic fix, dashboard needed some extra pixels
------------------------------------------------------------
revno: 3431
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-04-19 11:49:30 +0200
message:
cosmetic fix, dashboard needed some extra pixels
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-11 15:07:08 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-04-19 09:49:30 +0000
@@ -45,17 +45,23 @@
<h3>$i18n.getString( "dashboard" )
#if( $messageCount > 0 )<a href="message.action">$messageCount #if( $messageCount > 1 )$i18n.getString( "unread_messages" )#else$i18n.getString( "unread_message" )#end</a> #end</h3>
-<table cellspacing="0" cellpadding="0" style="width:960px">
+<table cellspacing="0" cellpadding="0" style="width:960px;">
<tr>
- <td style="width:305px">
- #dropDownButtonDiv( "dropDownA" "areaA" )
- #linkDropDownListDiv( "areaA" "dropDownA" $areaA )
-
- #dropDownButtonDiv( "dropDownB" "areaB" )
- #linkDropDownListDiv( "areaB" "dropDownB" $areaB )
-
- #dropDownButtonDiv( "dropDownC" "areaC" )
- #linkDropDownListDiv( "areaC" "dropDownC" $areaC )
+ <td style="width:305px;">
+ <div style="padding-top: 2px; padding-bottom: 1px;">
+ #dropDownButtonDiv( "dropDownA" "areaA" )
+ #linkDropDownListDiv( "areaA" "dropDownA" $areaA )
+ </div>
+
+ <div style="padding-bottom: 3px;">
+ #dropDownButtonDiv( "dropDownB" "areaB" )
+ #linkDropDownListDiv( "areaB" "dropDownB" $areaB )
+ </div>
+
+ <div style="padding-bottom: 2px;">
+ #dropDownButtonDiv( "dropDownC" "areaC" )
+ #linkDropDownListDiv( "areaC" "dropDownC" $areaC )
+ </div>
</td>
<td>