From d099f00e9aa1b8569f5bc8bbd3b76d1d1466cf96 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 16 Sep 2014 20:37:29 +0200 Subject: use default favicon for compact view if none given --- css/content.css | 5 +++++ css/navigation.css | 2 +- templates/part.content.php | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/content.css b/css/content.css index 9e99dd7f1..9cc317897 100644 --- a/css/content.css +++ b/css/content.css @@ -353,6 +353,11 @@ background-color: #000; } +#app-content .enclosure-error { + line-height: 1.5; + height: 40px; +} + /** * Article body */ diff --git a/css/navigation.css b/css/navigation.css index 6202a5c7e..f733852d3 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -83,7 +83,7 @@ background-image: url('../img/starred.png'); } -#app-navigation .icon-rss { +.icon-rss { background-image: url('../img/rss.svg') !important; } diff --git a/templates/part.content.php b/templates/part.content.php index c91e83ff2..14eeb93b5 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -20,6 +20,7 @@
  • {{ item.title }}

  • @@ -68,8 +69,12 @@
    +

    + t('Browser can not play media type')) ?> + {{ item.enclosureMime }} +

    t('Download')) ?> -- cgit v1.2.3