Added “unavmsg” class
This commit is contained in:
parent
594447e2a5
commit
dd91bbde38
1 changed files with 10 additions and 0 deletions
|
@ -141,6 +141,16 @@ img {
|
|||
font-size: 9pt;
|
||||
padding: 0 5px 2px 5px;
|
||||
}
|
||||
.unavmsg {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: white;
|
||||
background-color: #00000066;
|
||||
border-radius: 0 0 3px 3px;
|
||||
padding: 8px;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.iimg {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue