mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-04 22:12:21 +03:00
Convert menu to horizontal top menu
This commit is contained in:
parent
3ff38a443c
commit
338cbcfab6
1 changed files with 16 additions and 4 deletions
20
css/base.css
20
css/base.css
|
@ -11,21 +11,33 @@ body, html {
|
||||||
#wrap {
|
#wrap {
|
||||||
}
|
}
|
||||||
#menu {
|
#menu {
|
||||||
width: 10%;
|
border: 2px solid #DDD;
|
||||||
float: left;
|
|
||||||
border: 1px solid #DDD;
|
|
||||||
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu ul li {
|
||||||
|
float: right;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#ImportZone {
|
#ImportZone {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
.tables {
|
.tables {
|
||||||
float: right;
|
float: right;
|
||||||
width: 89%;
|
width: 100%;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue