Skip to content
Snippets Groups Projects
Commit ce05a372 authored by srosse's avatar srosse
Browse files

OO-241: add more b_clearfix for tables, fix for Firefox, works better for IE7

parent 8aaf6704
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
</select> </select>
</form> </form>
</div> </div>
<div class="b_clearfix"><br/></div>
#end #end
#if ($tableEmpty) #if ($tableEmpty)
...@@ -68,6 +69,7 @@ ...@@ -68,6 +69,7 @@
#end #end
</div> </div>
</div> </div>
<div class="b_clearfix"></div>
$r.render("table", $tableConfig.getCssPrefix()) $r.render("table", $tableConfig.getCssPrefix())
#end #end
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment