WP PLUGIN バグ修正 ソートのカスタムフィールドのメタボックス追加

・ソートのカスタムフィールドのメタボックスを追加
・共通nameタグが更新されないバグ対策としてフォームタグを共通化
・ファイル名をクラス名に合わせるよう変更
This commit is contained in:
2021-06-13 10:11:17 +09:00
parent 2c72904078
commit 9cc82988e2
8 changed files with 326 additions and 149 deletions
+38 -5
View File
@@ -42,7 +42,8 @@ h3 {
.post-order-box-outer {
width: 100%;
margin: -1px 0 2em;
border-top: 1px solid #999;
border: 1px solid #999;
background: #fff;
}
.post-order-box:not(:first-child) {
@@ -56,9 +57,7 @@ h3 {
.list-orders-inner {
width: 50%;
margin: 1.5em 1em 0 0;
padding: .5em;
border: 1px solid #999;
position: relative;
}
@@ -75,7 +74,8 @@ p.submit.post-order .button-primary {
bottom: 1em;
}
dl.apop_setting_list {
dl.apop_setting_list,
dl.apop_setting_list_dd {
width: 100%;
margin-top: .5em;
}
@@ -92,6 +92,29 @@ dl.apop_setting_list dd:first-of-type {
margin-bottom: 2em;
}
dl.apop_setting_list_dd dt {
margin-top: 1em;
font-weight: bold;
}
dl.apop_setting_list_dd dd {
margin: .5em 0;
border-bottom: 1px solid #c3c4c7;
}
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 input {
width: 100%;
}
.form-table tr {
border-bottom: 1px solid #ccc;
}
@@ -145,7 +168,7 @@ dl.apop_setting_list dd:first-of-type {
.no_registered_exp {
width: 100%;
margin-top: 1em;
margin: 1em 0 0 .5em;
}
.order_setting_list > li {
@@ -197,6 +220,16 @@ dl.apop_setting_list dd:first-of-type {
cursor: default;
}
.apop-submit{
margin:1em .5em;
}
.apop-form_table{
background: #fff;
}
.apop-form_table th{
padding-left:.5em;
}
@media only screen and (max-width: 1264px) {
.search_normal_sort .product-list {