summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-02-06 23:43:33 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-02-06 23:43:33 +0100
commitec50a87d534e522bd7a90002207cbce986ab263c (patch)
treee08df4930a51fe88071c72a7f278a2db39f4a7cc
parent15fc0910cfff233687b11bb3ce35a0fa7e277387 (diff)
trim url in invalid feed modal, fix #450
-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;