diff --git a/web/css/styles.min.css b/web/css/styles.min.css index c2224737..5de4a63b 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -553,9 +553,9 @@ th { } body { - -webkit-touch-callout: none; +/* -webkit-touch-callout: none; -webkit-text-size-adjust: none; - -webkit-user-select: none; + -webkit-user-select: none; */ } html, @@ -1307,6 +1307,10 @@ div.l-content > div.l-separator:nth-of-type(4) { font-size: 12px; letter-spacing: 1px; } +.l-unit__ip span { + padding-left: 3px; + padding-right: 3px; +} .l-unit__stats { margin-bottom: 53px; } diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html index 259b14bc..ed4aa80e 100644 --- a/web/templates/admin/list_dns.html +++ b/web/templates/admin/list_dns.html @@ -110,7 +110,7 @@ ⇢ ".$data[$key]['SRC']."    "; if($data[$key]['RECORDS']) echo '/ '.$data[$key]['RECORDS'].'';?>
- + .', $data[$key]['IP'])?>
diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html index dc8f3764..93fbba0b 100644 --- a/web/templates/admin/list_web.html +++ b/web/templates/admin/list_web.html @@ -41,9 +41,7 @@ - - @@ -169,7 +167,7 @@
- + .', $data[$key]['IP'])?>
diff --git a/web/templates/user/list_dns.html b/web/templates/user/list_dns.html index e759970e..57394412 100644 --- a/web/templates/user/list_dns.html +++ b/web/templates/user/list_dns.html @@ -110,7 +110,7 @@ ⇢ ".$data[$key]['SRC']."    "; if($data[$key]['RECORDS']) echo '/ '.$data[$key]['RECORDS'].'';?>
- + .', $data[$key]['IP'])?>
diff --git a/web/templates/user/list_web.html b/web/templates/user/list_web.html index e0fcd246..5501a742 100644 --- a/web/templates/user/list_web.html +++ b/web/templates/user/list_web.html @@ -170,7 +170,7 @@
- + .', $data[$key]['IP'])?>