Don't put submit button in reply field edge-to-edge

This commit is contained in:
Mikael Nordfeldth 2015-03-07 23:38:03 +01:00
parent b604630a74
commit 75d45dace9
1 changed files with 2 additions and 1 deletions

View File

@ -951,7 +951,8 @@ content: ":";
} }
.threaded-replies .form_notice input.submit { .threaded-replies .form_notice input.submit {
bottom: 0; bottom: 1ex;
right: 1ex;
} }
.threaded-replies .form_notice .error, .threaded-replies .form_notice .error,