2013-07-27 13:57:41 -07:00
|
|
|
@import "../Shared/Styles/clickable.less";
|
|
|
|
|
|
|
|
.control-group {
|
2013-04-20 23:25:24 -07:00
|
|
|
.controls {
|
|
|
|
i {
|
2013-09-15 17:41:35 -07:00
|
|
|
font-size : 16px;
|
|
|
|
color : #595959;
|
|
|
|
margin-right : 5px;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
2013-04-25 19:44:39 -07:00
|
|
|
.checkbox {
|
2013-06-25 17:33:17 -07:00
|
|
|
width : 100px;
|
|
|
|
margin-left : 0px;
|
|
|
|
display : inline-block;
|
|
|
|
padding-top : 0px;
|
|
|
|
margin-bottom : 0px;
|
2013-04-25 19:44:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-inline-checkbox {
|
2013-06-25 17:33:17 -07:00
|
|
|
display : inline-block;
|
|
|
|
margin-top : -20px;
|
|
|
|
margin-bottom : 0;
|
|
|
|
vertical-align : middle;
|
2013-04-25 19:44:39 -07:00
|
|
|
}
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
|
|
|
}
|
2013-04-25 19:44:39 -07:00
|
|
|
|
2013-04-20 23:25:24 -07:00
|
|
|
.text-area-help {
|
2013-06-25 17:33:17 -07:00
|
|
|
display : block;
|
|
|
|
color : #777777;
|
|
|
|
font-size : 12px;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
2013-03-18 08:25:36 -07:00
|
|
|
|
2013-07-04 21:52:20 -07:00
|
|
|
textarea.release-restrictions {
|
2013-06-25 17:33:17 -07:00
|
|
|
width : 260px;
|
2013-06-24 16:41:59 -07:00
|
|
|
}
|
2013-07-27 13:57:41 -07:00
|
|
|
|
|
|
|
.help-link {
|
2013-09-15 17:41:35 -07:00
|
|
|
text-decoration : none !important;
|
2013-07-27 13:57:41 -07:00
|
|
|
|
|
|
|
i {
|
|
|
|
.clickable;
|
|
|
|
}
|
2013-09-15 17:41:35 -07:00
|
|
|
}
|