Przeglądaj źródła

added padding in submenu

Serghey Rodin 13 lat temu
rodzic
commit
a0c6072084

+ 1 - 1
web/templates/admin/list_backup.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" > Create Backup </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_cron.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_db.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_dns.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
                                             </div>

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

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_ip.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> Add IP </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_mail.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_mail_acc.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_packages.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/package/'"> Add Package </button>
                                             </div>

+ 1 - 1
web/templates/admin/list_user.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <?php
                                                     if ($user == 'admin') {

+ 1 - 1
web/templates/admin/list_web.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
                                             </div>

+ 1 - 1
web/templates/user/list_cron.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
                                             </div>

+ 1 - 1
web/templates/user/list_db.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
                                             </div>

+ 1 - 1
web/templates/user/list_dns.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
                                             </div>

+ 1 - 1
web/templates/user/list_dns_rec.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
                                             </div>

+ 1 - 1
web/templates/user/list_mail.html

@@ -1,6 +1,6 @@
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
                                             </div>

+ 1 - 1
web/templates/user/list_mail_acc.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
                                             </div>

+ 1 - 1
web/templates/user/list_user.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <?php
                                                     if ($user == 'admin') {

+ 1 - 1
web/templates/user/list_web.html

@@ -1,7 +1,7 @@
 
                                 <table class="sub-menu" style="background: white;">
                                     <tr>
-                                        <td style="padding: 12px 0 0 6px">
+                                        <td style="padding: 12px 0 8px 6px">
                                             <div style="float:left">
                                                 <button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
                                             </div>