simpify join
This commit is contained in:
@@ -473,30 +473,17 @@ header {
|
||||
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
border: 2px solid #333;
|
||||
padding: 1em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.create-form form {
|
||||
margin: 0;
|
||||
flex: 1 1 50%;
|
||||
}
|
||||
|
||||
.create-form .login-input {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.create-form.disabled {
|
||||
border: 2px solid #222;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.create-form button {
|
||||
flex: 0 1 25%;
|
||||
flex: 1;
|
||||
font-size: 1.5em;
|
||||
border-color: #444;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.create-form button:first-child {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.create-form button:hover, .create-form button:focus {
|
||||
|
||||
Reference in New Issue
Block a user