diff options
| author | 2013-08-21 14:12:14 +0200 | |
|---|---|---|
| committer | 2013-08-21 14:12:14 +0200 | |
| commit | 79d857e46b8a67ab9c13cbb0089b7c206e825961 (patch) | |
| tree | 72528332c156f411ca4b4349d4a0d79a7473912f /public/themes/flat-design | |
| parent | a2dc177a0c6f188b337ec82dab2e477fbd719807 (diff) | |
Fix issue #119 : modif logo + corrections designs
Modification du logo, merci Cypouz !
Petites modifications dans les designs "default" et "flat design"
Diffstat (limited to 'public/themes/flat-design')
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 245b97990..d3a51d05e 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -26,7 +26,7 @@ body { .header > .item.title h1 { display: inline-block; margin: 0; - vertical-align: bottom; + vertical-align: middle; } .header > .item.title a:hover { text-decoration: none; @@ -144,9 +144,18 @@ body { } .categories .notRead { position: absolute; - top: 5px; right: 3px; + top: 5px; right: 0px; + padding: 0 3px; color: #fff; font-size: 90%; + background: #3498DB; + border-left: 3px solid #2980B9; + border-radius: 5px 0 0 5px; + } + .categories .btn:hover .notRead, + .categories .btn.active .notRead { + background: #2980B9; + border-left: 3px solid #3498DB; } .post { @@ -457,8 +466,7 @@ body { /*** NOTIFICATION ***/ .notification { position: fixed; - top: 10px; - left: 10%; right: 10%; + top: 10px; left: 10%; right: 10%; min-height: 30px; padding: 10px; line-height: 30px; |
