resize navigation header
This commit is contained in:
parent
94f19901a1
commit
579066ca77
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#navigation-header {
|
#navigation-header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 40px;
|
height: 45px;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation-list {
|
#navigation-list {
|
||||||
padding-top: 40px;
|
padding-top: 45px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in a new issue