1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 08:22:35 +01:00
Sonarr/UI/Content/form.less

43 lines
714 B
Plaintext
Raw Normal View History

.control-group {
2013-04-21 08:25:24 +02:00
.controls {
i.danger {
2013-06-26 02:33:17 +02:00
color : #b94a48;
2013-04-21 08:25:24 +02:00
}
i.warning {
2013-06-26 02:33:17 +02:00
color : #f89406;
2013-04-21 08:25:24 +02:00
}
i {
2013-06-26 02:33:17 +02:00
font-size : 16px;
color : #595959;
cursor : default;
2013-04-21 08:25:24 +02:00
}
.checkbox {
2013-06-26 02:33:17 +02:00
width : 100px;
margin-left : 0px;
display : inline-block;
padding-top : 0px;
margin-bottom : 0px;
}
.help-inline-checkbox {
2013-06-26 02:33:17 +02:00
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 {
2013-06-26 02:33:17 +02:00
display : block;
color : #777777;
font-size : 12px;
2013-04-21 08:25:24 +02:00
}
2013-03-18 16:25:36 +01:00
textarea.nzb-restrictions {
2013-06-26 02:33:17 +02:00
width : 260px;
}