diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html
index 348068aa..62160309 100644
--- a/web/templates/admin/list_dns.html
+++ b/web/templates/admin/list_dns.html
@@ -54,7 +54,7 @@
|
- list records |
+ list records |
add record |
edit |
diff --git a/web/templates/admin/list_dns_rec.html b/web/templates/admin/list_dns_rec.html
index 71b3a28b..b1cf4f02 100644
--- a/web/templates/admin/list_dns_rec.html
+++ b/web/templates/admin/list_dns_rec.html
@@ -30,6 +30,13 @@
|
+
$value) {
diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html
index abfdab33..4d77283e 100644
--- a/web/templates/admin/list_mail.html
+++ b/web/templates/admin/list_mail.html
@@ -58,7 +58,7 @@
+
+
$value) {
diff --git a/web/templates/header.html b/web/templates/header.html
index 1d1447c3..10eedcf5 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -34,7 +34,7 @@
.top {
- background: #555;
+ background: #444;
color: #cce4f0;
padding: 0;
margin-left: auto;
@@ -85,14 +85,10 @@
.nav-lnk {
text-decoration: none;
- color: #555;
+ color: #444;
float:left;
}
- .nav-lnk:hover {
- color: #333;
- }
-
.nav-lnk:active {
color: #ccc;
}
@@ -372,24 +368,24 @@
}
.username {
- color: #555555;
+ color: #555;
font-size: 16pt;
line-height: 1.2em;
}
.domain {
- color: #555555;
+ color: #555;
font-size: 16pt;
line-height: 0.8em;
}
.cron {
- color: #555555;
+ color: #555;
font-size: 18px;
}
.log {
- color: #555555;
+ color: #555;
font-size: 12pt;
}
@@ -477,6 +473,7 @@
}
.vst-text {
+ color: #555;
font-size: 12pt;
}
@@ -484,7 +481,7 @@
background-color: #FFFFFF;
border: 1px solid #999999;
border-radius: 3px 3px 3px 3px;
- color: #555555;
+ color: #555;
font-size: 18px;
padding: 6px;
width: 360px;
@@ -503,7 +500,7 @@
background-color: #FFFFFF;
border: 1px solid #999999;
border-radius: 3px 3px 3px 3px;
- color: #555555;
+ color: #555;
font-size: 14pt;
padding: 6px;
width: 360px;
diff --git a/web/templates/user/list_dns.html b/web/templates/user/list_dns.html
index 363468a4..64c45749 100644
--- a/web/templates/user/list_dns.html
+++ b/web/templates/user/list_dns.html
@@ -52,7 +52,7 @@
|
- list records |
+ list records |
add record |
edit |
diff --git a/web/templates/user/list_dns_rec.html b/web/templates/user/list_dns_rec.html
index 83ec89d6..337ff612 100644
--- a/web/templates/user/list_dns_rec.html
+++ b/web/templates/user/list_dns_rec.html
@@ -28,6 +28,14 @@
|
+
+
$value) {
diff --git a/web/templates/user/list_mail.html b/web/templates/user/list_mail.html
index 30c8f71f..35103c38 100644
--- a/web/templates/user/list_mail.html
+++ b/web/templates/user/list_mail.html
@@ -56,7 +56,7 @@