slight adjustments to new gadjo top banner

This commit is contained in:
Frédéric Péters 2017-05-22 15:47:30 +02:00
parent 5b1eb1b9b1
commit 0603848177
1 changed files with 10 additions and 8 deletions

View File

@ -30,12 +30,12 @@ body {
#top-menu {
font-size: 1em;
height: 40px;
height: 50px;
padding: 0px;
background: url(../images/header-03.jpeg) no-repeat;
background-size: 100% 500px;
font-family: sans-serif;
line-height: 40px;
line-height: 50px;
border-bottom: 1px solid #888;
}
#top-menu #loggedas {
@ -49,8 +49,8 @@ body {
margin: 0;
padding-right: 2em;
padding-left: 1em;
height: 40px;
line-height: 40px;
height: 50px;
line-height: 50px;
background-color: black;
font-size: 10px;
}
@ -70,7 +70,7 @@ body {
}
#top-menu > ul > li:first-child {
background: url(../images/eo-sansnom.png) top left no-repeat;
background: url(../images/eo-sansnom.png) 0 5px no-repeat;
background-size: auto 40px;
padding-left: 100px;
}
@ -79,8 +79,7 @@ body {
#header {
color: white;
height: 80px;
min-height: 80px;
min-height: auto;
background: white;
}
#header a {
@ -192,9 +191,12 @@ div.wiki {
}
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
padding-left: 2px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
padding-bottom: 3px;
font-size: 16px;
font-weight: bold;
}
.bgl {