amélioration visuelle
This commit is contained in:
parent
a122fd1cc5
commit
4560539b60
2 changed files with 26 additions and 1 deletions
|
@ -1,3 +1,18 @@
|
|||
.badge {
|
||||
display: inline-block;
|
||||
padding: 0.5rem;
|
||||
border-radius: 50%;
|
||||
color: #212529;
|
||||
background-color: rgb(145, 144, 144);
|
||||
line-height: 1;
|
||||
}
|
||||
.badge::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.comptespip_logo_auteur {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -45,6 +60,14 @@
|
|||
letter-spacing: initial;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
.se_connecter #indicatif {
|
||||
width: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
.se_connecter .verif_mobile {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
.se_connecter div.sinscrire {
|
||||
order: -1;
|
||||
|
|
|
@ -38,7 +38,9 @@
|
|||
#SET{erreurs,#ENV**{erreurs}|table_valeur{mobile}}
|
||||
[<span class="erreur_message">(#GET{erreurs})</span>]
|
||||
<div class="verif_mobile editer">
|
||||
<button class="badge" onclick="return false;">+</button>
|
||||
<div class="indicateur_plus">
|
||||
<span class="badge toto"><i class="fa fa-plus"></i></span>
|
||||
</div>
|
||||
<input class="text" type="text"
|
||||
name="indicatif"
|
||||
id="indicatif"
|
||||
|
|
Loading…
Add table
Reference in a new issue