Skip to content

Commit 2d189de

Browse files
author
Olga Kopylova
committed
MAGETWO-44119: Module-specific styles are not available for EE modules while installing magento via composer
- move theme files to CE themes
1 parent e0a56a7 commit 2d189de

File tree

35 files changed

+4308
-0
lines changed

35 files changed

+4308
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9+
<body>
10+
<referenceBlock name="logo">
11+
<arguments>
12+
<argument name="edition" xsi:type="string">Enterprise</argument>
13+
</arguments>
14+
</referenceBlock>
15+
</body>
16+
</page>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// /**
2+
// * Copyright © 2015 Magento. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
//
7+
// IE9 styles
8+
// ---------------------------------------------
9+
10+
.ie9 {
11+
.giftcard-info-container {
12+
.fieldset {
13+
.admin__field {
14+
.admin__field-label {
15+
display: table;
16+
span {
17+
display: table-cell;
18+
}
19+
}
20+
}
21+
}
22+
}
23+
}
Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
// /**
2+
// * Copyright © 2015 Magento. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
#merchandiser-app {
6+
.merchandiser-toolbar {
7+
float: right;
8+
}
9+
10+
ul.tabs {
11+
float: right;
12+
}
13+
14+
.clearfix {
15+
clear: both;
16+
}
17+
18+
#catalog_category_merchandiser {
19+
div.grid {
20+
padding: 0;
21+
}
22+
div.grid-actions {
23+
padding: 10px 0;
24+
float: right;
25+
}
26+
}
27+
28+
.merchandiser-tab {
29+
padding: 0;
30+
}
31+
32+
.tabs {
33+
list-style: none;
34+
overflow: hidden;
35+
li {
36+
background-color: #f0f0f0;
37+
float: left;
38+
> a {
39+
border: 1px solid #cccccc;
40+
padding: 7px 10px;
41+
text-decoration: none;
42+
display: block;
43+
color: #7d7d7d;
44+
}
45+
}
46+
li:last-child > a {
47+
border-left: 0;
48+
}
49+
li.ui-tabs-active {
50+
background-color: #dedede;
51+
}
52+
}
53+
54+
#catalog_category_merchandiser_list {
55+
overflow: hidden;
56+
> li {
57+
list-style: none;
58+
width: 190px;
59+
height: 340px;
60+
float: left;
61+
border: 1px solid #7d7d7d;
62+
margin:0 25px 20px 0;
63+
padding: 10px;
64+
background-color: #fff;
65+
}
66+
.image-holder {
67+
text-align: center;
68+
img {
69+
max-height: 130px;
70+
}
71+
}
72+
.controlbar-top {
73+
overflow: hidden;
74+
a {
75+
text-decoration: none;
76+
color: #7d7d7d;
77+
float:left;
78+
display: inline-block;
79+
}
80+
a:last-child {
81+
float:right;
82+
}
83+
}
84+
.info-block {
85+
height: 100px;
86+
}
87+
.controlbar-bottom {
88+
.position {
89+
border-top: 1px solid #7d7d7d;
90+
margin-top: 6px;
91+
padding-top: 4px;
92+
input {
93+
width: 50px;
94+
height: 25px;
95+
float:left;
96+
margin-right: 5px;
97+
}
98+
a {
99+
text-decoration: none;
100+
color: #7d7d7d;
101+
margin-right: 5px;
102+
margin-top: -2px;
103+
float: left;
104+
display: block;
105+
}
106+
}
107+
}
108+
.selected {
109+
background-color: #f5d6c7;
110+
}
111+
}
112+
113+
table.data-grid {
114+
th.col-draggable-position {
115+
width: 10px;
116+
margin: 0 auto 0 auto;
117+
}
118+
td.col-draggable-position span.draggable-handle {
119+
width: 8px;
120+
height: 14px;
121+
line-height: 14px;
122+
background: url(../Magento_Backend/images/draggable-handle-vertical.png) no-repeat 0 0;
123+
cursor: ns-resize;
124+
color: #b2b0ad;
125+
display: block;
126+
}
127+
td.col-position {
128+
>* {
129+
float: left;
130+
margin-right: 5px;
131+
}
132+
.position input {
133+
width: 40px;
134+
text-align: center;
135+
}
136+
a {
137+
text-decoration: none;
138+
color: #7d7d7d;
139+
}
140+
}
141+
.selected td {
142+
background-color: #f5d6c7;
143+
}
144+
145+
tr.on-mouse td {
146+
background-color: #e5f7fe;
147+
}
148+
}
149+
150+
.mode-tile:before, .mode-grid:before, .icon-gripper:before, .icon-close-mage:before,
151+
.icon-backward:before, .icon-forward:before, .block-search .label:before {
152+
font-family: 'Admin Icons';
153+
-webkit-font-smoothing: antialiased;
154+
font-size: 17px;
155+
speak: none;
156+
}
157+
.mode-grid > span,
158+
.mode-tile > span,
159+
.icon-backward > span,
160+
.icon-forward > span,
161+
.icon-close-mage > span,
162+
.icon-gripper > span {
163+
border: 0;
164+
clip: rect(0, 0, 0, 0);
165+
height: 1px;
166+
margin: -1px;
167+
overflow: hidden;
168+
padding: 0;
169+
position: absolute;
170+
width: 1px;
171+
}
172+
173+
.mode-tile:before {
174+
content: "\e63d";
175+
}
176+
177+
.mode-grid:before {
178+
content: "\e63e";
179+
}
180+
181+
.icon-gripper:before {
182+
content: "\e617";
183+
}
184+
185+
.icon-close-mage:before {
186+
content: "\e62f";
187+
}
188+
189+
.icon-backward:before {
190+
content: "\e619";
191+
}
192+
193+
.icon-forward:before {
194+
content: "\e618";
195+
}
196+
197+
.hidden {
198+
display: none;
199+
}
200+
201+
.smart_category_table {
202+
width: 100%;
203+
border-collapse:collapse;
204+
margin-bottom: 5px;
205+
border-spacing:0 5px;
206+
overflow: auto;
207+
display:block;
208+
}
209+
210+
.smart_category_table tr:nth-of-type(odd) {
211+
background:#eee;
212+
}
213+
214+
.smart_category_table th {
215+
background: #333;
216+
color: white;
217+
font-weight: bold;
218+
}
219+
220+
.smart_category_table td, th {
221+
padding: 6px;
222+
border: 1px solid #ccc;
223+
text-align: left;
224+
}
225+
.smart_category {
226+
display:block;
227+
clear:both;
228+
margin-bottom: 5px;
229+
}
230+
231+
.mode_select {
232+
float:right;
233+
}
234+
235+
.add_product_sku {
236+
float:left;
237+
display: block;
238+
margin: 5px;
239+
}
240+
241+
.add_product_sku_buttons {
242+
display: block;
243+
margin: 5px;
244+
}
245+
}
246+
247+
#catalog_category_add_product_tabs_content {
248+
.admin__data-grid-header {
249+
.admin__data-grid-pager-wrap {
250+
float: right;
251+
}
252+
}
253+
.data-grid-search-control-wrap {
254+
.massassign_textarea, .massassign_buttons, .massassign_messages {
255+
display:block;
256+
margin:5px;
257+
}
258+
}
259+
}
260+
261+
.visual_merchandiser_draggable_container {
262+
> li {
263+
list-style: none;
264+
width: 190px;
265+
height: 340px;
266+
float: left;
267+
border: 1px solid #7d7d7d;
268+
margin:0 15px 15px 0;
269+
padding: 10px;
270+
}
271+
}

0 commit comments

Comments
 (0)