Centre images in dialog buttons

Some dialogs put a spinner in the button... need to line them up.
pull/2453/head
Richard van der Hoff 2016-10-11 17:50:49 +01:00
parent 86cb3e9376
commit 97cedfc712
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ textarea {
cursor: pointer;
color: #76cfa6;
background-color: #fff;
/* align images in buttons (eg spinners) */
vertical-align: middle;
}
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {