Report#58: IE7 style bug in polls

This commit is contained in:
Kevin
2008-02-09 17:11:24 +00:00
parent c115db76dc
commit 9995f5edb5

View File

@@ -28,7 +28,7 @@
<!-- IF poll.S_DISPLAY_RESULTS --> <!-- IF poll.S_DISPLAY_RESULTS -->
<dl> <dl>
<dt>&nbsp;</dt> <dt>&nbsp;</dt>
<dd class="resultbar">{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}</dd> <dd class="resultbar"><p style="font-size:1.0em;">{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}</p></dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
@@ -42,13 +42,13 @@
<!-- IF not poll.S_DISPLAY_RESULTS --> <!-- IF not poll.S_DISPLAY_RESULTS -->
<dl style="border-top: none;"> <dl style="border-top: none;">
<dt>&nbsp;</dt> <dt>&nbsp;</dt>
<dd class="resultbar"><a href="{poll.U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd> <dd class="resultbar"><p style="font-size:1.0em;"><a href="{poll.U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></p></dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<dl style="border-top: none;"> <dl style="border-top: none;">
<dt>&nbsp;</dt> <dt>&nbsp;</dt>
<dd class="resultbar"><a href="{poll.U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a></dd> <dd class="resultbar"><p style="font-size:1.0em;"><a href="{poll.U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a></p></dd>
</dl> </dl>
</fieldset> </fieldset>
</div> </div>