Reduce height of bigMarkAsRead

See https://github.com/marienfressinaud/FreshRSS/issues/480
This commit is contained in:
Marien Fressinaud
2014-09-16 16:50:01 +02:00
parent 922ed3c15d
commit 4fd3babcb6
2 changed files with 3 additions and 4 deletions

View File

@@ -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) */

View File

@@ -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 */