give more padding to steps, to accomodate forms with >10 steps (...)

This commit is contained in:
Frédéric Péters 2015-12-28 14:50:08 +01:00
parent 12b25b14a2
commit cf5b258912
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ form .submit-button, form .cancel-button, #rub_service form .submit-button, #rub
margin-bottom: 25px;
background: #F1F1F1;
color: #5C5C5C;
padding: 10px 15px;
padding: 10px 25px;
position: relative;
margin-right: 23px;
}