Center notification box
This commit is contained in:
parent
a20f4f2904
commit
cefeb7ef96
File diff suppressed because one or more lines are too long
|
|
@ -43,15 +43,17 @@
|
|||
}
|
||||
|
||||
.alert-fade-out {
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
font-size: 1.1em;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
left: 20%;
|
||||
width: 60%;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 0;
|
||||
border-width: 1px 0 0;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue