56 lines
1 KiB
CSS
56 lines
1 KiB
CSS
|
|
.ck_space button {
|
||
|
|
margin: 2px 0px 1px 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ck_spaces {
|
||
|
|
padding-top: 2px;
|
||
|
|
}
|
||
|
|
.ck_spaces div {
|
||
|
|
-webkit-flex-direction: row;
|
||
|
|
-webkit-justify-content: flex-start;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 1px;
|
||
|
|
}
|
||
|
|
.ck_spaces button {
|
||
|
|
margin: 0px 0px 1px 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ck_meshes {
|
||
|
|
padding-top: 2px;
|
||
|
|
}
|
||
|
|
.ck_meshes div {
|
||
|
|
-webkit-flex-direction: row;
|
||
|
|
-webkit-justify-content: flex-start;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 1px;
|
||
|
|
}
|
||
|
|
.ck_meshes button {
|
||
|
|
margin: 0px 0px 1px 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
button.load {
|
||
|
|
-webkit-flex-basis: 1px;
|
||
|
|
-webkit-flex-grow: 1;
|
||
|
|
flex-basis: 1px;
|
||
|
|
flex-grow: 1;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
button.del {
|
||
|
|
}
|
||
|
|
|
||
|
|
#dropbutton {
|
||
|
|
width: 100%;
|
||
|
|
height: 50px;
|
||
|
|
background-color: #ccc;
|
||
|
|
border-width: 1px;
|
||
|
|
}
|