aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/css/page.css
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-06-05 16:40:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-06-05 16:40:06 +0200
commit588c250513632d0e752b271e559fb34ee35f2989 (patch)
treed9927f59fbb123d560d956c011a059e65ec77fde /frontend/css/page.css
parentBe more quiet. (diff)
downloadzmusic-ng-588c250513632d0e752b271e559fb34ee35f2989.tar.xz
zmusic-ng-588c250513632d0e752b271e559fb34ee35f2989.zip
Allow folks to see their own statistics.
Diffstat (limited to 'frontend/css/page.css')
-rw-r--r--frontend/css/page.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/frontend/css/page.css b/frontend/css/page.css
index f1c22d6..514f358 100644
--- a/frontend/css/page.css
+++ b/frontend/css/page.css
@@ -12,7 +12,20 @@
overflow: auto;
-webkit-overflow-scrolling: touch;
}
-
+#stats {
+ position: absolute;
+ bottom: 1px;
+ right: 1px;
+ font-size: 9px;
+ line-height: 9px;
+}
+#stats a {
+ color: #bbbbbb;
+}
+#stats a:hover {
+ color: #dddddd;
+ text-decoration: none;
+}
#controls {
position: absolute;
bottom: 60px;