Skip to content

Commit ba3deb7

Browse files
author
r.tschu
committed
added line between top and bot content
1 parent 741aac8 commit ba3deb7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

styles.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ input.in_box_button[type="submit"] {
1414
margin-left: 0;
1515
}
1616

17+
.linedrawer {
18+
margin-top: 5px;
19+
padding-top: 5px;
20+
border-top: 2px solid #bec6c8;
21+
}
22+
1723
.flexmargin {
1824
display: flex;
1925
margin-bottom: 3px;
20-
margin-top: 7px;
21-
padding-top: 5px;
22-
border-top: 2px solid #bec6c8;
2326
}
2427

2528
.margin {

templates/block.mustache

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Example context (json):
6666
{{#coursemappingenabled}}
6767
{{> block_evasys_sync/coursemapping}}
6868
{{/coursemappingenabled}}
69+
<div class = "linedrawer"></div>
6970
{{#warning}}<div style="color: red; ">{{# str}}warning_inconsistent_states, block_evasys_sync{{/str}}</div>{{/warning}}
7071
{{#emailsentnotice}}<div style="color: limegreen; ">{{# str}}emailsentnotice, block_evasys_sync{{/str}}</div>{{/emailsentnotice}}
7172
{{#evaluationperiodsetnotice}}<div style="color: limegreen; ">{{# str}}evalperiodsetnotice, block_evasys_sync{{/str}}</div>{{/evaluationperiodsetnotice}}

0 commit comments

Comments
 (0)