Add ErrorDialog class. Use it for VoIP/command errors.
This commit is contained in:
parent
bb06484732
commit
6fe842e130
8 changed files with 108 additions and 9 deletions
|
@ -68,5 +68,15 @@ html {
|
|||
max-width: 500px;
|
||||
z-index: -100;
|
||||
position: relative;
|
||||
top: 100px;
|
||||
top: 200px;
|
||||
}
|
||||
|
||||
.mx_ErrorDialogTitle {
|
||||
background-color: #d2322d;
|
||||
min-height: 16px;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
font-weight: bold;
|
||||
line-height: 1.4;
|
||||
color: #fff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue