From 567c95023e5962425cc97bf73167bbf5d153a63e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 18 Dec 2012 22:59:33 +0100 Subject: Fixed layout. Only tested on Google Chrome. --- static/style.css | 8 +++++--- 1 file 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; } -- cgit v1.2.3