mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
revert changes
This commit is contained in:
parent
2e6dc7e072
commit
f87569a1f6
1 changed files with 3 additions and 15 deletions
18
css/base.css
18
css/base.css
|
@ -11,24 +11,12 @@ body, html {
|
||||||
#wrap {
|
#wrap {
|
||||||
}
|
}
|
||||||
#menu {
|
#menu {
|
||||||
border: 2px solid #DDD;
|
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;
|
width: 10%;
|
||||||
margin-bottom: 5px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu ul li {
|
|
||||||
float: right;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ImportZone {
|
#ImportZone {
|
||||||
|
@ -37,7 +25,7 @@ body, html {
|
||||||
}
|
}
|
||||||
.tables {
|
.tables {
|
||||||
float: right;
|
float: right;
|
||||||
width: 100%;
|
width: 89%;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue