on est plus selectif sur les class css
This commit is contained in:
parent
a6128894f1
commit
0ade34cf32
1 changed files with 71 additions and 71 deletions
|
@ -1,76 +1,76 @@
|
|||
[(#AUTORISER{modifier,gamumail}|sinon_interdire_acces)]
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.configuration_mails .objet--mail span {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.objet--mail {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.well {
|
||||
background-color: #cecece;
|
||||
margin: 10px auto;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.un-pdf {
|
||||
border: 1px solid black;
|
||||
margin-bottom: 1rem;
|
||||
padding: 10px;
|
||||
}
|
||||
span.label {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
}
|
||||
.configuration_mails span.crayon, .configuration_mails div.crayon {
|
||||
background-color: #fff;
|
||||
padding: .5rem;
|
||||
}
|
||||
.well h4.crayon {
|
||||
background-color: #cecece;
|
||||
}
|
||||
.wp600 {
|
||||
width: 600px;
|
||||
}
|
||||
.btn_supprimer {
|
||||
float: right;
|
||||
}
|
||||
.btn_editer {
|
||||
float: right;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 1rem 1.5rem;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
transition: 0.25s;
|
||||
transition-property: box-shadow, background-color, color, border;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background-color: #e7e9ed;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 1;
|
||||
}
|
||||
.markItUp .markItUpHeader ul a em {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
span > em {
|
||||
font-size: 85%;
|
||||
}
|
||||
.remplacements_slugs {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.name_config {
|
||||
font-size: 1rem;
|
||||
float: right;
|
||||
}
|
||||
.configuration_mails .objet--mail span {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.configuration_mails .objet--mail {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.configuration_mails .well {
|
||||
background-color: #cecece;
|
||||
margin: 10px auto;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.configuration_mails .un-pdf {
|
||||
border: 1px solid black;
|
||||
margin-bottom: 1rem;
|
||||
padding: 10px;
|
||||
}
|
||||
.configuration_mails span.label {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
}
|
||||
.configuration_mails .configuration_mails span.crayon, .configuration_mails div.crayon {
|
||||
background-color: #fff;
|
||||
padding: .5rem;
|
||||
}
|
||||
.configuration_mails .well h4.crayon {
|
||||
background-color: #cecece;
|
||||
}
|
||||
.configuration_mails .wp600 {
|
||||
width: 600px;
|
||||
}
|
||||
.configuration_mails .btn_supprimer {
|
||||
float: right;
|
||||
}
|
||||
.configuration_mails .btn_editer {
|
||||
float: right;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
.configuration_mails .btn {
|
||||
display: inline-block;
|
||||
padding: 1rem 1.5rem;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
transition: 0.25s;
|
||||
transition-property: box-shadow, background-color, color, border;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background-color: #e7e9ed;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 1;
|
||||
}
|
||||
.configuration_mails .markItUp .markItUpHeader ul a em {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.configuration_mails span > em {
|
||||
font-size: 85%;
|
||||
}
|
||||
.configuration_mails .remplacements_slugs {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.configuration_mails .name_config {
|
||||
font-size: 1rem;
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
<div class="inner configuration_mails">
|
||||
<h1>Configuration des mails</h1>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<div class="#EDIT{meta-gamumail/mail_cci} inbl w600p">[(#CONFIG{gamumail/mail_cci}|sinon{<i><:gamumail:dbe_clic_editer:></i>})]</div>
|
||||
<p class="explication"><:gamumail:plusieurs_mails_separer_virgule:>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<h2>Modèles de mails</h2>
|
||||
<h3 class="explication"><:gamumail:dbe_clic_editer_champs:></h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue