panel min heght

This commit is contained in:
Serghey Rodin 2012-06-30 23:33:40 +03:00
commit 7bfebfff62
19 changed files with 155 additions and 14 deletions

View file

@ -191,4 +191,4 @@ foreach ($data as $key => $value) {
</tr>
</table>
</form>
<?php if ($i < 1) echo "<table class=\"data-spacer\"><tr><td></td></tr></table>"; ?>
<?php if ($i == 1) echo "<table class=\"data-spacer\" style=\"height:70px\"><tr><td></td></tr></table>"; ?>