File tree 3 files changed +15
-4
lines changed
code/Magento/Catalog/view/adminhtml/web/product
design/frontend/Magento/blank/Magento_CatalogEvent/web/css/source
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 207
207
}
208
208
209
209
/* action in fieldset wrapper */
210
- .admin__scope-old # group-fields-product-details-wrapper .attribute-selector {
210
+ .admin__scope-old .admin__collapsible-block-wrapper .attribute-selector {
211
+ height : 0 ;
211
212
visibility : hidden;
212
213
}
213
214
214
- .admin__scope-old # group-fields-product-details-wrapper .opened .attribute-selector {
215
+ .admin__scope-old .admin__collapsible-block-wrapper .opened .attribute-selector {
216
+ height : auto;
215
217
visibility : visible;
216
218
}
217
219
Original file line number Diff line number Diff line change 77
77
.category-name {
78
78
display : inline-block ;
79
79
.lib-font-size (18 );
80
- padding-top : 15px ;
80
+ padding : 15px 5px 0 ;
81
+ word-break : break-all ;
81
82
}
82
83
.ticker {
83
84
.lib-list-reset-styles ();
Original file line number Diff line number Diff line change 1137
1137
z-index : @z-index-10 ;
1138
1138
cursor : pointer ;
1139
1139
.fotorama__thumb__arr {
1140
- width : 100% ;
1141
1140
.fotorama-abs-center ();
1141
+ width : 100% ;
1142
+
1143
+ .ie9 & {
1144
+ margin : (- @fotorama-thumb-arrow / 2 ) 0 0 (- @fotorama-thumb-arrow / 2 );
1145
+ }
1142
1146
}
1143
1147
}
1144
1148
.fotorama__thumb__arr--left {
1145
1149
.fotorama-arrow-gradient (left );
1150
+ filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #ffffff' , endColorstr= ' #00ffffff' , GradientType= 1 );
1146
1151
left : 0 ;
1152
+
1147
1153
.fotorama__thumb__arr {
1148
1154
background-position : (- @fotorama-thumb-arrow ) (- @fotorama-thumb-arrow );
1149
1155
}
1150
1156
}
1151
1157
.fotorama__thumb__arr--right {
1152
1158
.fotorama-arrow-gradient (right );
1159
+ filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #00ffffff' , endColorstr= ' #ffffff' , GradientType= 1 );
1153
1160
right : 0 ;
1161
+
1154
1162
.fotorama__thumb__arr {
1155
1163
background-position : (- @fotorama-thumb-arrow * 2 ) (- @fotorama-thumb-arrow );
1156
1164
}
You can’t perform that action at this time.
0 commit comments