Skip to content
Extraits de code Groupes Projets
Valider ec14b4ad rédigé par Marne's avatar Marne
Parcourir les fichiers

Page perso :

-Transformation des boutons nouveau dons et envoyer en boutons courts 
-Retour à la ligne des éléments label des contreparties 
-réajusement de la largeur
-alignement des div déroulante avec les div "vos dons" et les titres
-uniformisation des select
-ajout de marges 

Page d'accueil 
-centrage avec margin auto plutot qu'un gros margin-left
-ajout de marges 

Modale de connexion 
-ajout de marge 
-bouton de connexion centré en bas 
parent 9caf2132
Branches
Étiquettes
1 requête de fusion!37Mise en production
......@@ -23,14 +23,15 @@ form .form-group input, select.form-control , textarea.form-control{
font-weight: bold;
}
.panel-body.c-pannelfondblanc {
.panel-body.c-pannelfondblanc, .panel-body {
background-color: #fff;
border: solid 1px #2f5188;
color: #2f5188;
}
/*
.panel-default .panel-body {
color: white;
}
}*/
button.c-boutonslongs, input.c-boutonslongs {
background-color : #2f5188;
......@@ -39,6 +40,13 @@ button.c-boutonslongs, input.c-boutonslongs {
margin-top: 1em;
}
button.c-boutonscourts, input.c-boutonscourts {
background-color : #2f5188;
color: #fff;
margin: 2em 0;
font-size: 1.2em;
}
button.c-boutonslongs:hover, input.c-boutonslongs:hover {
background-color : #3B68B0;
color: #fff;
......@@ -65,6 +73,10 @@ button.c-boutonslongs:hover, input.c-boutonslongs:hover {
background-color : #2f5188;
}
.panel-default .panel-body {
background-color : white;
}
.modal {
background-color: rgba(240, 246, 255, 0.7);
}
......@@ -100,17 +112,70 @@ background-color: #ffffff;
color:#2f5188;
}
section.container-fluid > * {
.fluid {
width: 80%;
margin: auto;
max-width: 1250px;
}
#wrapper .col-md-4 {
#vosdons {
padding: 0 15px;
}
#vosdons label {
display:block;
}
#vosdons .col-md-4 {
width: 50%;
}
h1 .text-left {
/* Page d'accueil */
#donation {
width: 41%;
float: initial;
margin :auto ;
}
#donation .btn em {
font-style:normal;
}
.unmodal {
margin-bottom: 1em;
}
.page-header h1 {
margin-left: 1em;
text-align: center;
margin: 1em 0;
}
.page-header {
margin-left: 2em;
}
#subtitle p {
margin: 2em;
}
#subtitle .page-header {
margin-left:0;
width:100%;
}
/* Modale de connexion */
#login .modal-row a, #login .modal-row #submit {
display:block;
}
#login .modal-row :first-child {
margin:1em;
}
.btn-lg {
display:block;
}
/* Problèmes de css à répercuter plus tard */
.col-md- { /* marge gauche arbitraire qui semblait destinée à centrer : .col-md-offset-1 { margin-left: 8.33333333%;} dans bootstrap.css ligne 2086 */
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter