diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-12 18:03:40 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-12 18:03:40 +0200 |
commit | 63995be5ee248af5cb9381183afd8810202d7799 (patch) | |
tree | aa1f84fd45b60b628c4f09c397148aa836a1194a | |
parent | 1880da742027ec08f73e116143f2f514155ab7fd (diff) | |
download | wallabag-63995be5ee248af5cb9381183afd8810202d7799.tar.gz wallabag-63995be5ee248af5cb9381183afd8810202d7799.tar.zst wallabag-63995be5ee248af5cb9381183afd8810202d7799.zip |
Fix display for Next/Previous link when they are disabled
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index fb0f5776..a3915b1d 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | |||
@@ -105,6 +105,11 @@ main, #content, .valign-wrapper { | |||
105 | color: #fff; | 105 | color: #fff; |
106 | } | 106 | } |
107 | 107 | ||
108 | .pagination .disabled { | ||
109 | margin-right: 10px; | ||
110 | margin-left: 10px; | ||
111 | } | ||
112 | |||
108 | .page-footer .footer-copyright p { | 113 | .page-footer .footer-copyright p { |
109 | display: inline; | 114 | display: inline; |
110 | } | 115 | } |