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

@ -99,13 +99,13 @@ form {
padding-right: 2em; }
form .form-col input.text-input {
width: 10em; }
form .form-submit {
form div.form-submit {
float: left;
width: 100%;
overflow: hidden; }
form .form-submit input {
border: 1px solid #979681;
background: #f6f3ea; }
form div.form-submit input, form input.form-submit {
border: 1px solid #979681;
background: #f6f3ea; }
#user {
-moz-border-radius-topleft: 0.5em;