Further work on web interface.

This commit is contained in:
Jonathan Bernard
2011-02-14 09:01:32 -06:00
parent 19fc37c772
commit ddc12cec64
6 changed files with 35 additions and 15 deletions

View File

@ -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%);
}
}