File tree Expand file tree Collapse file tree 3 files changed +17
-19
lines changed
code/Magento/Backend/view/adminhtml
design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module Expand file tree Collapse file tree 3 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 53
53
<block class =" Magento\Framework\View\Element\Template" name =" page.actions.toolbar" template =" Magento_Backend::pageactions.phtml" after =" -" />
54
54
</referenceContainer >
55
55
<referenceContainer name =" footer" >
56
- <container name =" legal" htmlTag =" div" htmlClass =" footer-legal col-m-12" >
57
- <block class =" Magento\Backend\Block\Page\Footer" name =" version" as =" version" />
58
- <block class =" Magento\Backend\Block\Page\Copyright" name =" copyright" as =" copyright" />
59
- <block class =" Magento\Framework\View\Element\Template" name =" report" as =" report" template =" Magento_Backend::page/report.phtml" >
60
- <arguments >
61
- <argument name =" bugreport_url" xsi : type =" string" >https://github.com/magento/magento2/issues</argument >
62
- </arguments >
63
- </block >
56
+ <container name =" legal" htmlTag =" div" htmlClass =" footer-legal" >
57
+ <container name =" legal.copyright" htmlTag =" p" htmlClass =" copyright col-m-6" >
58
+ <block class =" Magento\Backend\Block\Page\Copyright" name =" copyright" as =" copyright" />
59
+ </container >
60
+ <container name =" legal.system" htmlTag =" div" htmlClass =" footer-legal-system col-m-6" >
61
+ <block class =" Magento\Backend\Block\Page\Footer" name =" version" as =" version" />
62
+ <block class =" Magento\Framework\View\Element\Template" name =" report" as =" report" template =" Magento_Backend::page/report.phtml" >
63
+ <arguments >
64
+ <argument name =" bugreport_url" xsi : type =" string" >https://github.com/magento/magento2/issues</argument >
65
+ </arguments >
66
+ </block >
67
+ </container >
64
68
</container >
65
69
</referenceContainer >
66
70
<referenceContainer name =" backend.page" >
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <p class="copyright">
11
- <a class="link-copyright" href="http://magento.com" target="_blank" title="<?php /* @escapeNotVerified */ echo __ ('Magento ' ) ?> "></a>
12
- <?php /* @escapeNotVerified */ echo __ ('Copyright © %1 Magento. All rights reserved. ' , date ('Y ' )) ?>
13
- </p>
10
+ <a class="link-copyright" href="http://magento.com" target="_blank" title="<?php /* @escapeNotVerified */ echo __ ('Magento ' ) ?> "></a>
11
+ <?php /* @escapeNotVerified */ echo __ ('Copyright © %1 Magento. All rights reserved. ' , date ('Y ' )) ?>
Original file line number Diff line number Diff line change 53
53
54
54
// Copyright
55
55
.copyright {
56
+ text-align : left ;
56
57
margin-bottom : -.2rem ;
57
58
position : relative ;
58
59
.link-copyright {
85
86
86
87
.footer-legal {
87
88
padding-top : 1rem ;
88
- text-align : right ;
89
89
}
90
90
91
- // Locale switcher
92
- .locale-switcher {
93
- .label {
94
- display : block ;
95
- margin-bottom : 1rem ;
96
- }
91
+ .footer-legal-system {
92
+ text-align : right ;
97
93
}
98
94
99
95
//
You can’t perform that action at this time.
0 commit comments