From 9468e980d15a8df5d92dc84cf86b097ae6d0ba6c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 29 May 2017 11:23:15 +0200 Subject: Alert when PROJECT_SLUG or profile slug is set to "default" --- ishtar_common/static/media/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/static') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 0016ca0e5..468b6557e 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -1323,6 +1323,12 @@ p.alert{ color:#D14; } +ul.alert{ + background-color: #FF9999; + padding: 0.5em 2em; + text-align: left; +} + p.info-box{ color: #1c94c4; } -- cgit v1.2.3