css: slight adjustments

This commit is contained in:
Frédéric Péters 2015-05-22 14:48:28 +02:00
parent 4be16e5e07
commit baf45cc1f4
1 changed files with 9 additions and 10 deletions

View File

@ -80,6 +80,7 @@ div#main-content {
div#footer-wrapper {
background: #666;
color: white;
min-height: 60px;
}
div#footer {
@ -594,6 +595,7 @@ h1#logo a {
margin: 10px 20px 12px 20px;
padding-top: 7px;
font-size: 110%;
position: relative;
}
#nav ul {
@ -627,7 +629,13 @@ h1#logo a {
color: #e0007a;
}
div.cell,
#nav div.cell {
position: absolute;
top: 0;
right: 0;
}
#content div.cell,
div.block {
text-align: left;
background: white;
@ -740,12 +748,3 @@ div#registration input[type="submit"] {
width: 30em;
margin: 0 auto;
}
/* highlight currently selected app, somehow */
.page-index #nav .link-accueil a,
.wcs #nav .link-demarches a,
.authentic2 #nav .link-profil a {
color: black;
border-bottom: 1px solid #666;
}