2013-06-25 01:41:59 +02:00
|
|
|
|
.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
|
|
|
|
}
|
2013-04-26 04:44:39 +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;
|
2013-04-26 04:44:39 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-25 01:41:59 +02:00
|
|
|
|
|
|
|
|
|
|
2013-04-26 04:44:39 +02:00
|
|
|
|
.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-26 04:44:39 +02:00
|
|
|
|
}
|
2013-04-21 08:25:24 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
2013-04-26 04:44:39 +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;
|
2013-06-25 01:41:59 +02:00
|
|
|
|
}
|