forked from DGNum/gestioCOF
Tweaks
This commit is contained in:
parent
aa2f691f1e
commit
e64f405299
5 changed files with 13 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,7 @@ a {
|
||||||
#search-bar {
|
#search-bar {
|
||||||
background-color: $primary_color;
|
background-color: $primary_color;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
// Workaround : `justify-content : <left/right>` pas encore supporté
|
// Workaround : `justify-content : <left/right>` pas encore supporté
|
||||||
// Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
// Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
||||||
|
@ -31,6 +32,10 @@ a {
|
||||||
& :last-child {
|
& :last-child {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Autocomplétion du BDS */
|
/* Autocomplétion du BDS */
|
||||||
|
@ -50,6 +55,10 @@ a {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li.hilight {
|
li.hilight {
|
||||||
|
@ -58,10 +67,6 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.yourlabs-autocomplete ul li a {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.autocomplete-item {
|
.autocomplete-item {
|
||||||
display: block;
|
display: block;
|
||||||
width: 480px;
|
width: 480px;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "bds/base_layout.html" %}
|
{% extends "bds/base_layout.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div style="width: 60%; margin: auto; padding-top: 2em;">
|
<div class="container">
|
||||||
Bienvenue sur GestioBDS !
|
Bienvenue sur GestioBDS !
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<nav id="search-bar" class="level">
|
<nav id="search-bar" class="level">
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
<figure class="image is-64x64 is-pulled-left">
|
<figure class="image is-64x64">
|
||||||
<a href="{% url "bds:home" %}">
|
<a href="{% url "bds:home" %}">
|
||||||
<img src="{% static "bds/images/logo_square.svg" %}" alt="bds-logo">
|
<img src="{% static "bds/images/logo_square.svg" %}" alt="bds-logo">
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue