File tree Expand file tree Collapse file tree 5 files changed +322
-266
lines changed
Downloadable/view/adminhtml/templates/product/edit/downloadable
Theme/view/adminhtml/page_layout
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 5 files changed +322
-266
lines changed Original file line number Diff line number Diff line change 15
15
$ _product = $ block ->getProduct ();
16
16
$ block ->getConfigJson ();
17
17
?>
18
- <fieldset class="admin__fieldset downloadable-form">
18
+ <fieldset class="admin__fieldset downloadable-form">
19
19
<div class="admin__field"<?php echo !$ block ->isSingleStoreMode () ? ' data-config-scope=" ' . __ ('[STORE VIEW] ' ) . '" ' : '' ; ?> >
20
20
<label class="admin__field-label" for="downloadable_samples_title"><span><?php echo __ ('Title ' )?> </span></label>
21
21
<div class="admin__field-control">
Original file line number Diff line number Diff line change 30
30
<container name =" messages.wrapper" as =" messages.wrapper" htmlTag =" div" htmlId =" messages" >
31
31
<container name =" page.messages" as =" page.messages" />
32
32
</container >
33
+ <!-- ToDo UI: .col-gutter will be deprecated after #a0c2682 merged -->
33
34
<container name =" page.main.container" as =" page_main_container" htmlId =" page:main-container" htmlTag =" div" htmlClass =" page-columns row row-gutter" >
34
35
<!-- ToDo UI: remove 'main-col' & 'side-col' class names after new sidebar implemented -->
35
36
<container name =" main.col" as =" main-col" htmlId =" container" htmlTag =" div" htmlClass =" main-col col-m-9 col-m-push-3 col-gutter" >
Original file line number Diff line number Diff line change 77
77
top : 1rem ;
78
78
}
79
79
.address-list-item {
80
- background : #F1F1F1 ;
80
+ background : #f1f1f1 ;
81
81
border : 1px solid #d9d2ca ;
82
82
cursor : pointer ;
83
83
margin-bottom : -1px ;
118
118
}
119
119
}
120
120
address :first-line {
121
- /* its not work if First Name and Last Name in two lines */
121
+ // its not work if First Name and Last Name in two lines
122
122
font-weight : bold ;
123
123
}
124
124
address {
You can’t perform that action at this time.
0 commit comments