diff options
| author | 2013-08-21 14:36:18 +0200 | |
|---|---|---|
| committer | 2013-08-21 14:36:18 +0200 | |
| commit | 9ae0652d9f88610e44be7409c0287bac1327a68e (patch) | |
| tree | 6ebdb1c002fddb52319de4365f0f67eedb1f9503 /public/themes | |
| parent | 96a2076d5eab5473eaa6389f669c477ee81bffcb (diff) | |
Fix issue #131 : pied d'article
Ajout de la date et du lien vers site externe au pied des articles
Modification comportement raccourci "up" : si la fenêtre est sous
l'article actif, on remonte en haut de cet article. Si la fenêtre est au
début de l'article actif ou au-dessus, on remonte en haut de l'écran
Diffstat (limited to 'public/themes')
| -rw-r--r-- | public/themes/default/freshrss.css | 10 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index cf32e9561..107318dde 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -262,7 +262,7 @@ .flux.not_read .flux_header .item.title { font-weight: bold; } - .flux_header .item.date { + .item.date { width: 200px; overflow: hidden; white-space: nowrap; @@ -272,11 +272,11 @@ color: #666; cursor: pointer; } - .flux_header .item.link { + .item.link { width: 40px; text-align: center; } - .flux_header .item.link a { + .item.link a { display: inline-block; width: 40px; height: 40px; @@ -284,7 +284,7 @@ background: url("icons/link.svg") center center no-repeat; vertical-align: middle; } - .flux_header .item.link a:hover { + .item.link a:hover { text-decoration: none; } @@ -553,7 +553,7 @@ .aside .btn-important, .aside .feeds .dropdown, .flux_header .item.website span, - .flux_header .item.date { + .item.date { display: none; } .flux_header .item.website { diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index d3a51d05e..193fa3d6f 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -256,7 +256,7 @@ body { .flux.not_read .flux_header .item.title { font-weight: bold; } - .flux_header .item.date { + .item.date { width: 200px; overflow: hidden; white-space: nowrap; @@ -266,11 +266,11 @@ body { color: #666; cursor: pointer; } - .flux_header .item.link { + .item.link { width: 40px; text-align: center; } - .flux_header .item.link a { + .item.link a { display: inline-block; width: 40px; height: 40px; @@ -278,7 +278,7 @@ body { background: url("icons/link.svg") center center no-repeat; vertical-align: middle; } - .flux_header .item.link a:hover { + .item.link a:hover { text-decoration: none; } @@ -559,7 +559,7 @@ body { .aside .btn-important, .aside .feeds .dropdown, .flux_header .item.website span, - .flux_header .item.date { + .item.date { display: none; } .flux_header .item.website { |
