summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/concerts.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css
index a413d28..ac96122 100644
--- a/stylesheets/concerts.css
+++ b/stylesheets/concerts.css
@@ -61,11 +61,11 @@ a.event {
}
.credits {
position: absolute;
- top: 0;
+ bottom: 0;
right: 0;
color: white;
background: #0008;
- border-bottom-left-radius: 0.5em;
+ border-top-left-radius: 0.5em;
padding: 0 0.2em;
font-size: small;
}
@@ -194,4 +194,8 @@ a.event {
height: 100%;
justify-content: center;
}
+
+ .eventcontainer:not(.active) .credits > span:only-child {
+ display: none;
+ }
}