// replace fieldset with div for responsive table

This commit is contained in:
Kevin Granger
2013-10-15 18:09:53 +02:00
parent a85c1d7933
commit 0e7a7f8be4
70 changed files with 259 additions and 258 deletions
@@ -52,10 +52,9 @@
{/block}
{block name="other_fieldsets"}
{if isset($fields['new'])}
<br /><br />
<fieldset style="width:572px;">
<div class="panel" style="width:572px;">
{foreach $fields['new'] as $key => $field}
{if $key == 'legend'}
<legend>
@@ -85,7 +84,6 @@
{/foreach}
<br />
<div class="small">{l s='Missing files are marked in red'}</div>
</fieldset>
</div>
{/if}
{/block}
{/block}