Skip to content

Commit dd9b517

Browse files
committed
fix table margin for ie
1 parent 22274b2 commit dd9b517

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

web/templates/admin/list_dns_rec.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
</table>
3131

3232
<div id="vstobjects">
33-
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
33+
<div style="height:10px; font-size:0;"></div>
34+
<table class="data" style="background: #ebe9dc;">
3435
<tr>
3536
<td style="padding: 8px 2px 8px 0;">
3637
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
3738
</td>
3839
</tr>
3940
</table>
41+
<div style="height:10px; font-size:0;"></div>
4042
<table class="data">
4143
<?php
4244
foreach ($data as $key => $value) {

web/templates/admin/list_mail_acc.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
</table>
3131

3232
<div id="vstobjects">
33-
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
33+
<div style="height:10px; font-size:0;"></div>
34+
<table class="data" style="background: #ebe9dc;">
3435
<tr>
3536
<td style="padding: 8px 2px 8px 0;">
3637
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
3738
</td>
3839
</tr>
3940
</table>
40-
41+
<div style="height:10px; font-size:0;"></div>
4142
<table class="data">
4243
<?php
4344
foreach ($data as $key => $value) {

web/templates/user/list_dns_rec.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
</table>
2929

3030
<div id="vstobjects">
31-
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
31+
<div style="height:10px; font-size:0;"></div>
32+
<table class="data" style="background: #ebe9dc;">
3233
<tr>
3334
<td style="padding: 8px 2px 8px 0;">
3435
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
3536
</td>
3637
</tr>
3738
</table>
38-
39+
<div style="height:10px; font-size:0;"></div>
3940
<table class="data">
4041
<?php
4142
foreach ($data as $key => $value) {

web/templates/user/list_mail_acc.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
</table>
2929

3030
<div id="vstobjects">
31-
<table class="data" style="background: #ebe9dc;margin: 10px 0;">
31+
<div style="height:10px; font-size:0;"></div>
32+
<table class="data" style="background: #ebe9dc;">
3233
<tr>
3334
<td style="padding: 8px 2px 8px 0;">
3435
<a class="name" style="color: #555; font-size: 10pt;"><b>Listing <?php echo $_GET['domain'] ?></b></a>
3536
</td>
3637
</tr>
3738
</table>
38-
39+
<div style="height:10px; font-size:0;"></div>
3940
<table class="data">
4041
<?php
4142
foreach ($data as $key => $value) {

0 commit comments

Comments
 (0)