Commit e4e45005 by Petri Jarvisalo

layout fixes

1 parent 24e605cb
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
} }
#menu { #menu {
padding: 1em;
}
#aside {
margin: 1em; margin: 1em;
width: 200px; width: 200px;
} }
...@@ -143,7 +147,7 @@ h1 { ...@@ -143,7 +147,7 @@ h1 {
} }
nav { nav {
min-width: 225px; min-width: 200px;
background: white; background: white;
min-height: 400px; min-height: 400px;
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
...@@ -155,7 +159,6 @@ nav { ...@@ -155,7 +159,6 @@ nav {
margin-right: 1em; margin-right: 1em;
border-right: 1px solid #aaa; border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
background: white; background: white;
} }
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</section> </section>
<aside class="flex1"> <aside class="flex1">
<div id="menu"> <div id="aside">
<div class="ui-widget-header">Login</div> <div class="ui-widget-header">Login</div>
<div class="ui-widget-content" style="text-align: center"> <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!