diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-04-22 20:40:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-04-22 20:40:02 +0200 |
commit | 2fffd839199891a9f15cee88bdb8cccdc25baf66 (patch) | |
tree | eb471ac85d4b26a352844fc12d12aa17ae135d01 /static | |
parent | c1e85129759bfe6522878452c3a58a44d43ee982 (diff) | |
download | Ishtar-2fffd839199891a9f15cee88bdb8cccdc25baf66.tar.bz2 Ishtar-2fffd839199891a9f15cee88bdb8cccdc25baf66.zip |
CSS improvment
Diffstat (limited to 'static')
-rw-r--r-- | static/media/images/red_flag.png | bin | 0 -> 588 bytes | |||
-rw-r--r-- | static/media/style.css | 15 |
2 files changed, 14 insertions, 1 deletions
diff --git a/static/media/images/red_flag.png b/static/media/images/red_flag.png Binary files differnew file mode 100644 index 000000000..20f50664e --- /dev/null +++ b/static/media/images/red_flag.png 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{ |