horizon/openstack_dashboard/templates/context_selection/_overview.html
Jiri Tomasek fca44e6642 Restyled topbar to resemble UX guidelines
Also moved topbar styling into separate component
Adjusted context selection to match other dropdowns, merged it with topbar styles file

Partially-Implements: blueprint css-breakdown
Partially-Implements: blueprint navigation-styling
Change-Id: If30b85f5415a3e8d0416fdafeb233b722feb014f
2014-10-16 09:38:55 +02:00

14 lines
377 B
HTML

<span class="glyphicon glyphicon-list-alt"></span>
<span class="context-overview">
{% if domain_supported %}
<span>{{ domain_name }}</span>
<strong>&middot;</strong>
{% endif %}
<span>{{ project_name }}</span>
{% if multi_region %}
<strong>&middot;</strong>
<span>{{ region_name }}</span>
{% endif %}
</span>
<span class="caret"></span>