mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
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:
parent
87571c1075
commit
e507fe163f
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user