un peu de css
This commit is contained in:
parent
58f388d026
commit
22448cfdfb
2 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[(#SESSION{id_auteur}|sinon_interdire_acces{[(#URL_PAGE{mon_compte})]})]
|
[(#SESSION{id_auteur}|sinon_interdire_acces{[(#URL_PAGE{mon_compte})]})]
|
||||||
<div class="inner">
|
<div class="inner se_connecter">
|
||||||
<h1><:comptespip:editer_compte_spip:></h1>
|
<h3 class="comptespip_titre_form"><i class="fa fa-pencil fas fa-pen"></i> <:comptespip:editer_compte_spip:></h3>
|
||||||
<div class="pasAJAX">
|
<div class="pasAJAX">
|
||||||
[(#FORMULAIRE_EDITER_COMPTE_SPIP{#ENV{id_auteur}, #ENV{redirect}})]
|
[(#FORMULAIRE_EDITER_COMPTE_SPIP{#ENV{id_auteur}, #ENV{redirect}})]
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -18,6 +18,13 @@
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
.formulaire_editer_compte_spip a {
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
.formulaire_editer_compte_spip a.supprimer_compte_spip {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.se_connecter .formulaire_spip {
|
.se_connecter .formulaire_spip {
|
||||||
background-color: rgba(235, 235, 235, 1) !important;
|
background-color: rgba(235, 235, 235, 1) !important;
|
||||||
|
@ -28,17 +35,18 @@
|
||||||
.se_connecter fieldset {
|
.se_connecter fieldset {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 1px solid rgb(0, 0, 0);
|
border: 1px solid rgb(0, 0, 0);
|
||||||
padding: 0 3rem 2rem;
|
padding: 0 3rem 1rem;
|
||||||
margin: 4rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
.se_connecter legend {
|
.se_connecter legend {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
letter-spacing: initial;
|
letter-spacing: initial;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.comptespip_titre_form {
|
.comptespip_titre_form {
|
||||||
margin-bottom: -3rem;
|
margin-bottom: -3rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue