mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
24 lines
419 B
CSS
24 lines
419 B
CSS
.use_default_file_config {
|
|
margin-top: -10px;
|
|
border-bottom: 1px solid #ccc;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.image_autoconv_types {
|
|
margin-bottom: 5px;
|
|
}
|
|
.image_autoconv_types:last-of-type {
|
|
margin-bottom: 10px;
|
|
}
|
|
.image_autoconv_types .x_inline {
|
|
display: inline-block;
|
|
min-width: 40px;
|
|
}
|
|
.image_autoconv_types select {
|
|
min-width: 0 !important;
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.x_help-block .preset_size {
|
|
font-size: 12px;
|
|
}
|