summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index f04063722..97d23dd70 100644
--- a/css/content.css
+++ b/css/content.css
@@ -8,6 +8,31 @@
* @copyright Bernhard Posselt 2014
*/
+
+/**
+ * cron warning styles
+ */
+#cron-warning {
+ background-color: #ffcc00;
+ text-align: center;
+ width: 100%;
+ padding: 10px;
+ font-size: 13pt;
+}
+
+ #cron-warning p,
+ #cron-warning li {
+ line-height: 1.5;
+ }
+
+ #cron-warning a {
+ color: #0000ff;
+ }
+
+ #cron-warning a:hover {
+ text-decoration: underline;
+ }
+
/**
* First run styles
*/