Serghey Rodin 13 лет назад
Родитель
Сommit
dd9b517d31

+ 3 - 1
web/templates/admin/list_dns_rec.html

@@ -30,13 +30,15 @@
                     </table>
 
                     <div id="vstobjects">
-                        <table class="data" style="background: #ebe9dc;margin: 10px 0;">
+                        <div style="height:10px; font-size:0;"></div>
+                        <table class="data" style="background: #ebe9dc;">
                             <tr>
                                 <td style="padding: 8px 2px 8px 0;">
                                     <a class="name" style="color: #555; font-size: 10pt;"><b>Listing  <?php echo $_GET['domain'] ?></b></a>
                                 </td>
                             </tr>
                         </table>
+                        <div style="height:10px; font-size:0;"></div>
                         <table class="data">
                             <?php
                                 foreach ($data as $key => $value) {

+ 3 - 2
web/templates/admin/list_mail_acc.html

@@ -30,14 +30,15 @@
                     </table>
 
                     <div id="vstobjects">
-                        <table class="data" style="background: #ebe9dc;margin: 10px 0;">
+                        <div style="height:10px; font-size:0;"></div>
+                        <table class="data" style="background: #ebe9dc;">
                             <tr>
                                 <td style="padding: 8px 2px 8px 0;">
                                     <a class="name" style="color: #555; font-size: 10pt;"><b>Listing  <?php echo $_GET['domain'] ?></b></a>
                                 </td>
                             </tr>
                         </table>
-
+                        <div style="height:10px; font-size:0;"></div>
                         <table class="data">
                             <?php
                                 foreach ($data as $key => $value) {

+ 3 - 2
web/templates/user/list_dns_rec.html

@@ -28,14 +28,15 @@
                     </table>
 
                     <div id="vstobjects">
-                        <table class="data" style="background: #ebe9dc;margin: 10px 0;">
+                        <div style="height:10px; font-size:0;"></div>
+                        <table class="data" style="background: #ebe9dc;">
                             <tr>
                                 <td style="padding: 8px 2px 8px 0;">
                                     <a class="name" style="color: #555; font-size: 10pt;"><b>Listing  <?php echo $_GET['domain'] ?></b></a>
                                 </td>
                             </tr>
                         </table>
-
+                        <div style="height:10px; font-size:0;"></div>
                         <table class="data">
                             <?php
                                 foreach ($data as $key => $value) {

+ 3 - 2
web/templates/user/list_mail_acc.html

@@ -28,14 +28,15 @@
                     </table>
 
                     <div id="vstobjects">
-                        <table class="data" style="background: #ebe9dc;margin: 10px 0;">
+                        <div style="height:10px; font-size:0;"></div>
+                        <table class="data" style="background: #ebe9dc;">
                             <tr>
                                 <td style="padding: 8px 2px 8px 0;">
                                     <a class="name" style="color: #555; font-size: 10pt;"><b>Listing  <?php echo $_GET['domain'] ?></b></a>
                                 </td>
                             </tr>
                         </table>
-
+                        <div style="height:10px; font-size:0;"></div>
                         <table class="data">
                             <?php
                                 foreach ($data as $key => $value) {