This commit is contained in:
r888888888
2013-10-07 17:59:43 -07:00
parent ab7f97c5ae
commit 892d62fac3
2 changed files with 7 additions and 4 deletions

View File

@@ -9,15 +9,17 @@ div.error-messages {
}
div#notice {
margin: 1em 0;
margin: 0;
padding: 1em;
position: fixed;
top: 1em;
right: 1em;
top: 0;
left: 0;
z-index: 100;
width: 100%;
border-bottom: 2px solid #89857B;
}
a#close-notice-link {
float: right;
margin-left: 1em;
margin-right: 2em;
}