← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8506: Messages, improves the way horizontal space is used

 

------------------------------------------------------------
revno: 8506
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-10-12 14:09:23 +0200
message:
  Messages, improves the way horizontal space is used
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/message.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/message.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/message.vm	2012-10-08 14:17:25 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/message.vm	2012-10-12 12:09:23 +0000
@@ -14,7 +14,9 @@
     </ul>
 </div>
 
-<table style="width:90%" class="plainList">
+<div style="width:100%">
+<div style="padding-right:15px">
+<table class="plainList" style="width:100%">
 	<tr>
 		<th></th>
 		<th>$i18n.getString( "sender" )</th>
@@ -38,6 +40,9 @@
 	</tr>
 	#end
 </table>
+</div>
+</div>
+
 <div style="margin-top:15px; width:90%">
 #parse( "/dhis-web-commons/paging/paging.vm" )
 </div>