WP PLUGIN CSS修正+更新時の表示タブ修正
・カテゴリー表示等のCSSについてflexを適用 ・データ更新時に表示するタブが、POST前に開いていたタブになるようPHPとjQyeryを修正
This commit is contained in:
+13
-9
@@ -21,7 +21,7 @@ h3 {
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
background: #ababab;
|
||||
border: 1px solid #999;
|
||||
border: 1px solid #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ h3 {
|
||||
.post-order-box-outer {
|
||||
width: 100%;
|
||||
margin: -1px 0 2em;
|
||||
border: 1px solid #999;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -52,11 +52,14 @@ h3 {
|
||||
|
||||
.list-orders-outer {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin-bottom: 1em;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.list-orders-inner {
|
||||
width: 50%;
|
||||
width: calc((100% / 2) - 20px);
|
||||
padding: .5em;
|
||||
position: relative;
|
||||
}
|
||||
@@ -128,7 +131,7 @@ dl.apop_setting_list_dd dd input {
|
||||
background: #fff;
|
||||
cursor: move;
|
||||
color: #4b4b4b;
|
||||
border: 1px solid #ababab;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.search_normal_sort .product-list {
|
||||
@@ -220,15 +223,16 @@ dl.apop_setting_list_dd dd input {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.apop-submit{
|
||||
margin:1em .5em;
|
||||
.apop-submit {
|
||||
margin: 1em .5em;
|
||||
}
|
||||
|
||||
.apop-form_table{
|
||||
.apop-form_table {
|
||||
background: #fff;
|
||||
}
|
||||
.apop-form_table th{
|
||||
padding-left:.5em;
|
||||
|
||||
.apop-form_table th {
|
||||
padding-left: .5em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1264px) {
|
||||
|
||||
Reference in New Issue
Block a user