1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00
Radarr/NzbDrone.Backbone/Content/form.css
2013-03-18 08:25:36 -07:00

34 lines
678 B
CSS

.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;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
}
textarea.nzb-restrictions {
width: 260px;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}