From 97029c190d2d878e2c19087a47eef3f80be77ff7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 22 Apr 2011 20:40:02 +0200 Subject: CSS improvment --- static/media/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'static/media/style.css') diff --git a/static/media/style.css b/static/media/style.css index 1d07afc9f..d4168d5ba 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -342,8 +342,21 @@ table.confirm tr.spacer td:last-child{ #window p.alert{ color:#D14; display:block; - margin-left:1em; font-style:italic; + width:670px; + padding:1em; + padding-left:2em; + background-color:#EEE; + -moz-border-radius:8px; + -webkit-border-radius:8px; + border-radius:8px; + background-image:url(images/red_flag.png); + background-repeat:no-repeat; + background-position:left center; +} + +#window p.alert label{ + width:650px; } ul.selectmulti{ -- cgit v1.2.3