From 8313074915401859de4e6236fa14f9ad428451f5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 2 May 2015 10:19:19 +0200 Subject: use system notifications, fix #779 --- css/content.css | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'css/content.css') 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 -- cgit v1.2.3