mp6 bits #4042
This commit is contained in:
parent
430666be2c
commit
1ca24f492d
File diff suppressed because one or more lines are too long
|
@ -1931,7 +1931,7 @@ img.help_tip {
|
|||
border-radius:3px;
|
||||
padding: 4px 6px;
|
||||
float: left;
|
||||
width: 80px;
|
||||
width: 90px;
|
||||
margin: 0 10px 0 0;
|
||||
strong {
|
||||
text-align: left;
|
||||
|
@ -2147,6 +2147,9 @@ img.help_tip {
|
|||
> .handlediv {
|
||||
margin-top:4px;
|
||||
}
|
||||
.wrap {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Tabs and panels */
|
||||
|
@ -2536,6 +2539,20 @@ img.help_tip {
|
|||
}
|
||||
}
|
||||
}
|
||||
.mp6 {
|
||||
.short {
|
||||
width:25%;
|
||||
}
|
||||
.woocommerce_options_panel {
|
||||
.dimensions_field {
|
||||
.wrap {
|
||||
input {
|
||||
width: 8.2%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#woocommerce-product-data input.dp-applied {
|
||||
float: left;
|
||||
}
|
||||
|
@ -3405,6 +3422,16 @@ table.bar_chart {
|
|||
}
|
||||
}
|
||||
}
|
||||
.mp6 {
|
||||
.chosen-container-single .chosen-single {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
margin-top:1px;
|
||||
}
|
||||
.chosen-container-single .chosen-single div b {
|
||||
background-position: 0 4px !important;
|
||||
}
|
||||
}
|
||||
// Small screen optimisation
|
||||
@media only screen and (max-width: 1280px) {
|
||||
#order_data {
|
||||
|
|
Loading…
Reference in New Issue