mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
ui: Use common styling to hide logo during firstboot
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
084921ac0d
commit
ae535268b2
@ -5,12 +5,8 @@
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block page_head %}
|
||||
<style type="text/css">
|
||||
a.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
{% block body_class %}
|
||||
no-brand
|
||||
{% endblock %}
|
||||
|
||||
{% block mainmenu_left_collapse %}
|
||||
|
||||
@ -7,11 +7,12 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
{% block body_class %}
|
||||
no-brand
|
||||
{% endblock %}
|
||||
|
||||
{% block page_head %}
|
||||
<style type="text/css">
|
||||
.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
img.firstboot {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
||||
@ -7,15 +7,10 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
{% block page_head %}
|
||||
<style type="text/css">
|
||||
a.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
{% block body_class %}
|
||||
no-brand
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if is_first_setup_running %}
|
||||
|
||||
@ -196,6 +196,10 @@ body {
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.no-brand .navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-brand .fa {
|
||||
float: left;
|
||||
margin-top: -0.4375rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user