Added pretix logo to the repository and the control navigation

This commit is contained in:
Raphael Michel
2015-07-19 21:37:06 +02:00
parent f0c2f2995d
commit a34236aeb3
8 changed files with 274 additions and 1 deletions

View File

@@ -17,6 +17,11 @@ footer {
nav.navbar {
margin: 0;
}
.navbar-brand img {
height: 100%;
width: auto;
display: inline;
}
.navbar-header .navbar-events {
color: white;

View File

@@ -35,7 +35,10 @@
data-toggle="collapse" data-target=".navbar-events-collapse">
<i class="fa fa-calendar"></i><span class="caret"></span>
</button>
<a class="navbar-brand" href="{% url "control:index" %}">{{ settings.PRETIX_INSTANCE_NAME }}</a>
<a class="navbar-brand" href="{% url "control:index" %}">
<img src="{% static "pretixbase/img/pretix-icon.svg" %}" />
{{ settings.PRETIX_INSTANCE_NAME }}
</a>
</div>
<ul class="nav navbar-nav navbar-top-links navbar-left hidden-xs">
<li class="dropdown">