From ec50a87d534e522bd7a90002207cbce986ab263c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Feb 2014 23:43:33 +0100 Subject: trim url in invalid feed modal, fix #450 --- CHANGELOG | 1 + css/feeds.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 46e10e0dc..80137e17d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ owncloud-news (1.804) * Make it possible to rename folders +* Do not show rename action for feeds that could not be added owncloud-news (1.803) * Use the feed link if an item doesn't specificy a link diff --git a/css/feeds.css b/css/feeds.css index 0516575fc..7c25435b4 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -257,6 +257,14 @@ button.action:hover { font-weight: bold; } + .failed .title { + width: 299px !important; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block !important; + } + .failed a:hover, .failed:hover a { background-color: #F2FF63 !important; -- cgit v1.2.3