summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 15:48:50 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 15:48:50 +0200
commit80707aa9e3c2925b4ae995661013be622963c217 (patch)
treebfd86604827bc9ca6bb86292467a18afd8924322 /css
parent7808ff902b745b8e7d2fabb5f941d818b0dc78fd (diff)
translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css27
1 files changed, 27 insertions, 0 deletions
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