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,46 +1,46 @@
|
|||
[(#AUTORISER{modifier,gamumail}|sinon_interdire_acces)]
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.configuration_mails .objet--mail span {
|
||||
.configuration_mails .objet--mail span {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.objet--mail {
|
||||
}
|
||||
.configuration_mails .objet--mail {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.well {
|
||||
}
|
||||
.configuration_mails .well {
|
||||
background-color: #cecece;
|
||||
margin: 10px auto;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.un-pdf {
|
||||
}
|
||||
.configuration_mails .un-pdf {
|
||||
border: 1px solid black;
|
||||
margin-bottom: 1rem;
|
||||
padding: 10px;
|
||||
}
|
||||
span.label {
|
||||
}
|
||||
.configuration_mails span.label {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
}
|
||||
.configuration_mails span.crayon, .configuration_mails div.crayon {
|
||||
}
|
||||
.configuration_mails .configuration_mails span.crayon, .configuration_mails div.crayon {
|
||||
background-color: #fff;
|
||||
padding: .5rem;
|
||||
}
|
||||
.well h4.crayon {
|
||||
}
|
||||
.configuration_mails .well h4.crayon {
|
||||
background-color: #cecece;
|
||||
}
|
||||
.wp600 {
|
||||
}
|
||||
.configuration_mails .wp600 {
|
||||
width: 600px;
|
||||
}
|
||||
.btn_supprimer {
|
||||
}
|
||||
.configuration_mails .btn_supprimer {
|
||||
float: right;
|
||||
}
|
||||
.btn_editer {
|
||||
}
|
||||
.configuration_mails .btn_editer {
|
||||
float: right;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
.btn {
|
||||
}
|
||||
.configuration_mails .btn {
|
||||
display: inline-block;
|
||||
padding: 1rem 1.5rem;
|
||||
cursor: pointer;
|
||||
|
@ -56,21 +56,21 @@
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 1;
|
||||
}
|
||||
.markItUp .markItUpHeader ul a em {
|
||||
}
|
||||
.configuration_mails .markItUp .markItUpHeader ul a em {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
span > em {
|
||||
}
|
||||
.configuration_mails span > em {
|
||||
font-size: 85%;
|
||||
}
|
||||
.remplacements_slugs {
|
||||
}
|
||||
.configuration_mails .remplacements_slugs {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.name_config {
|
||||
}
|
||||
.configuration_mails .name_config {
|
||||
font-size: 1rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="inner configuration_mails">
|
||||
<h1>Configuration des mails</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue