new styling for notice msg
This commit is contained in:
@@ -9,17 +9,17 @@ div.error-messages {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#notice {
|
div#notice {
|
||||||
margin: 0;
|
padding: 0.25em;
|
||||||
padding: 1em;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0.5em;
|
||||||
left: 0;
|
left: 25%;
|
||||||
|
width: 50%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
width: 100%;
|
background-color: lighten(#f47321, 30%);;
|
||||||
border-bottom: 2px solid #89857B;
|
border: 2px solid #f47321;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#close-notice-link {
|
a#close-notice-link {
|
||||||
float: right;
|
position: absolute;
|
||||||
margin-right: 2em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user