diff --git a/static/index.html b/static/index.html index 63b0a29..c594842 100644 --- a/static/index.html +++ b/static/index.html @@ -4,44 +4,54 @@ top: 0; left: 0; right: 0; - height: 49px; + height: 39px; background: #ccc; border-bottom: 1px solid #aaa; } #sidebar { - width: 299px; + width: 249px; position: absolute; left: 0; - top: 50; + top: 40; bottom: 0; background: #fff; overflow: scroll; border-right: 1px solid #aaa; + font-size: 13px; } #body { position: absolute; - top: 50px; - left: 300px; - bottom: 250px; + top: 40px; + left: 250px; + bottom: 0px; right: 0px; overflow: scroll; } #input { position: absolute; - border-top: 1px solid #aaa; - left: 300px; + border-bottom: 1px solid #aaa; + left: 0px; right: 0px; + top: 0px; + height: 249px; + } + + #output { + position: absolute; + left: 0px; + top: 250px; bottom: 0px; - height: 250px; + right: 0px; + margin: 0px; + padding: 0px; + overflow: scroll; } #results { font-size: 13px; - margin: 0px; - padding: 0px; } #results td { @@ -50,7 +60,11 @@ } #custom_query { - height: 150px; + position: absolute; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; } ul { @@ -75,16 +89,21 @@
-
-
-
- - +
+ + + Query History +
+
+
+
+ +