2013-06-24 23:41:59 +00:00
|
|
|
|
.control-group {
|
2013-04-21 06:25:24 +00:00
|
|
|
|
.controls {
|
|
|
|
|
i.danger {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
color : #b94a48;
|
2013-04-21 06:25:24 +00:00
|
|
|
|
}
|
|
|
|
|
i.warning {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
color : #f89406;
|
2013-04-21 06:25:24 +00:00
|
|
|
|
}
|
|
|
|
|
i {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
font-size : 16px;
|
|
|
|
|
color : #595959;
|
|
|
|
|
cursor : default;
|
2013-04-21 06:25:24 +00:00
|
|
|
|
}
|
2013-04-26 02:44:39 +00:00
|
|
|
|
.checkbox {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
width : 100px;
|
|
|
|
|
margin-left : 0px;
|
|
|
|
|
display : inline-block;
|
|
|
|
|
padding-top : 0px;
|
|
|
|
|
margin-bottom : 0px;
|
2013-04-26 02:44:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 23:41:59 +00:00
|
|
|
|
|
|
|
|
|
|
2013-04-26 02:44:39 +00:00
|
|
|
|
.help-inline-checkbox {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
padding-left : 5px;
|
|
|
|
|
display : inline-block;
|
|
|
|
|
margin-top : -20px;
|
|
|
|
|
margin-bottom : 0;
|
|
|
|
|
vertical-align : middle;
|
2013-04-26 02:44:39 +00:00
|
|
|
|
}
|
2013-04-21 06:25:24 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2013-04-26 02:44:39 +00:00
|
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
|
.text-area-help {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
display : block;
|
|
|
|
|
color : #777777;
|
|
|
|
|
font-size : 12px;
|
2013-04-21 06:25:24 +00:00
|
|
|
|
}
|
2013-03-18 15:25:36 +00:00
|
|
|
|
|
|
|
|
|
textarea.nzb-restrictions {
|
2013-06-26 00:33:17 +00:00
|
|
|
|
width : 260px;
|
2013-06-24 23:41:59 +00:00
|
|
|
|
}
|