diff options
| author | 2014-09-16 16:50:01 +0200 | |
|---|---|---|
| committer | 2014-09-16 16:50:01 +0200 | |
| commit | 4fd3babcb66556e53315dd46aea798e12fba3614 (patch) | |
| tree | dcb03342200b7c7bf53711dd7fcf80a9339d715f /p/themes/base-theme/template.css | |
| parent | 922ed3c15dd300c58fcbbc744970af8768d855ea (diff) | |
Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 0f660ed4b..a1f34f8bb 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -517,13 +517,12 @@ a.btn { #bigMarkAsRead { display: block; width: 100%; - padding: 2em 0; + padding: 1em 0; text-align: center; font-size: 1.8em; } .bigTick { - font-size: 7em; - line-height: 1.6em; + font-size: 4em; } /*=== Statistiques */ |
