dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11755
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3433: Minor fix
------------------------------------------------------------
revno: 3433
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-04-19 12:06:23 +0200
message:
Minor fix
modified:
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/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-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-19 09:49:30 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-04-19 10:06:23 +0000
@@ -45,23 +45,17 @@
<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;">
- <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 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>
<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 2011-04-11 15:07:08 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2011-04-19 10:06:23 +0000
@@ -19,7 +19,7 @@
{
border:1px solid #d0d0d0;
padding:1px;
- height:188px;
+ height:192px;
width:305px;
overflow:hidden;
margin-bottom:15px;
@@ -34,7 +34,7 @@
{
border:1px solid #d0d0d0;
padding:1px;
- height:300px;
+ height:304px;
width:305px;
overflow:hidden;
margin-bottom:15px;