diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 09:42:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 09:42:43 +0200 |
| commit | 02415a36adba08f228d77b860530e6b6dc7c53ec (patch) | |
| tree | c00fd4f78c29adf444e45da57324fdb94c89a720 /templates | |
| parent | 54a313cefa62153bd2b2c85e0204137eaa404d19 (diff) | |
| download | jokevote-02415a36adba08f228d77b860530e6b6dc7c53ec.tar.gz jokevote-02415a36adba08f228d77b860530e6b6dc7c53ec.zip | |
make export button more responsive
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index b249aef..db3cbda 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,6 @@ <header class="row"> <h3>Lehrersprüche</h3> <div class="section"> - <a class="btn-floating btn-large right" href="/export"><i class="material-icons">file_download</i></a> {% if user.loggedin %} <form action="/logout" method="post"> <button class="btn" type="submit">Logout ({{ user.name }})</button> @@ -35,6 +34,9 @@ </div> </form> {% endif %} + <div class="col s2 m12 l2 right"> + <a class="btn-floating btn-large right" href="/export"><i class="material-icons">file_download</i></a> + </div> </div> </header> <main> |
