mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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 %}
|
{% load static %}
|
||||||
|
|
||||||
{% block page_head %}
|
{% block body_class %}
|
||||||
<style type="text/css">
|
no-brand
|
||||||
a.navbar-brand {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block mainmenu_left_collapse %}
|
{% block mainmenu_left_collapse %}
|
||||||
|
|||||||
@ -7,11 +7,12 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
{% block body_class %}
|
||||||
|
no-brand
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_head %}
|
{% block page_head %}
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.navbar-brand {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
img.firstboot {
|
img.firstboot {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@ -7,15 +7,10 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block page_head %}
|
{% block body_class %}
|
||||||
<style type="text/css">
|
no-brand
|
||||||
a.navbar-brand {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% if is_first_setup_running %}
|
{% if is_first_setup_running %}
|
||||||
|
|||||||
@ -196,6 +196,10 @@ body {
|
|||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-brand .navbar-brand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand .fa {
|
.navbar-brand .fa {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: -0.4375rem;
|
margin-top: -0.4375rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user