Misc Settings

This commit is contained in:
Mark McDowall
2013-03-18 08:25:36 -07:00
parent 15bbeb9270
commit b87f2a22da
6 changed files with 83 additions and 18 deletions
+24 -6
View File
@@ -1,9 +1,17 @@
.form-horizontal .controls i {
font-size: 16px;
/*color: #3A87AD;*/ /* Info blue */
color: #595959;
cursor: default;
}
.form-horizontal .controls i {
font-size: 16px;
/*color: #3A87AD;*/ /* Info blue */
color: #595959;
cursor: default;
}
.form-horizontal .controls i.warning {
color: #F89406;
}
.form-horizontal .controls i.danger {
color: #B94A48;
}
.help-inline-checkbox {
float: left;
@@ -13,4 +21,14 @@
.switch {
float: left;
}
textarea.nzb-restrictions {
width: 260px;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}