diff options
| author | 2013-09-15 11:51:52 +0200 | |
|---|---|---|
| committer | 2013-09-15 11:51:52 +0200 | |
| commit | 9a02006b7d3ab3c13df47fe26a7cc909647e82a4 (patch) | |
| tree | 1823a9cd057bfcde8abc54b68a562e8984a42e09 /public/themes/default | |
| parent | 6525779349ba915e17ef1846948c861bfa36425e (diff) | |
Issue #161 : correction pour titres très longs
Un titre très long ne dépasse plus (trop) sur la gauche (voir discussion
pour commit 6525779)
Diffstat (limited to 'public/themes/default')
| -rw-r--r-- | public/themes/default/freshrss.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index a108ff3f6..c1159dcfb 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -183,6 +183,8 @@ .day .name { position: absolute; right: 0; + width: 50%; + height: 1.5em; padding: 0 10px 0 0; overflow: hidden; color: #aab; @@ -190,6 +192,7 @@ opacity: .3; text-shadow: 0px -1px 0px #333; font-style: italic; + text-align: right; } .flux { @@ -696,6 +699,7 @@ display: none; } .day .name { + height: 2.6em; font-size: 1em; text-shadow: none; } |
