aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-07-29 09:02:30 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-07-29 09:02:30 +0200
commit7e63b892f9682e62f6758bb51c6912499f5bd8d1 (patch)
treeb0b1da23086cba171d134946092f43cd31cd1e62 /src/Wallabag/CoreBundle/Resources/views/themes
parent9b9b05008a96a45bbf6da4c0c1c1b1244b83c6af (diff)
parent9fb6ac830fa669beef1dd11070421262c073192c (diff)
downloadwallabag-7e63b892f9682e62f6758bb51c6912499f5bd8d1.tar.gz
wallabag-7e63b892f9682e62f6758bb51c6912499f5bd8d1.tar.zst
wallabag-7e63b892f9682e62f6758bb51c6912499f5bd8d1.zip
Merge pull request #1250 from frankoa/v2_pagination_and_api
Adds pagerfanta paginator everywhere, modifies article routing.
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
index ff1a36a1..e2844ccc 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
@@ -537,6 +537,16 @@ footer a {
537 display: none; 537 display: none;
538} 538}
539 539
540.pagination .current {
541 height: 25px;
542 padding: 4px 8px;
543 border: 1px solid #d5d5d5;
544 text-decoration: none;
545 font-weight: bold;
546 color: #000;
547 background-color: #ccc;
548}
549
540/* ========================================================================== 550/* ==========================================================================
541 2.1 = "save a link" related styles 551 2.1 = "save a link" related styles
542 ========================================================================== */ 552 ========================================================================== */