From 9a02006b7d3ab3c13df47fe26a7cc909647e82a4 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 15 Sep 2013 11:51:52 +0200 Subject: Issue #161 : correction pour titres très longs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Un titre très long ne dépasse plus (trop) sur la gauche (voir discussion pour commit 6525779) --- public/themes/default/freshrss.css | 4 ++++ public/themes/flat-design/freshrss.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'public/themes') 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; } diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index e6b33c313..985b51e52 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -182,13 +182,16 @@ body { .day .name { position: absolute; right: 0; + width: 50%; + height: 1.5em; padding: 0 10px 0 0; overflow: hidden; color: #aab; font-size: 1.8em; opacity: .3; - text-shadow: 0px -1px 0px #333; font-style: italic; + text-align: right; + z-index: -10; } .flux { @@ -709,6 +712,7 @@ body { display: none; } .day .name { + height: 2.6em; font-size: 1em; text-shadow: none; } -- cgit v1.2.3