updated theme for responsive home, workspace and messages buttons

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/liferay62-plugins/social-dockbar-hook@126323 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-03-27 15:30:30 +00:00
parent 809aef7d56
commit a7b031bbd6
1 changed files with 24 additions and 4 deletions

View File

@ -69,7 +69,8 @@
});
});
</script>
<!-- When desktop -->
<div class="collapse nav-collapse">
<ul class="nav nav-add-controls">
<li class="dockbar-item"><a class=""
href="<%="/group/" + groupName%>" id="homeIcon" title= "<%=groupName%> Infrastructure Gateway Home">
@ -86,10 +87,29 @@
style="font-size: 24px;"></i>
</a></li>
</ul>
</div>
<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">
</li>
</ul>
</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>
</a>
</span>
<span>
<a class="btn btn-navbar" href="<%="/group/" + groupName + "/messages"%>" id="messagesIcon"
alt='See Messages' title='Messages'> <i class="icon-envelope"
style="font-size: 24px;"></i>
</a>
</span>
<!-- End When phone or tablet -->