diff options
author | MaZderMind | 2015-02-28 19:12:09 +0100 |
---|---|---|
committer | MaZderMind | 2015-02-28 19:12:09 +0100 |
commit | 28a263a689cdf17fd6ebcac2c89c4f81946b9cea (patch) | |
tree | 4fc4fe741e7259d8edb514a9171e2a64794f720f /assets | |
parent | c9105da98689d097e8ea9b4d578dba4834183171 (diff) |
room-page styling
Diffstat (limited to '')
-rw-r--r-- | assets/css/_mejs_hacks.less | 4 | ||||
-rw-r--r-- | assets/css/_room.less | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/_mejs_hacks.less b/assets/css/_mejs_hacks.less index 32767a8..eaca5dd 100644 --- a/assets/css/_mejs_hacks.less +++ b/assets/css/_mejs_hacks.less @@ -89,6 +89,10 @@ &.mejs-audio { margin: 0 auto; + .me-cannotplay span { + padding-top: 5px; + text-align: center; + } } .mejs-overlay-loading { background: none !important; diff --git a/assets/css/_room.less b/assets/css/_room.less index a0a9bdf..fdc6b6d 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -18,8 +18,13 @@ .player-wrap { margin-bottom: 60px; + overflow: hidden; } .video-wrap { margin: 0 auto; } + +.functions-wrap { + h3 { margin-top: 0; } +} |