1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-14 15:03:42 +01:00
Radarr/UI/Content/form.less

51 lines
658 B
Plaintext
Raw Normal View History

.control-group {
2013-04-21 08:25:24 +02: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-21 08:25:24 +02:00
}
}
2013-04-21 08:25:24 +02:00
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}
2013-03-18 16:25:36 +01:00
2013-03-18 16:25:36 +01:00
textarea.nzb-restrictions {
width: 260px;
}