mirror of https://github.com/vector-im/riot-web
fix up cancelbutton CSS
parent
611bb3a857
commit
4ad825e4fe
|
@ -187,9 +187,9 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog_cancelButton {
|
.mx_Dialog_cancelButton {
|
||||||
float: right;
|
position: absolute;
|
||||||
margin-top: 5px;
|
right: 11px;
|
||||||
margin-right: 5px;
|
top: 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue