summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--css/feeds.css8
2 files changed, 9 insertions, 0 deletions
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;