aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 01:29:51 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 01:29:51 +0300
commitd75a9fa38b24b57fbbb11d52c17d56d04387718f (patch)
treeda74d6f4a906f7a4326b6dfa9fa1bce2696231cd /src/Wallabag/CoreBundle/Resources/views/themes/material/public/css
parent0e7cf1fc502e6d01f3059cb821420485bcb4614a (diff)
downloadwallabag-d75a9fa38b24b57fbbb11d52c17d56d04387718f.tar.gz
wallabag-d75a9fa38b24b57fbbb11d52c17d56d04387718f.tar.zst
wallabag-d75a9fa38b24b57fbbb11d52c17d56d04387718f.zip
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)
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css15
1 files changed, 15 insertions, 0 deletions
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 {
48 margin-bottom: 0; 48 margin-bottom: 0;
49} 49}
50 50
51.pagination li {
52 padding: 0;
53}
54
55.pagination a {
56 padding: 0px 10px;
57 height: 30px;
58 display: block;
59}
60
51.page-footer .footer-copyright p { 61.page-footer .footer-copyright p {
52 display: inline; 62 display: inline;
53} 63}
@@ -177,6 +187,11 @@ nav input {
177 width: 100%; 187 width: 100%;
178} 188}
179 189
190.side-nav.fixed.right-aligned {
191 right: -250px;
192 left: auto !important;
193}
194
180/* ========================================================================== 195/* ==========================================================================
181 3 = Cards 196 3 = Cards
182 ========================================================================== */ 197 ========================================================================== */