Only one selector per line

This commit is contained in:
gregoirenovel 2017-04-12 10:51:35 +02:00
parent 5e1c99d642
commit 11e5943989
12 changed files with 77 additions and 31 deletions

View file

@ -30,7 +30,8 @@ body {
background-color: $light-blue;
}
html, body {
html,
body {
height: 100%;
}
@ -58,7 +59,8 @@ form {
display: block;
}
#footer, #wrap::after {
#footer,
#wrap::after {
height: 50px;
}
@ -67,7 +69,8 @@ form {
text-align: center;
padding: 0;
a, p {
a,
p {
color: #000000;
}

View file

@ -1,4 +1,5 @@
#backoffice_index, #backoffice_search {
#backoffice_index,
#backoffice_search {
margin-left: 2rem;
margin-right: 2rem;
@ -30,7 +31,8 @@
#onglets {
ul {
li, li.active {
li,
li.active {
a {
margin-top: 12px;
height: 45px;

View file

@ -10,7 +10,8 @@
height: 600px;
}
#map.qp, #map.cadastre {
#map.qp,
#map.cadastre {
width: 70%;
}

View file

@ -38,7 +38,10 @@
font-size: 18px;
font-weight: bold;
.title, .title-no-expanse, .action, .count {
.title,
.title-no-expanse,
.action,
.count {
height: 100%;
line-height: 40px;
padding: 0px;
@ -49,7 +52,9 @@
cursor: not-allowed;
}
.title, .action, .count {
.title,
.action,
.count {
cursor: pointer;
}

View file

@ -69,7 +69,10 @@
}
}
.type_champ-drop_down_list, .type_champ-regions, .type_champ-departements, .type_champ-pays {
.type_champ-drop_down_list,
.type_champ-regions,
.type_champ-departements,
.type_champ-pays {
@extend .col-md-4;
@extend .col-lg-4;

View file

@ -1,11 +1,13 @@
#backoffice_dossier_show, #users_recapitulatif_dossier_show {
#backoffice_dossier_show,
#users_recapitulatif_dossier_show {
#messages {
.last-commentaire {
display: block;
background-color: #FFFFFF;
.content, .new-action {
.content,
.new-action {
margin-bottom: 20px;
}
}
@ -24,7 +26,8 @@
}
}
.last-commentaire, .commentaire {
.last-commentaire,
.commentaire {
padding: 20px 0 0 20px;
.comment-header {
@ -103,7 +106,11 @@
}
}
#dossier, #pieces-jointes, .infos, #carto, #private-fields {
#dossier,
#pieces-jointes,
.infos,
#carto,
#private-fields {
.body {
padding: 20px 20px 0 20px;
color: #000000;
@ -131,7 +138,8 @@
margin: 50px 0 0 15px;
}
.action, .btn-action {
.action,
.btn-action {
background-color: #E45B51;
text-align: center;
cursor: pointer;

View file

@ -42,20 +42,24 @@ h5 span {
cursor: pointer;
}
#procedure_list, #notifications_list {
#procedure_list,
#notifications_list {
margin-left: -10px;
margin-top: 20px;
a, a:hover {
a,
a:hover {
color: #FFFFFF;
text-decoration: none;
}
.procedure_list_element.active, .notification.active {
.procedure_list_element.active,
.notification.active {
background-color: #668ABD;
}
.procedure_list_element, .notification {
.procedure_list_element,
.notification {
padding: 15px 40px 15px 20px;
cursor: pointer;
line-height: 1.8em;
@ -65,7 +69,8 @@ h5 span {
}
}
.procedure_list_element:hover, .notification:hover {
.procedure_list_element:hover,
.notification:hover {
background-color: #668ABD;
cursor: pointer;
}

View file

@ -54,7 +54,8 @@
width: 40%;
}
#etapes, #request_access {
#etapes,
#request_access {
margin-top: 20px;
margin-bottom: 20px;
}

View file

@ -43,7 +43,8 @@
margin: 0 0 0 8px;
}
.dossiers-en-cours, .en-cours {
.dossiers-en-cours,
.en-cours {
margin-top: 20px;
}
@ -65,7 +66,10 @@
}
}
.dossiers-en-cours, .nouveaux-dossiers, .nouvelles-notifications, .en-cours {
.dossiers-en-cours,
.nouveaux-dossiers,
.nouvelles-notifications,
.en-cours {
margin: 5px auto 0 20px;
width: 150px;
}
@ -90,7 +94,9 @@
width: 100%;
}
.close-dossier, .refuse-dossier, .forget-dossier {
.close-dossier,
.refuse-dossier,
.forget-dossier {
border: 1px solid #FFFFFF;
border-radius: 25px;
margin: 5px;
@ -99,7 +105,9 @@
width: 60px;
}
.close-dossier:hover, .refuse-dossier:hover, .forget-dossier:hover {
.close-dossier:hover,
.refuse-dossier:hover,
.forget-dossier:hover {
color: #000000;
border-color: #000000;
}
@ -143,7 +151,8 @@
background-color: #FFFFFF;
}
#switch-procedures:hover, #switch-notifications:hover {
#switch-procedures:hover,
#switch-notifications:hover {
background-color: #668AEA;
}
@ -197,14 +206,17 @@
.notification {
padding: 10px 2px 10px 15px;
.dossier, .updated-at {
.dossier,
.updated-at {
display: inline-block;
color: #CCCCCC;
font-size: 12px;
text-align: left;
}
.dossier-index, .updated-at-index, .count {
.dossier-index,
.updated-at-index,
.count {
display: inline-block;
color: #FFFFFF;
font-size: 14px;

View file

@ -207,7 +207,8 @@
color: $light-blue;
}
.button_navbar:hover, .button-navbar-action:hover {
.button_navbar:hover,
.button-navbar-action:hover {
text-decoration: none;
}

View file

@ -1,5 +1,6 @@
@media print {
html, body {
html,
body {
margin: 0;
}

View file

@ -1,6 +1,7 @@
@import "variables";
#users_index, #admins_index {
#users_index,
#admins_index {
margin-left: 2rem;
margin-right: 2rem;
@ -34,7 +35,10 @@
}
}
.white-back, #users_siret_index, #description_page, #carto_page {
.white-back,
#users_siret_index,
#description_page,
#carto_page {
background-color: #FFFFFF;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 20px;