Skip to content
Snippets Groups Projects
Commit ef3e308b authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

Merge pull request #56 from Katharineum/feature/correct-badges

Correct badges (issue #54)
parents aa9ba161 241f66af
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -53,7 +53,7 @@
</div>
<div class="col s12 m2">
<p>
<span class="badge {{ aub.status.style_classes }}">{{ aub.status.name }}</span>
<span class="badge new {{ aub.status.style_classes }}">{{ aub.status.name }}</span>
</p>
</div>
</div>
......
......@@ -50,7 +50,7 @@
</div>
<div class="col s12 m2">
<p><span class="badge {{ aub.status.style_classes }}">{{ aub.status.name }}</span></p>
<p><span class="badge new {{ aub.status.style_classes }}">{{ aub.status.name }}</span></p>
</div>
</div>
......
......@@ -88,19 +88,19 @@ span.badge.new::after {
content: "";
}
span.badge {
width: 9em;
line-height: 4ex;
height: 4ex;
}
span.badge::after {
content: "";
}
span.item-text {
line-height: 4ex;
vertical-align: bottom;
}
/*span.badge {*/
/*width: 9em;*/
/*line-height: 4ex;*/
/*height: 4ex;*/
/*}*/
/*span.badge::after {*/
/*content: "";*/
/*}*/
/*span.item-text {*/
/*line-height: 4ex;*/
/*vertical-align: bottom;*/
/*}*/
/*+++++++++++*/
/* Timetable */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment