diff --git a/static/css/styles.css b/static/css/styles.css index d7fc8ee..2f0e681 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -3,7 +3,7 @@ section { padding-top: 2rem !important; } -nav, nav > div, nav form { +nav, nav > div { display: flex; align-items: center; } @@ -91,7 +91,6 @@ label.checkbox { } #quick_scroll { - float: right; margin-bottom: 1rem; } @@ -100,7 +99,7 @@ label.checkbox { } @media screen and (min-width: 1088px) { - .tooltip:hover::before, .tooltip:hover::after { + [data-tooltip]:hover::before, [data-tooltip]:hover::after { display: none !important; } } diff --git a/templates/admin/list.html b/templates/admin/list.html index 25cd74c..9406f1a 100644 --- a/templates/admin/list.html +++ b/templates/admin/list.html @@ -1,19 +1,19 @@ {% extends "layout.html" %} {% block title %}Admin List{% endblock %} {% block add_button %} - + Add entry {% endblock %} {% block body %} -
- Quick Scroll : +