Update classicappdark.css
This commit is contained in:
parent
8108608ee7
commit
ab1256c040
|
|
@ -29,6 +29,24 @@ html {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#alert,
|
||||||
|
#success {
|
||||||
|
height: fit-content;
|
||||||
|
margin: 0px;
|
||||||
|
animation: alertanim;
|
||||||
|
animation-duration: 250ms;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
position: fixed;
|
||||||
|
z-index: 10;
|
||||||
|
top: 72px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
padding-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#footer, #footer_signup {
|
#footer, #footer_signup {
|
||||||
background: rgba(0,0,0,0.75);
|
background: rgba(0,0,0,0.75);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue