Minor changes to config UI

This commit is contained in:
rembo10
2012-10-20 23:04:21 -03:00
parent 97c31f1882
commit d30f6b8572
2 changed files with 51 additions and 5 deletions

View File

@@ -93,7 +93,13 @@
</fieldset>
</td>
</tr>
<tr>
<div class="configmessage">
<span class="ui-icon ui-icon-info" ></span>Web Interface changes require a restart to take effect
</div>
</tr>
</table>
<input type="button" class="configsubmit" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
</div>
<div id="tabs-2">
@@ -173,6 +179,7 @@
</tr>
</table>
<input type="button" class="configsubmit" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
</div>
<div id="tabs-3">
<table class="configtable" summary="Search Providers">
@@ -334,6 +341,7 @@
</tr>
</table>
<input type="button" class="configsubmit" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
</div>
<div id="tabs-4">
<table class="configtable" summary="Quality & Post Processing">
@@ -384,6 +392,7 @@
</td>
</tr>
</table>
<input type="button" class="configsubmit" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
</div>
<div id="tabs-5">
<table class="configtable" summary="Advanced Settings">
@@ -736,11 +745,8 @@
</td>
</tr>
</table>
<input type="button" class="configsubmit" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
</div>
<input type="button" value="Save Changes" onclick="doAjaxCall('configUpdate',$(this),'tabs',true);return false;" data-success="Changes saved successfully">
<div class="message">
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>Web Interface changes require a restart to take effect</p>
</div>
</form>
</div>

View File

@@ -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;