WP PLUGIN
・選択カスタムフィールドを読み取り専用表示するよう修正
This commit is contained in:
+14
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user