22 lines
495 B
CSS
22 lines
495 B
CSS
.czr-sub-set[data-input-type="content_picker"] .customize-control-title {
|
|
width: 100%;
|
|
}
|
|
.czr-sub-set[data-input-type="content_picker"] .czr-input {
|
|
width: 100%;
|
|
}
|
|
.content-item-bar {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.czr-sub-set[data-input-type="content_picker"] span.item-title {
|
|
display: block;
|
|
float: left;
|
|
max-width: 80%;
|
|
}
|
|
|
|
.czr-sub-set[data-input-type="content_picker"] span.item-type {
|
|
display: inline-block;
|
|
padding: 0;
|
|
padding-right: 10px;
|
|
float: right;
|
|
} |