diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-21 22:30:50 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-23 07:47:55 +0200 |
commit | 8315130a75c8f411f76134b6205a017409583d50 (patch) | |
tree | d6ef8c9725809df2885dfd1351a7ec188fd51c44 /app/Resources/static/themes/material | |
parent | 79efca1e6ff28362d4bd2713f68205294cdd07de (diff) | |
download | wallabag-8315130a75c8f411f76134b6205a017409583d50.tar.gz wallabag-8315130a75c8f411f76134b6205a017409583d50.tar.zst wallabag-8315130a75c8f411f76134b6205a017409583d50.zip |
Display entries number for each category
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index cade37f6..99892401 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -303,6 +303,10 @@ nav input { | |||
303 | margin: 0 1rem; | 303 | margin: 0 1rem; |
304 | } | 304 | } |
305 | 305 | ||
306 | span.numberItems { | ||
307 | float: right; | ||
308 | } | ||
309 | |||
306 | /* ========================================================================== | 310 | /* ========================================================================== |
307 | * 3 = Filters slider | 311 | * 3 = Filters slider |
308 | * ========================================================================== */ | 312 | * ========================================================================== */ |