]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Adjust preview picture
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Sep 2015 20:36:51 +0000 (22:36 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Sep 2015 20:36:51 +0000 (22:36 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index 77483a09210af8e6e130ebf017925149bb3602de..c2157db59302c64cbd57332008db386fc8576fd2 100644 (file)
             <h4 class="center">{% trans %}Filters{% endtrans %}</h1>
 
             <div class="row">
+                <div class="col s12">
+                    <label>{% trans %}Status{% endtrans %}</label>
+                </div>
+
+                <div class="input-field col s6 with-checkbox">
+                    {{ form_widget(form.isArchived) }}
+                    <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label>
+                </div>
 
+                <div class="input-field col s6 with-checkbox">
+                    {{ form_widget(form.isStarred) }}
+                    <label for="entry_filter_isStarred">{% trans %}Starred{% endtrans %}</label>
+                </div>
 
                 <div class="col s12">
-                    <label>{% trans %}Status{% endtrans %}</label>
+                    <label>{% trans %}Preview picture{% endtrans %}</label>
                 </div>
 
-                <div class="input-field col s6">
+                <div class="input-field col s12 with-checkbox">
                     {{ form_widget(form.previewPicture) }}
                     <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
                 </div>
index 144e259fbf18908a70860674c471b6e1b83c5673..7a4e7df2f2861ce0cff27e506a920667c69963aa 100755 (executable)
@@ -209,6 +209,11 @@ nav input {
     overflow-y: visible;
 }
 
+#filters div.with-checkbox {
+    height: 3rem;
+    margin-top: 0px;
+}
+
 /* ==========================================================================
    4 = Cards
    ========================================================================== */