refined message boxes

git-svn-id: http://yolanda.mister-muffin.de/svn@281 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-04-09 01:38:19 +00:00
parent 031a198e83
commit 798074fb6e
4 changed files with 6 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -80,43 +80,30 @@ div.loginbox
div.messagebox
{
line-height: 3em;
background-repeat: no-repeat;
background-position: 1.5em center;
}
div.messagebox#error
{
/* "Scarlet Red 1" + 30 luminosity */
background-color: #f46060;
}
div.messagebox#error:before
{
/* TODO: find out how to set vertical-align:middle for this image */
content: url(../../images/tango/32x32/dialog-error.png);
height: 200px;
background-image: url(../../images/tango/32x32/status/dialog-error.png);
}
div.messagebox#information
{
/* "Chameleon 1" + 30 luminosity */
background-color: #a9ec68;
}
div.messagebox#information:before
{
/* TODO: find out how to set vertical-align:middle for this image */
content: url(../../images/tango/32x32/dialog-information.png);
background-image: url(../../images/tango/32x32/status/dialog-information.png);
}
div.messagebox#warning
{
/* "Orange 1" */
background-color: #fcaf3e;
}
div.messagebox#warning:before
{
/* TODO: find out how to set vertical-align:middle for this image */
content: url(../../images/tango/32x32/dialog-warning.png);
background-image: url(../../images/tango/32x32/status/dialog-warning.png);
}
div.page-number