summaryrefslogtreecommitdiff
path: root/www/styles/todo.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-16 06:15:41 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-16 06:15:41 (GMT)
commit7ca592a6d8378eb5474c6ee4935f157ee1f546d0 (patch)
tree5805e04bece479ec2d04b058674f402285cd3a6a /www/styles/todo.css
parent86e72f4a3432798dafb196be0ac84c50582724c1 (diff)
show loading screen
Diffstat (limited to 'www/styles/todo.css')
-rw-r--r--www/styles/todo.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/styles/todo.css b/www/styles/todo.css
index 74ec1e5..09726f2 100644
--- a/www/styles/todo.css
+++ b/www/styles/todo.css
@@ -54,6 +54,14 @@ body {
}
+#loading-inner {
+ width: 60px;
+ margin-top: 5em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+
#shows div.show {
padding: 0.2em 0;
}
@@ -66,6 +74,11 @@ div.show span {
font-weight: bold;
}
+div.show span.show-title {
+ white-space:nowrap;
+ overflow:hidden;
+}
+
div.show span.show-start {
font-size: 0.75em;
margin-left: 5em;