header size

fix #5
This commit is contained in:
Olivier Mayer
2015-02-19 18:35:18 +09:00
parent 1f2d79355f
commit 50352c0e90
2 changed files with 19 additions and 1 deletions

View File

@@ -93,6 +93,13 @@ body {
min-height: 500px;
}
#mainContent {
top: 40px;
min-width:900px;
overflow-x:auto;
overflow-y:auto;
}
.PNB {
position: absolute;
top: 0;
@@ -2747,6 +2754,17 @@ DIV.thesaurus U.w {
/******* MAINMENU ************************************************************/
#mainMenu {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
#mainMenu li, #mainMenu li span {
height: 40px;
line-height: 40px;
}
#mainMenu, .publi_group {
background-color: #333333;
}