1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Content/form.less

40 lines
646 B
Plaintext
Raw Normal View History

.form-horizontal {
2013-04-21 09:25:24 +03: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 09:25:24 +03:00
}
}
2013-04-21 09:25:24 +03:00
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}
2013-03-18 18:25:36 +03:00
textarea.nzb-restrictions {
width: 260px;
2013-03-07 11:22:16 +03:00
}