login/register ui, add register to menu
This commit is contained in:
parent
567ae6bde3
commit
7e4be4a233
4 changed files with 47 additions and 2 deletions
|
|
@ -142,3 +142,31 @@ nav.overlay {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
.login, .register {
|
||||
margin-top: 16px;
|
||||
margin-left: 24px;
|
||||
textarea,
|
||||
input {
|
||||
padding: 4px;
|
||||
margin-left: 0;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-right: 4px;
|
||||
background: none;
|
||||
color: white;
|
||||
border: 1px solid green;
|
||||
}
|
||||
button {
|
||||
margin-top: 4px;
|
||||
background: black;
|
||||
color: white;
|
||||
border: solid 1px green;
|
||||
padding: 8px;
|
||||
}
|
||||
button:hover,
|
||||
button:active {
|
||||
border: solid 1px lightgreen;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue