Change CSS header section construction form

This commit is contained in:
Xavier J 2017-01-02 15:20:05 +01:00
parent bfbe57d533
commit c8e4a347ae

View file

@ -1,5 +1,5 @@
.header_section{
background-color: rgb(245,245,245);
background-color: rgb(0, 49, 137);
margin-top: 20px;
margin-bottom: 10px;
margin-left: 0;
@ -7,6 +7,12 @@
text-align:center;
padding-bottom: 8px;
color: white;
.form-control.libelle {
font-weight: bold;
}
.form-group.description {
display: none;
}