1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-04 10:48:42 +00:00
Radarr/UI/Content/form.less

40 lines
644 B
Text
Raw Normal View History

2013-05-29 00:06:25 -07:00
.control-group {
2013-04-20 23:25:24 -07:00
.controls {
i.danger {
color: #b94a48;
}
i.warning {
color: #f89406;
}
i {
font-size: 16px;
color: #595959;
cursor: default;
}
.checkbox {
width: 100px;
margin-left: 0px;
display: inline-block;
padding-top: 0px;
margin-bottom: 0px;
}
.help-inline-checkbox {
padding-left: 5px;
display: inline-block;
margin-top: -20px;
margin-bottom: 0;
vertical-align: middle;
}
2013-04-20 23:25:24 -07:00
}
}
2013-04-20 23:25:24 -07:00
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}
2013-03-18 08:25:36 -07:00
textarea.nzb-restrictions {
width: 260px;
2013-03-07 00:22:16 -08:00
}