From 6535c5c7d882a947fd014494f5fb5538b66981f1 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 16 Jul 2015 02:22:24 +0300 Subject: [PATCH] fix for long dns records --- web/css/styles.min.css | 26 ++++++++++++++++++++------ web/templates/admin/list_dns_rec.html | 7 ++----- web/templates/user/list_dns_rec.html | 2 +- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/web/css/styles.min.css b/web/css/styles.min.css index 01515922c..611a14b5a 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -679,7 +679,7 @@ input[type="checkbox"] { } .l-menu__item--active { - background-color: #fff; + //background-color: #fff; } .l-menu__item.l-menu__item--active a { @@ -687,6 +687,7 @@ input[type="checkbox"] { font-size: 10px; font-weight: bold; text-transform: uppercase; + background-color: #fff; } .l-menu { @@ -699,7 +700,7 @@ input[type="checkbox"] { color: #f7f7f7; position: relative; line-height: 34px; - padding: 11px 20px; + padding: 11px 18px; } .l-menu__item a:hover { background-color: #f79b44; @@ -729,6 +730,10 @@ input[type="checkbox"] { padding: 11px 12px; } +.lang-tw .l-menu__item a { + padding: 13px 18px; +} + .l-profile { overflow: hidden; float: right; @@ -759,6 +764,12 @@ input[type="checkbox"] { .l-profile__logout:active { color: #ffd62e; } +.lang-cn .l-profile__logout { + padding: 8px 5px; +} +.lang-tw .l-profile__logout { + padding: 8px 5px; +} @@ -1456,16 +1467,17 @@ div.l-content > div.l-separator:nth-of-type(4) { } .lang-ru .actions-panel__col a { font-size: 11px; - line-height: 31px; - padding-top: 2px; + padding-top: 1px; } .lang-tw .actions-panel__col a { font-size: 15px; font-weight: normal; + line-height: 29px; } .lang-ar .actions-panel__col a { font-size: 15px; font-weight: normal; + line-height: 29px; } @@ -2072,7 +2084,7 @@ div.l-content > div.l-separator:nth-of-type(4) { height: 16px; overflow: hidden; padding-top: 6px; - width: 630px; + width: 620px; } .vst-ok { @@ -2157,7 +2169,9 @@ label { background-color: #D7F9FF; color: #333; } -.vst-input:disabled { + +.vst-input:disabled, +.vst-list:disabled { background-color: #ebebeb; } .vst-input:focus:disabled { diff --git a/web/templates/admin/list_dns_rec.html b/web/templates/admin/list_dns_rec.html index 8489a13ef..6bc95b11a 100644 --- a/web/templates/admin/list_dns_rec.html +++ b/web/templates/admin/list_dns_rec.html @@ -48,13 +48,10 @@
-
+
-
- - $value) { ++$i; @@ -103,7 +100,7 @@
-
+
12 ) echo '...'; ?>
 
diff --git a/web/templates/user/list_dns_rec.html b/web/templates/user/list_dns_rec.html index 03350d7eb..0c8622876 100644 --- a/web/templates/user/list_dns_rec.html +++ b/web/templates/user/list_dns_rec.html @@ -100,7 +100,7 @@
-
+
14 ) echo '..'; ?>