File tree Expand file tree Collapse file tree 5 files changed +17
-145
lines changed
design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module Expand file tree Collapse file tree 5 files changed +17
-145
lines changed Load Diff This file was deleted.
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
- <block class =" Magento\Backend\Block\Page\Locale" name =" locale.switcher" template =" Magento_Backend::page/locale.phtml" />
57
- <container name =" legal" htmlTag =" div" htmlClass =" footer-legal col-m-6 col-m-offset-1" >
58
- <block class =" Magento\Backend\Block\Page\Footer" name =" version" as =" version" />
59
- <block class =" Magento\Backend\Block\Page\Copyright" name =" copyright" as =" copyright" />
60
- <block class =" Magento\Framework\View\Element\Template" name =" report" as =" report" template =" Magento_Backend::page/report.phtml" >
61
- <arguments >
62
- <argument name =" bugreport_url" xsi : type =" string" >https://github.com/magento/magento2/issues</argument >
63
- </arguments >
64
- </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 >
65
68
</container >
66
69
</referenceContainer >
67
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 ' )) ?>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 54
54
// Copyright
55
55
.copyright {
56
56
margin-bottom : -.2rem ;
57
+ text-align : left ;
57
58
position : relative ;
58
59
.link-copyright {
59
60
display : inline-block ;
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