Confirm button in kanban edit modal

This commit is contained in:
yflory
2020-03-13 15:05:07 +01:00
parent 7c76e4544a
commit 729a167e59
3 changed files with 53 additions and 27 deletions

View File

@@ -288,15 +288,18 @@
nav {
padding: @alertify_padding-base;
text-align: right;
button {
button, div.cp-button-confirm {
margin: 0px !important;
&:not(:first-child) {
&:not(:first-child):not(.left) {
margin-left: @alertify_padding-base !important;
}
&.left {
float: left;
}
}
div.cp-button-confirm {
vertical-align: middle;
}
}
}
}