summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index e7c1d85..f440fd3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,9 +1,9 @@
* { padding: 0; margin: 0; }
html, body, #content { height: 100%; }
-#tabs { height: 90%; }
+#tabs { height: 90%; overflow: hidden; }
+#tabs > div { overflow: auto; max-height: 85%; height: 85%; }
.ui-tabs-nav li a { font-size: small; }
-#tabs #albums-tab.ui-tabs-panel { padding: 0; }
#progress { margin: .5em 1em; width: 300px; }
#tabs { font-size: 100%; }
@@ -28,8 +28,6 @@ html, body, #content { height: 100%; }
#search_box { border: 1px solid #888; border-radius: 10px; padding: 0 .3em; }
#search-results { margin-top: 1em; }
-#albums-tab { height: 95%; }
-#albums-list { overflow: auto; max-height: 100%; }
.album-tile { width: 128px; display: inline-block; vertical-align: top; padding: 1em; }
.album-tile a { text-decoration: none; }
.album-tile a:hover { text-decoration: underline; }