Skip to content

Commit

Permalink
[TASK] add space instead of margin-left to Contacts CE (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdin99 authored and dmh committed Feb 13, 2019
1 parent a960919 commit 5df7c3a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Templates/ContentElements/Contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<f:section name="Main">
<!-- theme_t3kit: Templates/ContentElements/Contacts.html [begin] -->
<ul class="nav contact-links" >
<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>
<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>
<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>
<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>
</ul>
<!-- theme_t3kit: Templates/ContentElements/Contacts.html [end] -->
</f:section>
Expand Down
3 changes: 0 additions & 3 deletions Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -8053,10 +8053,6 @@ div.awesomplete li[aria-selected="true"] mark {
margin-right: 5px;
}

.contact-links a {
margin-left: 4px;
}


// ========================
// appearance wrappers
Expand Down
4 changes: 0 additions & 4 deletions felayout_t3kit/dev/styles/main/contentElements/contacts.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
.contact-links .icons {
margin-right: 5px;
}

.contact-links a {
margin-left: 4px;
}

0 comments on commit 5df7c3a

Please sign in to comment.