make the info message box pretty

This commit is contained in:
Doug Bell 2010-08-02 15:56:28 -05:00
parent 3e3cae8c76
commit 556b9e97b9
3 changed files with 26 additions and 4 deletions

View file

@ -120,3 +120,20 @@ a:link {
background-repeat: no-repeat;
background-position: 0 50%;
}
#infoMessageContainer {
position: absolute;
left: 30%;
top: 0px;
width: 35%;
overflow: hidden;
}
#infoMessage {
width: 100%;
height: 100%;
background-color: #ccf;
background-position: 0 50%;
background-repeat: no-repeat;
padding-left: 20px;
}