45 lines
607 B
SCSS
45 lines
607 B
SCSS
.dialog {
|
|
|
|
.framesize {
|
|
float:left;
|
|
margin-right:10px;
|
|
width:30%;
|
|
}
|
|
|
|
.select-buffer-in {
|
|
width:45%;
|
|
}
|
|
|
|
.select-buffer-out {
|
|
width:45%;
|
|
}
|
|
|
|
.adjust-gear-settings {
|
|
display:none;
|
|
margin-left:4px;
|
|
}
|
|
|
|
.buffers {
|
|
float:left;
|
|
width:60%;
|
|
display:none;
|
|
|
|
h2 {
|
|
margin-left:5px;
|
|
}
|
|
|
|
.dropdown-container {
|
|
width:48px;
|
|
}
|
|
.easydropdown-wrapper:nth-of-type(1) {
|
|
left:5px;
|
|
}
|
|
.easydropdown-wrapper:nth-of-type(2) {
|
|
left:30px;
|
|
}
|
|
.easydropdown, .easydropdown-wrapper {
|
|
width:30px !important;
|
|
}
|
|
}
|
|
|
|
} |