Commit e4e45005 by Petri Jarvisalo

layout fixes

1 parent 24e605cb
......@@ -7,6 +7,10 @@
}
#menu {
padding: 1em;
}
#aside {
margin: 1em;
width: 200px;
}
......@@ -143,7 +147,7 @@ h1 {
}
nav {
min-width: 225px;
min-width: 200px;
background: white;
min-height: 400px;
border-bottom: 1px solid #aaa;
......@@ -155,7 +159,6 @@ nav {
margin-right: 1em;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background: white;
}
......
......@@ -100,7 +100,7 @@
</section>
<aside class="flex1">
<div id="menu">
<div id="aside">
<div class="ui-widget-header">Login</div>
<div class="ui-widget-content" style="text-align: center">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!