From 5c83c939d36db21c01065e05aa3b3ce4d3eafb4c Mon Sep 17 00:00:00 2001 From: Safihre Date: Mon, 16 Jan 2017 16:59:32 +0100 Subject: [PATCH] Show more clear warning about External access Closes #775 --- interfaces/Config/templates/config_general.tmpl | 2 +- interfaces/Config/templates/staticcfg/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/interfaces/Config/templates/config_general.tmpl b/interfaces/Config/templates/config_general.tmpl index 1035f61..3a11c68 100644 --- a/interfaces/Config/templates/config_general.tmpl +++ b/interfaces/Config/templates/config_general.tmpl @@ -142,7 +142,7 @@ - $T('explain-inet_exposure').replace('.','.
')
+ $T('explain-inet_exposure').replace('. ','.
'+$T('warning').upper()+' ')
diff --git a/interfaces/Config/templates/staticcfg/css/style.css b/interfaces/Config/templates/staticcfg/css/style.css index 01c15d9..60f9b94 100644 --- a/interfaces/Config/templates/staticcfg/css/style.css +++ b/interfaces/Config/templates/staticcfg/css/style.css @@ -272,6 +272,9 @@ textarea:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[ty overflow: auto; clear: both; } +.label { + font-style: normal; +} .padTable h3 { margin-top: 0; }