dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21692
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10341: fixed bug with filtering sections, too much space if there are many sections filtered (had to rem...
------------------------------------------------------------
revno: 10341
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-20 15:29:43 +0700
message:
fixed bug with filtering sections, too much space if there are many sections filtered (had to remove br, and replace with margin-bottom)
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.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-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2013-02-05 13:30:47 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2013-03-20 08:29:43 +0000
@@ -10,7 +10,7 @@
#set( $marker = 1 )
#end
-<table class="formSection">
+<table class="formSection" style="margin-bottom: 20px;">
<tr>
<td>
<div class="cent"><h3>$encoder.htmlEncode( $section.displayName )</h3></div>
@@ -79,5 +79,4 @@
</td>
</tr>
</table>
-<br>
#end