fontenay-sous-bois: style adjustment after #7409

This commit is contained in:
Frédéric Péters 2015-05-29 11:40:47 +02:00
parent a03b25d994
commit b85c3de2ef
1 changed files with 12 additions and 5 deletions

View File

@ -68,14 +68,25 @@ div#member, div#new_member, div#accessibility, div#contact, div#info, div#help,
#content div#services > ul > li,
div#tracking-code,
div#steps,
div#content div.a2-block,
div#login-methods > div > div,
#content div.cell, div.block {
background: white;
background-color: white;
margin: 10px 0;
border-radius: 10px;
box-shadow: 0 0 3px #444;
border: 0;
}
div#login-methods > div > div,
div#content div.a2-block {
padding: 1em;
}
div#login-methods > div > #login-beid {
padding-top: 130px;
}
div#rub_consultation h2, div#rub_service h2, div#rub_annonce h2, div#rub_agenda h2, div#profile h2, div#services-2nd h3, div#member h2, div#help h2, div#info h2, div#accessibility h2, div#contact h2, div#gauche h3, div.large div#rub_service h3, div#centre h3 {
border-top: none;
}
@ -89,10 +100,6 @@ div#footer {
min-height: 80px;
}
div#content form {
background: white;
}
#toplinks a.restricted {
top: -190px;
}