Change CSS header section construction form
This commit is contained in:
parent
bfbe57d533
commit
c8e4a347ae
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.header_section{
|
.header_section{
|
||||||
background-color: rgb(245,245,245);
|
background-color: rgb(0, 49, 137);
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -7,6 +7,12 @@
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
.form-control.libelle {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group.description {
|
.form-group.description {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue