diff options
| author | 2013-12-18 23:49:51 +0100 | |
|---|---|---|
| committer | 2013-12-18 23:49:51 +0100 | |
| commit | 3280b14ed6208a672c4c86878e3b80e3fcb14c32 (patch) | |
| tree | fe91b2e007992a9b62525e26da0bc1e0ba35b21f /public/themes/default/freshrss.css | |
| parent | 5c779a09eb32507fb85e96d647ed1358a93678f2 (diff) | |
CSS : style pour les titres trop long (corrections 2)
Correction de
https://github.com/marienfressinaud/FreshRSS/commit/5c779a09eb32507fb85e96d647ed1358a93678f2
En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
Diffstat (limited to 'public/themes/default/freshrss.css')
| -rw-r--r-- | public/themes/default/freshrss.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index ed5f35ba6..b53702c07 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -289,10 +289,10 @@ white-space: nowrap; text-overflow: ellipsis; } - .flux .item.title:hover { + .flux:hover .item.title { overflow: visible; - position: absolute; padding-right: 1.5em; + position: absolute; } .flux .item.title a { color: #000; |
