diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index e4ed07e6..532e02f2 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -93,7 +93,13 @@ + +
+ Web Interface changes require a restart to take effect +
+ +
@@ -173,6 +179,7 @@ +
@@ -334,6 +341,7 @@
+
@@ -384,6 +392,7 @@
+
@@ -736,11 +745,8 @@
+
- -
-

Web Interface changes require a restart to take effect

-
diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index bdf88d89..44c6ecda 100644 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -296,6 +296,23 @@ input[type=button] { text-decoration: none; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); } +.configsubmit { + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + background: #222222 url("../images/button.png") repeat-x; + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.25); + color: #fff; + cursor: pointer; + margin-left: 75%; + margin-top: 5px; + text-align: center; + width: 200px; + padding: 4px 10px; + text-decoration: none; + text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); +} form legend, form h2 { font-size: 16px; @@ -506,7 +523,7 @@ header #logo { } footer { display: table; - margin: 60px auto 50px auto; + margin: 40px auto 50px auto; width: 960px; padding-top: 10px; border-top: 1px solid #EEE; @@ -537,6 +554,29 @@ footer { position: relative; top: 4px; } +.configmessage { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; + background-image: -moz-linear-gradient(#fcf5c2, #fff6a9) !important; + background-image: linear-gradient(#fcf5c2, #fff6a9) !important; + background-image: -webkit-linear-gradient(#fcf5c2, #fff6a9) !important; + background-image: -o-linear-gradient(#fcf5c2, #fff6a9) !important; + filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#eaeaea) !important; + -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#eaeaea) !important; + text-align: center; + padding: 3px 5px; + width: 400px; + margin-left: auto; + margin-right: auto; + margin-bottom: 5px; +} +.configmessage .ui-icon { + float: left; + margin-right: 5px; + position: relative; + top: 4px; +} #ajaxMsg { border: 1px solid #cccccc; background-image: -moz-linear-gradient(#ffffff, #eeeeee) !important;