summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2012-12-18 22:59:33 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2012-12-18 22:59:33 +0100
commit567c95023e5962425cc97bf73167bbf5d153a63e (patch)
treeb1602275f1bc9360321a33689b8f0a00f8316f0a
parent3b009ee01f6e5e6f98e2853d60ded24ea7f0adbe (diff)
Fixed layout.
Only tested on Google Chrome.
-rw-r--r--static/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index f440fd3..058a3d8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,11 +1,13 @@
* { padding: 0; margin: 0; }
html, body, #content { height: 100%; }
-#tabs { height: 90%; overflow: hidden; }
-#tabs > div { overflow: auto; max-height: 85%; height: 85%; }
+#content { height: 100%; min-height: 100%; }
+#tabs { position: absolute; width: auto; height: auto; top: 4em; bottom: 0; left: 0; right: 0; }
+#tabs > div { position: absolute; width: 100%; height: auto; padding: 0; top: 3em; bottom: 0; overflow: auto; }
.ui-tabs-nav li a { font-size: small; }
#progress { margin: .5em 1em; width: 300px; }
-#tabs { font-size: 100%; }
+#tabs { padding: 0; font-size: 100%; }
+#tabs ul.ui-tabs-nav { margin: .2em; }
.accessor { text-decoration: underline; }