summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 16:50:01 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 16:50:01 +0200
commit4fd3babcb66556e53315dd46aea798e12fba3614 (patch)
treedcb03342200b7c7bf53711dd7fcf80a9339d715f
parent922ed3c15dd300c58fcbbc744970af8768d855ea (diff)
Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
-rw-r--r--p/themes/Origine/origine.css2
-rw-r--r--p/themes/base-theme/template.css5
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 */