fix feedback
This commit is contained in:
@@ -123,6 +123,21 @@ a.button:active {
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
/* Feedback */
|
||||
|
||||
#feedback {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
#feedback span.feedback {
|
||||
display:block;
|
||||
margin-bottom:1em;
|
||||
width:calc(100% - 1em);
|
||||
box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
|
||||
Reference in New Issue
Block a user