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})]})]
|
||||
<div class="inner">
|
||||
<h1><:comptespip:editer_compte_spip:></h1>
|
||||
<div class="inner se_connecter">
|
||||
<h3 class="comptespip_titre_form"><i class="fa fa-pencil fas fa-pen"></i> <:comptespip:editer_compte_spip:></h3>
|
||||
<div class="pasAJAX">
|
||||
[(#FORMULAIRE_EDITER_COMPTE_SPIP{#ENV{id_auteur}, #ENV{redirect}})]
|
||||
</div>
|
||||
|
|
|
@ -18,6 +18,13 @@
|
|||
font-family: 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 {
|
||||
background-color: rgba(235, 235, 235, 1) !important;
|
||||
|
@ -28,17 +35,18 @@
|
|||
.se_connecter fieldset {
|
||||
background-color: transparent !important;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
padding: 0 3rem 2rem;
|
||||
margin: 4rem 0;
|
||||
padding: 0 3rem 1rem;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.se_connecter legend {
|
||||
width: auto;
|
||||
padding: 0 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
letter-spacing: initial;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
h3.comptespip_titre_form {
|
||||
.comptespip_titre_form {
|
||||
margin-bottom: -3rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue