logo check
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 561 KiB |
|
Before Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 876 KiB |
|
Before Width: | Height: | Size: 449 KiB |
|
Before Width: | Height: | Size: 415 KiB |
@ -18,7 +18,7 @@
|
|||||||
{% block page %}
|
{% block page %}
|
||||||
|
|
||||||
<div class="top-content">
|
<div class="top-content">
|
||||||
<div class="top-actions align-right">
|
<div class="top-actions">
|
||||||
{{ HOOK(H_AUTH_TOOLBAR_ACTIONS_START) }}
|
{{ HOOK(H_AUTH_TOOLBAR_ACTIONS_START) }}
|
||||||
<button type="button" class="btn btn-info item-add user-add">
|
<button type="button" class="btn btn-info item-add user-add">
|
||||||
<i class="fa fa-user-plus icon-left"></i>{{ l.auth_user_button_add }}
|
<i class="fa fa-user-plus icon-left"></i>{{ l.auth_user_button_add }}
|
||||||
|
|||||||
@ -125,8 +125,8 @@
|
|||||||
<menu>
|
<menu>
|
||||||
<h1 class="logo">
|
<h1 class="logo">
|
||||||
<a href="{{ url_for('playlist') }}">
|
<a href="{{ url_for('playlist') }}">
|
||||||
<img src="{{ STATIC_PREFIX }}img/logo2.png" class="before"/>
|
<img src="{{ STATIC_PREFIX }}img/logo.png" class="before"/>
|
||||||
<img src="{{ STATIC_PREFIX }}img/logo2white.png" class="after"/>
|
<img src="{{ STATIC_PREFIX }}img/logo-white.png" class="after"/>
|
||||||
Obscreen
|
Obscreen
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="inner-empty empty-flag">
|
<div class="inner-empty empty-flag">
|
||||||
<i class="fa fa-display"></i>
|
<i class="fa fa-layer-group"></i>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||