diff options
Diffstat (limited to 'static/media/style.css')
-rw-r--r-- | static/media/style.css | 15 |
1 files changed, 14 insertions, 1 deletions
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{ |