updated theme for responsive home, workspace and messages buttons and search

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@126325 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-03-27 17:11:08 +00:00
parent a7b031bbd6
commit b301225a58
1 changed files with 9 additions and 6 deletions

View File

@ -91,16 +91,11 @@
<div class="collapse nav-collapse">
<ul class="nav nav-add-controls">
<li class="dockbar-item">
<input id="searchbox" type="text" placeholder="Search in News Feed">
<input id="searchbox-desktop" type="text" placeholder="Search News Feed">
</li>
</ul>
</div>
<!-- When phone or tablet -->
<span>
<a class="btn btn-navbar"href="<%="/group/" + 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="<%="/group/" + groupName + "/workspace"%>" id="wsIcon"
alt='Workspace' title='Virtual Workspace'> <i class="icon-folder-open" style="font-size: 24px;"></i>
@ -112,4 +107,12 @@
style="font-size: 24px;"></i>
</a>
</span>
<span>
<a class="btn btn-navbar" href="<%="/group/" + groupName%>" id="homeIcon" title= "<%=groupName%> Infrastructure Gateway Home">
<i class="icon-home" style="font-size: 24px;"></i>
</a>
</span>
<span class="btn btn-navbar">
<input id="searchbox-phone" type="text" placeholder="Search News Feed">
</span>
<!-- End When phone or tablet -->