new html layout using border-collapse

This commit is contained in:
Serghey Rodin 2014-02-04 11:23:09 +02:00
commit 4b24b4e1b2
54 changed files with 831 additions and 953 deletions

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/ip/'"> <?php print __('Add IP');?> </button>
</div>
@ -42,7 +42,7 @@
<tr><td class="data-active"><b><?php print __('active');?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -60,16 +60,16 @@
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
<?php if (!empty($data[$key]['NAT'])) echo ' → <b>' . $data[$key]['NAT'] . '</b>'; ?>
<a class="aliases" style="padding:0 0 0 8px;"><?php echo $data[$key]['NAME'] ?></a>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name">
@ -83,7 +83,7 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="250">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -103,7 +103,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
@ -137,7 +137,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {