mirror of https://github.com/vector-im/riot-web
Centre images in dialog buttons
Some dialogs put a spinner in the button... need to line them up.pull/2453/head
parent
86cb3e9376
commit
97cedfc712
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue