Centre images in dialog buttons
Some dialogs put a spinner in the button... need to line them up.
This commit is contained in:
parent
86cb3e9376
commit
97cedfc712
|
@ -214,6 +214,9 @@ textarea {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
background-color: #fff;
|
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 {
|
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||||
|
|
Loading…
Reference in New Issue