diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-09-16 13:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 13:01:33 +0200 |
commit | ed5e175c200501e2ee115ff5d8cd3f3ea47a1c2f (patch) | |
tree | 80af9714ddfc4a4f7e684467067aa37750692d55 /app/Resources/static/themes/material | |
parent | 23246a5da6552598acb8f0216f9efeaa3444d3ad (diff) | |
parent | 79ea33c9d3139961ff292651f7c3d2ef57b4ea50 (diff) | |
download | wallabag-ed5e175c200501e2ee115ff5d8cd3f3ea47a1c2f.tar.gz wallabag-ed5e175c200501e2ee115ff5d8cd3f3ea47a1c2f.tar.zst wallabag-ed5e175c200501e2ee115ff5d8cd3f3ea47a1c2f.zip |
Merge pull request #3347 from Kdecherf/entry-stats
Entry view: update .stats margins and color
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r-- | app/Resources/static/themes/material/css/article.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 27ff5221..2d4ef4b4 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss | |||
@@ -108,12 +108,17 @@ | |||
108 | 108 | ||
109 | .stats { | 109 | .stats { |
110 | font-size: 0.8em; | 110 | font-size: 0.8em; |
111 | margin: 8px 15px 5px; | 111 | margin: 8px 5px 5px; |
112 | 112 | ||
113 | li { | 113 | li { |
114 | display: inline-flex; | 114 | display: inline-flex; |
115 | vertical-align: middle; | 115 | vertical-align: middle; |
116 | margin: 0 5px; | 116 | margin: 3px 5px; |
117 | |||
118 | i.material-icons { | ||
119 | color: #3e3e3e; | ||
120 | margin-right: 3px; | ||
121 | } | ||
117 | } | 122 | } |
118 | 123 | ||
119 | a { | 124 | a { |