Skip to content

Commit 97cedfc

Browse files
committed
Centre images in dialog buttons
Some dialogs put a spinner in the button... need to line them up.
1 parent 86cb3e9 commit 97cedfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/skins/vector/css/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ textarea {
214214
cursor: pointer;
215215
color: #76cfa6;
216216
background-color: #fff;
217+
218+
/* align images in buttons (eg spinners) */
219+
vertical-align: middle;
217220
}
218221

219222
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {

0 commit comments

Comments
 (0)