From d75a9fa38b24b57fbbb11d52c17d56d04387718f Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Mon, 17 Aug 2015 01:29:51 +0300 Subject: Fix: When I click on "new article" icon, and on the cross after, the filter icon is no more visible. When I change the size of my browser window, the filter appears but I didn't click on the icon Bug: can't click on pagination > 1 display bug: when we load homepage, we see quickly the filter form new entry form: when we click on the field, the history of the field is at the left of the screen, not below the field (see screenshot) --- .../Resources/views/themes/material/public/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 2497e3e9..cc1bbd3f 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -48,6 +48,16 @@ nav, main, footer { margin-bottom: 0; } +.pagination li { + padding: 0; +} + +.pagination a { + padding: 0px 10px; + height: 30px; + display: block; +} + .page-footer .footer-copyright p { display: inline; } @@ -177,6 +187,11 @@ nav input { width: 100%; } +.side-nav.fixed.right-aligned { + right: -250px; + left: auto !important; +} + /* ========================================================================== 3 = Cards ========================================================================== */ -- cgit v1.2.3