config css

paul/schema_breaking_changes
Matthew Hodgson 2014-08-14 02:21:49 +01:00
parent 6c2db18be1
commit d7dcef7ff4
1 changed files with 12 additions and 0 deletions

View File

@ -232,6 +232,18 @@ h1 {
float: right;
}
.config {
position: absolute;
z-index: 100;
top: 100px;
left: 50%;
width: 400px;
margin-left: -200px;
text-align: center;
padding: 20px;
background-color: #aaa;
}
.text_entry_section {
position: fixed;
bottom: 0;