Skip to content
Snippets Groups Projects
Verified Commit 110d5f55 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove unnecessary inline stylesheets

parent 2df4e13d
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="col s12 m6 l8 no-padding"> <div class="col s12 m6 l8 no-padding">
<h4>{% blocktrans %}Lessons{% endblocktrans %} {{ day|date:"l" }}, {{ day }}</h4> <h4>{% blocktrans %}Lessons{% endblocktrans %} {{ day|date:"l" }}, {{ day }}</h4>
</div> </div>
<div class="col s12 m6 l4 no-padding" style="margin-top: 10px;"> <div class="col s12 m6 l4 no-padding">
{% include "chronos/partials/datepicker.html" %} {% include "chronos/partials/datepicker.html" %}
</div> </div>
</div> </div>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<script type="text/javascript" src="{% static "js/chronos/date_select.js" %}"></script> <script type="text/javascript" src="{% static "js/chronos/date_select.js" %}"></script>
<div class="col s2 no-padding" style="display: initial;"> <div class="col s2 no-padding">
<a class="waves-effect waves-teal btn-flat btn-flat-medium left" href="{{ url_prev }}"> <a class="waves-effect waves-teal btn-flat btn-flat-medium left" href="{{ url_prev }}">
<i class="material-icons center">navigate_before</i> <i class="material-icons center">navigate_before</i>
</a> </a>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<input type="text" class="datepicker center-align" id="date"> <input type="text" class="datepicker center-align" id="date">
</div> </div>
{% endif %} {% endif %}
<div class="col s2 no-padding" style="display: initial;"> <div class="col s2 no-padding">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right" href="{{ url_next }}"> <a class="waves-effect waves-teal btn-flat btn-flat-medium right" href="{{ url_next }}">
<i class="material-icons center">navigate_next</i> <i class="material-icons center">navigate_next</i>
</a> </a>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<div class="row s12 m6 left"> <div class="row s12 m6 left">
<span class="badge new primary-color left smart-plan-badge">{% trans "SMART PLAN" %}</span> <span class="badge new primary-color left smart-plan-badge">{% trans "SMART PLAN" %}</span>
<a class="waves-effect waves-light btn-flat no-print" style="padding-left: 3px; padding-right: 3px;" <a class="waves-effect waves-light btn-flat no-print"
href="{% url "timetable_regular" type pk "regular" %}"> href="{% url "timetable_regular" type pk "regular" %}">
<i class="material-icons left">slideshow</i> <i class="material-icons left">slideshow</i>
{% trans "Show regular timetable" %} {% trans "Show regular 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