Fixed panel header/footer styles
Fixed canvas shadow text position
Changes
--- static/elements.css be026c96e1e826096265ebbd7a9715e97ce3f7ad
+++ static/elements.css 8ca944c23103a6e3c873825623d3acf3b3a99af4
@@ -35,10 +35,6 @@
-.menu, .tab {- padding: 2px 8px;
-}
-
@@ -69,6 +65,7 @@
+ position: relative;
--- static/index.html be026c96e1e826096265ebbd7a9715e97ce3f7ad
+++ static/index.html 8ca944c23103a6e3c873825623d3acf3b3a99af4
@@ -57,7 +57,7 @@
- <div class='footer menu'>
+ <div class='footer'>
@@ -75,7 +75,7 @@
- <div class='footer menu'>
+ <div class='footer'>
--- static/layout.css be026c96e1e826096265ebbd7a9715e97ce3f7ad
+++ static/layout.css 8ca944c23103a6e3c873825623d3acf3b3a99af4
@@ -143,11 +143,14 @@
+ padding: 2px 8px;
+ padding: 2px 8px;
+ border-top: 1px solid #ccc;

