File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ input.in_box_button[type="submit"] {
14
14
margin-left : 0 ;
15
15
}
16
16
17
+ .linedrawer {
18
+ margin-top : 5px ;
19
+ padding-top : 5px ;
20
+ border-top : 2px solid # bec6c8 ;
21
+ }
22
+
17
23
.flexmargin {
18
24
display : flex;
19
25
margin-bottom : 3px ;
20
- margin-top : 7px ;
21
- padding-top : 5px ;
22
- border-top : 2px solid # bec6c8 ;
23
26
}
24
27
25
28
.margin {
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Example context (json):
66
66
{ {#coursemappingenabled} }
67
67
{ {> block_evasys_sync/coursemapping} }
68
68
{ {/coursemappingenabled} }
69
+ <div class = " linedrawer" ></div >
69
70
{ {#warning} }<div style =" color : red ; " >{ {# str} }warning_inconsistent_states, block_evasys_sync{ {/str} }</div >{ {/warning} }
70
71
{ {#emailsentnotice} }<div style =" color : limegreen ; " >{ {# str} }emailsentnotice, block_evasys_sync{ {/str} }</div >{ {/emailsentnotice} }
71
72
{ {#evaluationperiodsetnotice} }<div style =" color : limegreen ; " >{ {# str} }evalperiodsetnotice, block_evasys_sync{ {/str} }</div >{ {/evaluationperiodsetnotice} }
You can’t perform that action at this time.
0 commit comments