From 80707aa9e3c2925b4ae995661013be622963c217 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Apr 2013 15:48:50 +0200 Subject: translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered --- css/feeds.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'css') diff --git a/css/feeds.css b/css/feeds.css index 22a290318..245308ed2 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -45,6 +45,10 @@ text-transform: uppercase; } +.feed { + text-transform: none; +} + .unread-counter { padding: 8px 6px 8px 5px; overflow: hidden; @@ -101,4 +105,27 @@ button.action:hover { height:20px; } +.progress-icon { + background-image: url('%webroot%/core/img/loading.gif'); +} + +.problem-icon { + background-image: url('%appswebroot%/news/img/problem.svg'); +} + +.failed { + background-color: #EB9DA6 !important; + text-shadow: none !important; +} + + .failed .message { + padding: 5px 20px 5px 32px; + text-transform: none; + background-color: #E83A4E; + text-shadow: none; + color: #fefefe; + } + .folder .feed.failed .message { + padding-left: 48px; + } \ No newline at end of file -- cgit v1.2.3