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