File tree Expand file tree Collapse file tree 3 files changed +35
-27
lines changed
app/code/Magento/Translation/view Expand file tree Collapse file tree 3 files changed +35
-27
lines changed Original file line number Diff line number Diff line change 17
17
<script id="translate-form-template" type="text/x-magento-template">
18
18
<form id="<%- data.id %>">
19
19
<% _.each(data.items, function(item, i) { %>
20
- <div class="magento_table_container ">
20
+ <div class="translate-table-container ">
21
21
<table class="table">
22
22
<% _.each(item, function(value, index) { %>
23
23
<tr>
Original file line number Diff line number Diff line change 18
18
<script id="translate-form-template" type="text/x-magento-template">
19
19
<form id="<%- data.id %>">
20
20
<% _.each(data.items, function(item, i) { %>
21
- <div class="magento_table_container ">
21
+ <div class="translate-table-container ">
22
22
<table cellspacing="0" class="table">
23
23
<% _.each(item, function(value, index) { %>
24
24
<tr>
Original file line number Diff line number Diff line change 5
5
6
6
.trnslate-inline-area [data-translate ],
7
7
.trnslate-inline-area .translate-inline {
8
- outline : dotted 1px red!important ;
8
+ outline : dotted 1px red !important ;
9
9
}
10
+
10
11
* html .translate-inline ,
11
- * + html .translate-inline {
12
- border : dotted 1px red !important ;
12
+ * + html .translate-inline {
13
+ border : dotted 1px red !important ;
13
14
}
14
- .translate-inline-script , .translate-inline-title {
15
- background : yellow;
16
- color : black;
17
- font-weight : bold;
15
+
16
+ .translate-inline-script ,
17
+ .translate-inline-title {
18
+ background : yellow;
19
+ color : black;
20
+ font-weight : bold;
18
21
}
22
+
19
23
# translate-inline-trig {
20
- position : absolute ;
21
- left : -1000 px ;
22
- opacity : .8 ;
23
- filter : alpha (opacity=80) ;
24
- cursor : pointer;
25
- margin-top : 10 px ;
26
- z-index : 2000 ;
24
+ cursor : pointer ;
25
+ filter : alpha (opacity=80);
26
+ left : -1000 px ;
27
+ margin-top : 10 px ;
28
+ opacity : .8 ;
29
+ position : absolute ;
30
+ z-index : 2000 ;
27
31
}
28
32
29
33
.data .table .translate table {
30
- width : 100% ;
34
+ width : 100% ;
31
35
}
36
+
32
37
.data .table .translate td {
33
- background : none;
34
- padding : 5px 5px 5px 0 ;
35
- text-align : left;
38
+ background : none;
39
+ padding : 5px 5px 5px 0 ;
40
+ text-align : left;
36
41
}
42
+
37
43
.data .table .translate th .label {
38
- border : none;
39
- font-weight : bold;
40
- text-align : left ;
41
- padding : 5 px 5 px 5 px 0 ;
42
- width : 150px ;
44
+ border : none;
45
+ font-weight : bold;
46
+ padding : 5 px 5 px 5 px 0 ;
47
+ text-align : left ;
48
+ width : 150px ;
43
49
}
50
+
44
51
.data .table .translate td .value .input-text {
45
- width : 98% ;
52
+ width : 98% ;
46
53
}
54
+
47
55
p .accent {
48
- color : # d12c01 ;
56
+ color : # d12c01 ;
49
57
}
You can’t perform that action at this time.
0 commit comments