Further work on web interface.
This commit is contained in:
@ -123,15 +123,15 @@ form {
|
||||
input.text-input { width: 10em; }
|
||||
}
|
||||
|
||||
.form-submit {
|
||||
div.form-submit {
|
||||
float: left;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
input {
|
||||
border: 1px solid $bbor;
|
||||
background: lighten($bbg, 10%);
|
||||
}
|
||||
div.form-submit input, input.form-submit {
|
||||
border: 1px solid $bbor;
|
||||
background: lighten($bbg, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user