Skip to content

Commit

Permalink
MAGETWO-44581: Contribute Ogre Bugfixes
Browse files Browse the repository at this point in the history
- move and merge remaining less files
  • Loading branch information
monkeysee committed Oct 28, 2015
1 parent 5518c89 commit 7480f9a
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
// * See COPYING.txt for license details.
// */

//
// IE9 styles
// ---------------------------------------------

.ie9 {
.ie9 & {
.giftcard-info-container {
.fieldset {
.admin__field {
.admin__field-label {
display: table;
span {
display: table-cell;
}
.admin__field {
.admin__field-label {
display: table;
span {
display: table-cell;
}
}
}
Expand Down
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;
}
}
}
}
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;
}
}
}

0 comments on commit 7480f9a

Please sign in to comment.