-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from magento-ogre/PR_Branch
[Ogres] Bug fixes
- Loading branch information
Showing
76 changed files
with
4,964 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
app/design/adminhtml/Magento/backend/Magento_Enterprise/layout/default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | ||
<body> | ||
<referenceBlock name="logo"> | ||
<arguments> | ||
<argument name="edition" xsi:type="string">Enterprise</argument> | ||
</arguments> | ||
</referenceBlock> | ||
</body> | ||
</page> |
17 changes: 17 additions & 0 deletions
17
app/design/adminhtml/Magento/backend/Magento_GiftCard/web/css/source/module.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// /** | ||
// * Copyright © 2015 Magento. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
.ie9 & { | ||
.giftcard-info-container { | ||
.admin__field { | ||
.admin__field-label { | ||
display: table; | ||
span { | ||
display: table-cell; | ||
} | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
app/design/adminhtml/Magento/backend/Magento_Reward/web/css/source/_module.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// /** | ||
// * Copyright © 2015 Magento. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
// | ||
// Reward Page | ||
// _____________________________________________ | ||
|
||
// | ||
// Variables | ||
// --------------------------------------------- | ||
|
||
@boundary__margin: 30px; | ||
@boundary__ratio: 1.75; | ||
|
||
.adminhtml-reward-rate-edit { | ||
.field-rate { | ||
.admin__field-control { | ||
&:extend(.abs-clearfix all); | ||
} | ||
.boundary { | ||
float: left; | ||
width: 125px; | ||
} | ||
.boundary-upper { | ||
margin-left: @boundary__margin; | ||
position: relative; | ||
&:before { | ||
content: '»'; | ||
left: -(@boundary__margin / @boundary__ratio); | ||
position: absolute; | ||
top: 25%; | ||
} | ||
label { | ||
.lib-visibility-hidden(); | ||
display: block; | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
app/design/adminhtml/Magento/backend/Magento_VersionsCms/web/css/source/_module.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// /** | ||
// * Copyright © 2015 Magento. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
// | ||
// Hierarchy styles | ||
// _____________________________________________ | ||
|
||
.cms-hierarchy { | ||
&:extend(.abs-clearfix all); | ||
|
||
.cms-hierarchy-tree, | ||
.cms-hierarchy-node { | ||
float: left; | ||
width: 50%; | ||
} | ||
|
||
.cms_page_grid_container { | ||
clear: both; | ||
} | ||
|
||
.admin__page-section-title { | ||
.actions { | ||
float: right; | ||
} | ||
} | ||
|
||
.buttons-set { | ||
margin: 0 0 1.14rem; | ||
button { | ||
margin-right: 0.36rem; | ||
} | ||
} | ||
} |
Oops, something went wrong.