Adjust stylesheet to better match WordPress look
parent
df792da204
commit
4592b3b447
|
@ -430,12 +430,11 @@ var H5PDataView = (function ($) {
|
||||||
'class': 'h5p-others-contents-toggler-label',
|
'class': 'h5p-others-contents-toggler-label',
|
||||||
'text': this.l10n.showOwnContentOnly,
|
'text': this.l10n.showOwnContentOnly,
|
||||||
'for': 'h5p-others-contents-toggler'
|
'for': 'h5p-others-contents-toggler'
|
||||||
});
|
}).prepend(this.$othersContentToggler);
|
||||||
|
|
||||||
$('<div>', {
|
$('<div>', {
|
||||||
'class': 'h5p-others-contents-toggler-wrapper'
|
'class': 'h5p-others-contents-toggler-wrapper'
|
||||||
}).append(this.$othersContentToggler)
|
}).append($label)
|
||||||
.append($label)
|
|
||||||
.appendTo(this.$container);
|
.appendTo(this.$container);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -268,6 +268,15 @@ button.h5p-admin.disabled:hover {
|
||||||
|
|
||||||
.h5p-data-view .h5p-others-contents-toggler-wrapper {
|
.h5p-data-view .h5p-others-contents-toggler-wrapper {
|
||||||
float: right;
|
float: right;
|
||||||
|
line-height: 2;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h5p-data-view .h5p-others-contents-toggler-label {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h5p-data-view .h5p-others-contents-toggler {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue