From 5cb632fe50caff085785f0eb2d5374b2048bd116 Mon Sep 17 00:00:00 2001 From: Marne Date: Tue, 16 Oct 2018 18:13:04 +0200 Subject: [PATCH] =?UTF-8?q?-Fond=20des=20formulaire=20compte,=20adresses,?= =?UTF-8?q?=20historiques=20en=20blanc=20-Largeur=20du=20contenu=20=C3=A0?= =?UTF-8?q?=2080%=20avec=20une=20largeur=20maximum=20du=20contenu=20=C3=A0?= =?UTF-8?q?=201250px=20-retrait=20des=20titres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/static/css/custom.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/www/static/css/custom.css b/www/static/css/custom.css index 99d788e..ebe01cc 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -29,7 +29,7 @@ form .form-group input, select.form-control , textarea.form-control{ } .panel-default .panel-body { - color: #2f5188; + color: white; } button.c-boutonslongs, input.c-boutonslongs { @@ -99,3 +99,23 @@ background-color: #ffffff; background-color:white; color:#2f5188; } + +section.container-fluid > * { +width: 80%; +margin: auto; +max-width: 1250px; +} +#wrapper .col-md-4 { + width: 50%; +} +h1 .text-left { + margin-left: 1em; +} + +/* 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 */ + margin:0; +} +p { /* bootstrap.css ligne 1289 marge de 10px sous les p qui n'est utile nullepart */ + margin:0; +} \ No newline at end of file -- GitLab