File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
code/Magento/Contact/view/frontend/email
design/frontend/Magento/blank/web/css/source Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< table class ="message-details ">
18
18
< tr >
19
- < th > {{trans "Name"}}</ th >
19
+ < td > < b > {{trans "Name"}}</ b > </ td >
20
20
< td > {{var data.name}}</ td >
21
21
</ tr >
22
22
< tr >
23
- < th > {{trans "Email"}}</ th >
23
+ < td > < b > {{trans "Email"}}</ b > </ td >
24
24
< td > {{var data.email}}</ td >
25
25
</ tr >
26
26
< tr >
27
- < th > {{trans "Phone"}}</ th >
27
+ < td > < b > {{trans "Phone"}}</ b > </ td >
28
28
< td > {{var data.telephone}}</ td >
29
29
</ tr >
30
30
</ table >
31
- < p > < strong > {{trans "Message"}}</ strong > </ p >
31
+ < p > < b > {{trans "Message"}}</ b > </ p >
32
32
< p > {{var data.comment}}</ p >
33
33
34
34
{{template config_path="design/email/footer_template"}}
Original file line number Diff line number Diff line change @@ -291,12 +291,15 @@ body {
291
291
.message-details {
292
292
margin-bottom : @indent__s ;
293
293
294
- th ,
294
+ b {
295
+ font-weight : bold ;
296
+ }
297
+
295
298
td {
296
299
padding-bottom : @indent__xs ;
297
300
298
- & + td {
299
- padding-left : @indent__s ;
301
+ b {
302
+ margin-right : @indent__s ;
300
303
}
301
304
}
302
305
}
You can’t perform that action at this time.
0 commit comments