diff options
| author | 2013-11-28 19:38:11 +0100 | |
|---|---|---|
| committer | 2013-11-28 19:38:11 +0100 | |
| commit | 10ce2d2c38b794ff5574b8205e11f240acf25ef7 (patch) | |
| tree | 968bcf24bf2811541354df14e798f02985bd8069 /public | |
| parent | dc2e1dc0817f0818943647d6b005ea35683c9c1b (diff) | |
Mise à jour designs
Les zones cliquables s'étaient rapetissées dans les en-têtes des
articles (le lien n'occupait pas toute la place)
La zone d'en-dessous était aussi ratatinnée
Diffstat (limited to 'public')
| -rw-r--r-- | public/themes/default/freshrss.css | 31 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 31 |
2 files changed, 33 insertions, 29 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 288c87f7d..b82656751 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -248,45 +248,49 @@ .flux_header { height: 25px; font-size: 12px; - line-height: 25px; border-top: 1px solid #ddd; + cursor: pointer; } - .item.manage { + .flux .flux_header > .item > a, + .flux .bottom > .item > a { + display: inline-block; + height: 40px; + width: 100%; + line-height: 40px; + } + .flux .item.manage { width: 40px; white-space: nowrap; text-align: center; } - .flux_header .item.website { + .flux .item.website { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 40px; } - .flux_header .item.website .favicon { + .flux .item.website .favicon { padding: 5px; } - .flux_header .item.website a { + .flux .item.website a { display: block; height: 40px; } - .flux_header .item.title { + .flux .item.title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - cursor: pointer; } - .flux_header .item.title a { + .flux .item.title a { color: #000; outline: none; } - .flux.current .item.title a { - font-weight: bold; - } - .flux.not_read .flux_header .item.title { + .flux.not_read .item.title, + .flux.current .item.title { font-weight: bold; } - .item.date { + .flux .item.date { width: 200px; overflow: hidden; padding:0 5px 0 0; @@ -295,7 +299,6 @@ text-align: right; font-size: 10px; color: #666; - cursor: pointer; } .link { width: 40px; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 970ed8a25..b8ed950c2 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -231,41 +231,45 @@ body { .flux_header { height: 25px; font-size: 12px; - line-height: 25px; border-top: 1px solid #ecf0f1; + cursor: pointer; } - .item.manage { + .flux .flux_header > .item > a, + .flux .bottom > .item > a { + display: inline-block; + height: 40px; + width: 100%; + line-height: 40px; + } + .flux .item.manage { width: 40px; white-space: nowrap; text-align: center; } - .flux_header .item.website { + .flux .item.website { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 40px; } - .flux_header .item.website .favicon { + .flux .item.website .favicon { padding: 5px; } - .flux_header .item.title { + .flux .item.title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - cursor: pointer; } - .flux_header .item.title a { + .flux .item.title a { color: #333; outline: none; } - .flux.current .item.title a { + .flux.current .item.title, + .flux.not_read .item.title { font-weight: bold; } - .flux.not_read .flux_header .item.title { - font-weight: bold; - } - .item.date { + .flux .item.date { width: 200px; overflow: hidden; padding:0 5px 0 0; @@ -274,7 +278,6 @@ body { text-align: right; font-size: 10px; color: #666; - cursor: pointer; } .link { width: 40px; @@ -289,8 +292,6 @@ body { color: #34495e; font-size: 120%; } - #stream.reader .flux a { - } #stream.reader .flux .author { margin: 0 0 10px; font-size: 90%; |
