Browse Source

Flat design : détache nombre non lus bordure

Je trouvais le rendu pas très agréable à l'œil
Marien Fressinaud 12 years ago
parent
commit
902357c12f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      public/themes/flat-design/freshrss.css

+ 2 - 3
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;