From 2fffd839199891a9f15cee88bdb8cccdc25baf66 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 22 Apr 2011 20:40:02 +0200 Subject: CSS improvment --- static/media/images/red_flag.png | Bin 0 -> 588 bytes static/media/style.css | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 static/media/images/red_flag.png (limited to 'static') diff --git a/static/media/images/red_flag.png b/static/media/images/red_flag.png new file mode 100644 index 000000000..20f50664e Binary files /dev/null and b/static/media/images/red_flag.png differ 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