diff options
author | MaZderMind | 2014-12-27 20:56:20 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-27 20:56:20 +0100 |
commit | da15fd33e4b6d4bb4089c42591de3574d383f874 (patch) | |
tree | c3d11dac579fa87837fea90355ef0709c8a5f958 /assets/css/src | |
parent | ab0a2cfbf2b4be1d87376052a02ef2e67557bf0b (diff) |
relive gui
Diffstat (limited to '')
-rw-r--r-- | assets/css/src/lustige-styles.scss | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index 95201b8..bd52c53 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -571,12 +571,28 @@ a.inverted { height: 120px; color: black; + &.live { + background-color: $brand-primary; + .metadata li, h3 { + color: white; + } + + &:hover { + .metadata li, h3 { + color: white; + } + + h3 { + text-decoration: underline; + } + } + } + &.template { display: none; } .video-thumbnail { float: left; height: 120px; - width: 160px; } &:hover, &:focus, &:active { @@ -600,7 +616,7 @@ a.inverted { } .caption { - margin-left: 160px; + margin-left: 220px; padding-left: $padding-large-horizontal; h3 { @@ -665,7 +681,7 @@ a.inverted { padding: 0; margin-top: 0; margin-bottom: 0; - min-width: 75px; + min-width: 95px; } .input-group { margin-bottom: $padding-small-vertical; @@ -751,6 +767,15 @@ a.inverted { margin-left: 60px; } } + + .rooms .room-group li.sendezentrum a { + .teaser { display: none; } + .title { + position: static; + margin-top: 10px; + text-align: center; + } + } } .program { |