style: update look of form buttons (#7371)

This commit is contained in:
Frédéric Péters 2015-05-27 11:13:10 +02:00
parent 9bd2bd8948
commit 6761e4b884
1 changed files with 7 additions and 1 deletions

View File

@ -71,7 +71,12 @@ div.AccountSettingWidget label {
div.SubmitWidget input, input[type=submit] {
margin-top: 1em;
border: 1px outset #ccc;
margin-right: 1em;
border: 1px solid #ccc;
padding: 10px;
padding: 0 20px;
height: 40px;
vertical-align: middle;
}
div.form .title, form.quixote .title {
@ -133,6 +138,7 @@ div.widget {
input[type="submit"][name="submit"] {
font-weight: bold;
box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.21);
}
div.form pre {