some other minor changes from milpeer
[fnpeditor.git] / src / editor / plugins / core / edumed / edumed.less
1 @import 'order/order.less';
2 @import 'gaps/gaps.less';
3 @import 'replace/replace.less';
4 @import 'choice/choice.less';
5
6 .edumed-exercise {
7     background-color: @grayLighter;
8     border: 1px lighten(#000, 35%) dashed;
9     margin: 15px 0;
10     padding: 10px;
11
12     .header {
13         font-weight: bold;
14         font-variant: small-caps;
15         margin-bottom: 10px;
16         background-color: @grayLighter;;
17     }
18
19     .btn {
20         line-height: 12px;
21     }
22 }
23
24 .edumed-exercise-remove {
25     position: absolute;
26     top: 20px;
27     right: 5px;
28     padding: 0 3px;
29     line-height: 15px;
30 }