From c35c49df8868bccf924f39e6eebdc57da7811f19 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Jan 2014 22:27:05 +0100 Subject: Style titres trop longs + correction bug "..." https://github.com/marienfressinaud/FreshRSS/issues/385 https://github.com/marienfressinaud/FreshRSS/pull/322 --- p/themes/Dark/freshrss.css | 8 ++++---- p/themes/Flat/freshrss.css | 8 ++++---- p/themes/Origine/freshrss.css | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index a93fb44a4..8f021e04a 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -241,8 +241,8 @@ background: #1a1a1a; } - .horizontal-list > .item > a { - display: block + .horizontal-list > .item:not(.title):not(.website) > a { + display: block; } .flux_header { @@ -653,8 +653,8 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - border-right: 2px solid rgba(127, 127, 127, 0.1); - padding-right: 1em; + max-width: calc(100% - 545px); + padding-right: 1.5em; position: absolute; } } diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index fb3fde686..12a7d9bfb 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -236,8 +236,8 @@ body { background: #fff; } - .horizontal-list > .item > a { - display: block + .horizontal-list > .item:not(.title):not(.website) > a { + display: block; } .flux_header { @@ -657,8 +657,8 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - border-right: 2px solid rgba(127, 127, 127, 0.1); - padding-right: 1em; + max-width: calc(100% - 545px); + padding-right: 1.5em; position: absolute; } } diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 41e148996..ef86aa021 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -250,8 +250,8 @@ background: #fff; } - .horizontal-list > .item > a { - display: block + .horizontal-list > .item:not(.title):not(.website) > a { + display: block; } .flux_header { @@ -658,8 +658,8 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - border-right: 2px solid rgba(127, 127, 127, 0.1); - padding-right: 1em; + max-width: calc(100% - 545px); + padding-right: 1.5em; position: absolute; } } -- cgit v1.2.3