@ -82,6 +82,23 @@
text-align: left;
}
.cp-creation-checkboxes {
flex-flow: column;
align-items: baseline !important;
max-height: 150px;
min-height: 120px !important;
justify-content: space-evenly;
flex: 1;
& > div {
display: flex;
width: 100%;
max-width: 100%;
margin: auto;
.cp-creation-title {
font-size: 20px;
@ -256,6 +273,7 @@
.cp-creation-password {
.cp-creation-password-picker {
text-align: center;
@ -2247,10 +2247,12 @@ define([
var $create = $(createDiv);
$(h('div#cp-creation-form', [
team,
owned,
expire,
password,
h('div.cp-creation-checkboxes', [
]),
templates,
createDiv
])).appendTo($creation);