Commit db384371 authored by Kristian Tan's avatar Kristian Tan

styling

parent c76cceb0
...@@ -19,6 +19,10 @@ body { ...@@ -19,6 +19,10 @@ body {
/*height: 90%;*/ /*height: 90%;*/
} }
.device_list_title {
text-decoration: underline;
}
.device_list { .device_list {
width: 25%; width: 25%;
margin-left: 5%; margin-left: 5%;
...@@ -26,8 +30,8 @@ body { ...@@ -26,8 +30,8 @@ body {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
.device_list_title { .add_device {
text-decoration: underline; text-align: center;
} }
.smart_meter { .smart_meter {
......
...@@ -28,9 +28,11 @@ ...@@ -28,9 +28,11 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<p class="add_device"><a href="/devices/add_device">Add device</a></p>
</div> </div>
<p><a href="/devices/add_device">Add device</a></p>
{% if display_change_kWh == True %} {% if display_change_kWh == True %}
<form action="{{ url_for('handle_change_kWh') }}" method="post"> <form action="{{ url_for('handle_change_kWh') }}" method="post">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment