mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Cancel button looked ugly on post warning modal
This commit is contained in:
parent
4ae66c9e01
commit
85eae96a11
@ -430,7 +430,7 @@ export default Ember.Controller.extend({
|
|||||||
|
|
||||||
let buttons = [{
|
let buttons = [{
|
||||||
"label": I18n.t("composer.cancel"),
|
"label": I18n.t("composer.cancel"),
|
||||||
"class": "cancel",
|
"class": "d-modal-cancel",
|
||||||
"link": true
|
"link": true
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
@ -227,6 +227,12 @@
|
|||||||
|
|
||||||
.reply-where-modal {
|
.reply-where-modal {
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.d-modal-cancel {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
.btn {
|
.btn {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 1.286em;
|
font-size: 1.286em;
|
||||||
|
Loading…
Reference in New Issue
Block a user