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

Merge pull request #89 from Katharineum/feature/badges

Redesign badge (issues #84, #78)
parents 97ae0292 957668a1
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -97,6 +97,13 @@ span.badge.new::after {
content: "";
}
span.badge.new {
font-size: 1rem;
line-height: 26px;
height: 26px;
}
/*span.badge {*/
/*width: 9em;*/
/*line-height: 4ex;*/
......
......@@ -103,8 +103,9 @@
<a class="subheader grey lighten-3">Stundenplan</a>
</li>
<li>
<a href="{% url 'timetable_my_plan' %}">
<a href="{% url 'timetable_my_plan' %}" style="padding-right: 10px;">
<i class="material-icons">person</i> Mein Plan
<span class="badge new primary-color ">SMART PLAN</span>
</a>
</li>
<li>
......
......@@ -2,8 +2,16 @@
<main>
<h4>Mein Plan</h4>
<h6>für <em>{{ el }}</em></h6>
<div class="row nomargin">
<div class="col m12 s12 l6">
<h4>
Mein Plan
<span class="badge new primary-color ">SMART PLAN</span>
</h4>
<h6>für <em>{{ el }}</em></h6>
</div>
</div>
<script type="text/javascript">
var dest = "/timetable/my/";
......
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