diff options
| author | 2014-09-16 16:50:01 +0200 | |
|---|---|---|
| committer | 2014-09-16 16:50:01 +0200 | |
| commit | 4fd3babcb66556e53315dd46aea798e12fba3614 (patch) | |
| tree | dcb03342200b7c7bf53711dd7fcf80a9339d715f | |
| parent | 922ed3c15dd300c58fcbbc744970af8768d855ea (diff) | |
Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
| -rw-r--r-- | p/themes/Origine/origine.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/template.css | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index ce92d539d..eb3a32583 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -813,7 +813,7 @@ a.btn { background: #fff; } #bigMarkAsRead:hover .bigTick { - text-shadow: 0 0 10px #27ae60; + text-shadow: 0 0 5px #27ae60; } /*=== Navigation menu (for articles) */ 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 */ |
