refined message boxes
git-svn-id: http://yolanda.mister-muffin.de/svn@281 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
031a198e83
commit
798074fb6e
4 changed files with 6 additions and 19 deletions
BIN
trunk/images/tango/32x32/status/dialog-error.png
Normal file
BIN
trunk/images/tango/32x32/status/dialog-error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
trunk/images/tango/32x32/status/dialog-information.png
Normal file
BIN
trunk/images/tango/32x32/status/dialog-information.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
trunk/images/tango/32x32/status/dialog-warning.png
Normal file
BIN
trunk/images/tango/32x32/status/dialog-warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue