summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2012-12-16 11:53:03 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2012-12-16 11:53:03 +0100
commit3072dcabb7f8d35f21ebfaeae53a1218ecd9d43e (patch)
treecc117e7da3923bc7948c0ce19cac985a297c4468 /static/style.css
parentb96cdbf27095f57c4800f1295ddc76482ba62443 (diff)
Added album view.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 34579f7..e7c1d85 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,12 @@
* { padding: 0; margin: 0; }
+html, body, #content { height: 100%; }
+#tabs { height: 90%; }
+
.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%; }
+
.accessor { text-decoration: underline; }
.track-table { width: 100%; }
@@ -22,3 +27,10 @@
#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; }
+.album-tile .album-name { font-size: x-small; }