summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-12 19:34:40 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-12 22:51:07 +0100
commit902357c12fb0d52562d0b278f5a3c935abc85c23 (patch)
tree305fc8082b54e57df6cf8393513fcb112ebc847f
parentedf37ccebf3a42c6f422a4f2cd32d040bb1919ab (diff)
Flat design : détache nombre non lus bordure
Je trouvais le rendu pas très agréable à l'œil
-rw-r--r--public/themes/flat-design/freshrss.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index 23d1d93ea..5c5d4e078 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -112,13 +112,12 @@ body {
.category .btn:first-child:not([data-unread="0"]):after {
content: attr(data-unread);
position: absolute;
- top: 5px; right: 0px;
+ top: 5px; right: 5px;
padding: 0 5px;
color: #fff;
font-size: 90%;
background: #3498DB;
- border-left: 3px solid #2980B9;
- border-radius: 5px 0 0 5px;
+ border-radius: 5px;
}
.category + .feeds:not(.active) {
display:none;