fixed markup bug in firefox

This commit is contained in:
fred-fri 2012-05-24 18:00:12 +09:00
parent c13270d9ef
commit b924ec809f
2 changed files with 3 additions and 1 deletions
src/main/java/se/su/dsv/scipro

@ -4,6 +4,7 @@
<body>
<wicket:panel>
<div wicket:id="wmc">
<div> &nbsp; </div>
<div><span class="left">Entities found: <span wicket:id="countLabel"></span></span><span class="right">Rows per page: <span wicket:id="numberDropDown"></span></span></div>
<table wicket:id="datatable"></table>
</div>

@ -7,7 +7,8 @@
<div wicket:id="editpanel"></div>
</div>
<div class="prepend-top span-24">
<!--<div class="prepend-top span-24">-->
<div>
<div wicket:id="scheduleTemplatePanel"></div>
</div>
</wicket:extend>