Use icon for applications button intead of text

The concern that people are unable to find a way to get back to
applications is a correct one.  The recent changes does fix the problem.

However, it takes a step back in the design.  The 'Applications' text is
too prominent.  I propose that we replace it with the commonly used
icon.  Featured in mobile interfaces and on Google home page, users
should have no difficulty identifing it as applications icon.

After experimenting with the placement of the icon, it seems more
asthetically pleasing to have it at the place of 'Applications' text and
not at the center etc.
This commit is contained in:
Sunil Mohan Adapa 2015-11-26 21:04:44 +05:30 committed by James Valleroy
parent 87571c1075
commit e507fe163f

View File

@ -83,10 +83,12 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "Applications" %}">
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "FreedomBox" %}">
<img src="{% static 'theme/img/freedombox-logo-32px.png' %}"
alt="{% trans "FreedomBox" %}" />
{% trans "Applications" %}
</a>
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "Applications" %}">
<span class="glyphicon glyphicon-th"></span>
</a>
</div>
<div class="collapse navbar-collapse">