WP PLUGIN
・カスタムフィールドの必須チェック漏れの修正 ・既存カスタムフィールド選択も可能なよう修正 ・ソートのリストに背景色を設定 ・並べ替え設定ページの更新ボタン位置を修正 ・カテゴリー、タグ、カスタム分類のソート対象選択のラジオボタン並び順を標準、検索と同一になるよう修正
This commit is contained in:
+11
-1
@@ -139,7 +139,14 @@ dl.apop-setting-list-dd dd input {
|
||||
}
|
||||
|
||||
.enable-box .product-list {
|
||||
padding: 1em 0;
|
||||
padding: 1em .3em;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.custom_field_key_select,
|
||||
.custom_field_key {
|
||||
display: none;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.search-normal-sort .product-list {
|
||||
@@ -209,10 +216,13 @@ dl.apop-setting-list-dd dd input {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.sort-custom-field-types,
|
||||
.sort-custom-field-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.sort-custom-field-types:first-child,
|
||||
.sort-custom-field-inner:first-child {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user