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

34 lines
600 B
Plaintext
Raw Normal View History

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