Less is more

This commit is contained in:
Mark McDowall 2013-04-20 23:25:24 -07:00
commit 1d49435675
10 changed files with 888 additions and 1057 deletions

66
UI/Content/form.less Normal file
View file

@ -0,0 +1,66 @@
.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;
}
.form-horizontal {
.controls {
i.danger {
color: #b94a48;
}
i.warning {
color: #f89406;
}
i {
font-size: 16px;
color: #595959;
cursor: default;
}
}
}
.switch {
float: left;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}
textarea.nzb-restrictions {
width: 260px;
}
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
}
textarea.nzb-restrictions {
width: 260px;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}