Corrected button margin in notification box.
This commit is contained in:
parent
f009e73b44
commit
d24f0aea39
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,10 @@ root {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notification .alert button {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#notification .alert {
|
#notification .alert {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: #f5e8a8;
|
background-color: #f5e8a8;
|
||||||
|
@ -122,6 +126,7 @@ root {
|
||||||
color: #9E9980;
|
color: #9E9980;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
|
|
Loading…
Reference in a new issue