revert changes

This commit is contained in:
piwats 2015-04-17 18:07:29 +02:00
parent 2e6dc7e072
commit f87569a1f6

View file

@ -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;
} }