re-estabilished correct the order of mobile icon (navbar)

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@130212 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-07-11 08:15:20 +00:00
parent 09dd0a37ad
commit f9c098c175
1 changed files with 6 additions and 6 deletions

View File

@ -206,6 +206,12 @@
</ul>
</div>
<!-- When phone or tablet -->
<span><a class="btn btn-navbar"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName%>" id="homeIcon"
title="<%=groupName%> Infrastructure Gateway Home"> <i
class="icon-home" style="font-size: 24px;"></i>
</a>
</span>
<span> <a class="btn btn-navbar"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName + GCubePortalConstants.USER_WORKSPACE_FRIENDLY_URL%>" id="wsIcon"
alt='Workspace' title='Virtual Workspace'> <i
@ -223,12 +229,6 @@
style="font-size: 24px;"></i>
</a>
</span>
<span> <a class="btn btn-navbar"
href="<%=GCubePortalConstants.PREFIX_GROUP_URL + "/" + groupName%>" id="homeIcon"
title="<%=groupName%> Infrastructure Gateway Home"> <i
class="icon-home" style="font-size: 24px;"></i>
</a>
</span>
<c:choose>
<c:when test="<%=themeDisplay.isShowControlPanelIcon()%>">
<span class="btn btn-navbar"> <input id="searchbox-phone"