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 {
|
||||
background-color: $primary_color;
|
||||
padding: 0 1em;
|
||||
margin-bottom: 0;
|
||||
|
||||
// Workaround : `justify-content : <left/right>` pas encore supporté
|
||||
// Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
||||
|
@ -31,6 +32,10 @@ a {
|
|||
& :last-child {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
input {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Autocomplétion du BDS */
|
||||
|
@ -50,6 +55,10 @@ a {
|
|||
height: 2em;
|
||||
line-height: 2em;
|
||||
padding: 0;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
li.hilight {
|
||||
|
@ -58,10 +67,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.yourlabs-autocomplete ul li a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.autocomplete-item {
|
||||
display: block;
|
||||
width: 480px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "bds/base_layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div style="width: 60%; margin: auto; padding-top: 2em;">
|
||||
<div class="container">
|
||||
Bienvenue sur GestioBDS !
|
||||
|
||||
<br>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<nav id="search-bar" class="level">
|
||||
<div class="level-item">
|
||||
<figure class="image is-64x64 is-pulled-left">
|
||||
<figure class="image is-64x64">
|
||||
<a href="{% url "bds:home" %}">
|
||||
<img src="{% static "bds/images/logo_square.svg" %}" alt="bds-logo">
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue