aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-21 22:30:50 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-23 07:47:55 +0200
commit8315130a75c8f411f76134b6205a017409583d50 (patch)
treed6ef8c9725809df2885dfd1351a7ec188fd51c44 /app/Resources/static/themes/material/css/main.css
parent79efca1e6ff28362d4bd2713f68205294cdd07de (diff)
downloadwallabag-8315130a75c8f411f76134b6205a017409583d50.tar.gz
wallabag-8315130a75c8f411f76134b6205a017409583d50.tar.zst
wallabag-8315130a75c8f411f76134b6205a017409583d50.zip
Display entries number for each category
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css4
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
306span.numberItems {
307 float: right;
308}
309
306/* ========================================================================== 310/* ==========================================================================
307 * 3 = Filters slider 311 * 3 = Filters slider
308 * ========================================================================== */ 312 * ========================================================================== */