WP PLUGIN 

・選択カスタムフィールドを読み取り専用表示するよう修正
This commit is contained in:
2021-06-26 12:10:11 +09:00
parent 188966cff5
commit b69c5fbd88
4 changed files with 30 additions and 13 deletions
+14 -4
View File
@@ -109,15 +109,25 @@ dl.apop-setting-list-dd dd ul {
margin-bottom: 1em;
}
dl.apop-setting-list-dd dd label {
display: block;
margin-bottom: .3em;
dl.apop-setting-list-dd dd li {
display: flex;
justify-content: space-between;
}
dl.apop-setting-list-dd dd input {
dl.apop-setting-list-dd dd label {
width: 25%;
margin-bottom: .3em;
cursor: inherit;
}
dl.apop-setting-list-dd input {
width: 100%;
}
dl.apop-setting-list-dd .sort-custom-field-input {
width: 75%;
}
.form-table tr {
border-bottom: 1px solid #ccc;
}