WP PLUGIN ソート対象拡張
・サイドメニュー位置修正 ・カスタムフィールド入力用テキストボックス位置等修正 ・ソート対象チェックボックスのチェック状態によって昇降順ラジオボタンの活性/非活性化するよう修正
This commit is contained in:
+17
-1
@@ -119,6 +119,7 @@ dl.apop_setting_list dd:first-of-type {
|
||||
.search_normal_sort .product-list-sort-type {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.search_normal_sort .product-list-sort-type label {
|
||||
@@ -161,8 +162,23 @@ dl.apop_setting_list dd:first-of-type {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.sort_custom_field{
|
||||
.sort_custom_field {
|
||||
width: 100%;
|
||||
margin-top: .5em;
|
||||
padding-top: .5em;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.sort_custom_field_inner {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.sort_custom_field_inner:first-child {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.sort_custom_field_inner_label {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1264px) {
|
||||
|
||||
Reference in New Issue
Block a user