make the info message box pretty
This commit is contained in:
parent
3e3cae8c76
commit
556b9e97b9
3 changed files with 26 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue