summaryrefslogtreecommitdiff
path: root/www/styles/shows.css
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-27 23:08:15 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-27 23:08:15 (GMT)
commitd5d29c8889a9dc655044a1cf0926c1ac892b6696 (patch)
treea73ddad8bad0cf275e11886dac20e19bb6935522 /www/styles/shows.css
parentdd5cd12cafa71f5d757642aec25c65dcceb3d02c (diff)
parent03af1fed48370ddc4772709207f064c16191f5c1 (diff)
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
Diffstat (limited to 'www/styles/shows.css')
-rw-r--r--www/styles/shows.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/styles/shows.css b/www/styles/shows.css
index 2daa8b6..045ae9c 100644
--- a/www/styles/shows.css
+++ b/www/styles/shows.css
@@ -22,9 +22,19 @@
#show-title {
text-align: center;
+ font-weight: bold;
}
#show-details {
margin-top: 1.5em;
margin-bottom: 1em;
}
+
+.label-disabled {
+ background-color: #EEE;
+ color: #888;
+}
+
+#show-header-spacer {
+ margin-top: 1.3em;
+}