summaryrefslogtreecommitdiff
path: root/www/styles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-04-09 17:49:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-04-09 17:49:50 (GMT)
commit4f7184f01215d348cc4a7b5b7a094cb1a7c6e695 (patch)
tree694bcc0f6310cf5ec036d0ccffe596ef3dee5b7a /www/styles
parentb2ef257d0ec95f98d447309e8f3b60ebc90a2da0 (diff)
specials overview is much nicer now
Diffstat (limited to 'www/styles')
-rw-r--r--www/styles/specials.css48
1 files changed, 22 insertions, 26 deletions
diff --git a/www/styles/specials.css b/www/styles/specials.css
index 82fa640..47b79f2 100644
--- a/www/styles/specials.css
+++ b/www/styles/specials.css
@@ -23,7 +23,6 @@ body {
font-family: "Droid Sans", Helvetica, Arial, Sans;
margin: 0 0 200px 0;
padding: 0;
- font-size: 30px;
}
@@ -33,6 +32,7 @@ body {
color: white;
padding: 0.5em 0.3em 0.25em 5em;
margin-bottom: 0.5em;
+ font-size: 30px;
}
#header h1 {
@@ -43,49 +43,45 @@ body {
#loading-inner {
- width: 60px;
+ font-size: 50px;
+ width: 100px;
margin-top: 5em;
margin-left: auto;
margin-right: auto;
}
-
-#shows div.show {
- padding: 0.2em 0;
+#shows {
+ font-size: 23px;
}
-#shows div:nth-child(even) {
+#shows div.row:nth-child(even) {
background-color: #D8D8D8;
}
-div.show span {
- font-weight: bold;
+#shows div.row {
+ padding: 0.3em 0;
}
-div.show span.show-id {
- font-size: 0.75em;
- margin-left: 5em;
- margin-right: 1em;
+#shows div.label {
+ font-size: 0.8em;
+ position: relative;
+ bottom: 0.15em;
}
-div.show span.show-title {
+span.show-title {
white-space:nowrap;
overflow:hidden;
+ font-weight: bold;
}
-div.show span.pv-title {
- margin-left: 0.2em;
- margin-right: 1em;
-}
-
-div.show span.pv-time {
- font-size: 0.75em;
- margin-left: 0.2em;
- margin-right: 1em;
+span.pv-title {
+ white-space:nowrap;
+ overflow:hidden;
+ font-weight: bold;
}
-div.show span.pv-unused {
- font-size: 0.75em;
- margin-left: 0.2em;
- margin-right: 1em;
+span.pv-time {
+ white-space:nowrap;
+ padding-left: 1em;
+ font-size: 0.7em;
}