Skip to content

Commit 5df7c3a

Browse files
ajdin99dmh
authored andcommitted
[TASK] add space instead of margin-left to Contacts CE (#475)
1 parent a960919 commit 5df7c3a

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

Resources/Private/Templates/ContentElements/Contacts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<f:section name="Main">
77
<!-- theme_t3kit: Templates/ContentElements/Contacts.html [begin] -->
88
<ul class="nav contact-links" >
9-
<li><p><span class="icons icon-t3-mobile"></span><span><f:translate key="callUs_label" extensionName="themes"/></span> <a href="tel:{f:cObject(typoscriptObjectPath: 'lib.contacts.phone')}"><f:translate key="callUsTel_label" />{theme:constant(constant: 'themes.configuration.contacts.phone')}</a></p></li>
10-
<li><p><span class="icons icon-t3-mail"></span><span><f:translate key="emailUs_label" extensionName="themes"/></span> <f:link.email email="{theme:constant(constant: 'themes.configuration.contacts.email')}" /></p></li>
9+
<li><p><span class="icons icon-t3-mobile"></span><span><f:translate key="callUs_label" extensionName="themes"/></span>&nbsp;<a href="tel:{f:cObject(typoscriptObjectPath: 'lib.contacts.phone')}"><f:translate key="callUsTel_label" />{theme:constant(constant: 'themes.configuration.contacts.phone')}</a></p></li>
10+
<li><p><span class="icons icon-t3-mail"></span><span><f:translate key="emailUs_label" extensionName="themes"/></span>&nbsp;<f:link.email email="{theme:constant(constant: 'themes.configuration.contacts.email')}" /></p></li>
1111
</ul>
1212
<!-- theme_t3kit: Templates/ContentElements/Contacts.html [end] -->
1313
</f:section>

Resources/Public/css/main.css

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/less/main.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8053,10 +8053,6 @@ div.awesomplete li[aria-selected="true"] mark {
80538053
margin-right: 5px;
80548054
}
80558055

8056-
.contact-links a {
8057-
margin-left: 4px;
8058-
}
8059-
80608056

80618057
// ========================
80628058
// appearance wrappers

felayout_t3kit/dev/styles/main/contentElements/contacts.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
.contact-links .icons {
44
margin-right: 5px;
55
}
6-
7-
.contact-links a {
8-
margin-left: 4px;
9-
}

0 commit comments

Comments
 (0)