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

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