diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index d48d2ca..47131ed 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -36,10 +36,22 @@ width: 100px; } +.small-nav-icon { + width: 3em; +} + .mb-2 { margin-bottom: 2em; } +.mr-2 { + margin-right: 2em; +} + +.ml-2 { + margin-left: 2em; +} + /**************************************************************************** * Grid. * ****************************************************************************/ diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index 67a6f76..16dfa7c 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -9,19 +9,34 @@
- {% include 'partials/navigation.html'%} {% if images|length > 0 %} +
+
+ ![]() |
+
+
+ ![]() |
+
+ + {{request.path}} - Files ({{num_files}}) ++ |
+ {% if num_pages > 1 %}
+
+
+ {% for page in pages %}{{page}}{% if not forloop.last %} {% endif %}{% endfor %}
+
+ |
+ {% endif %}
+
+
+ ![]() |
+
+
+ ![]() |
+