summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-02 10:19:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-02 10:19:28 +0200
commit8313074915401859de4e6236fa14f9ad428451f5 (patch)
tree0a9eabf7509566ad1dee4fe5df46361929736eb1 /css/content.css
parent0f88a5283349097362bf384bd114ca68b1a4bc02 (diff)
use system notifications, fix #779
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css28
1 files changed, 6 insertions, 22 deletions
diff --git a/css/content.css b/css/content.css
index 61b7b28a7..ec333df0b 100644
--- a/css/content.css
+++ b/css/content.css
@@ -84,30 +84,14 @@
left: 0;
}
-/**
- * cron warning styles
- */
-#cron-warning {
- background-color: #ffcc00;
- text-align: center;
- width: 100%;
- padding: 10px;
- font-size: 13pt;
+#notification a {
+ text-decoration: underline;
+ color: blue;
}
- #cron-warning p,
- #cron-warning li {
- line-height: 1.5;
- }
-
- #cron-warning a {
- color: #0000ff;
- }
-
- #cron-warning a:hover {
- text-decoration: underline;
- }
-
+#notification li {
+ display: block;
+}
/**
* Content styles