aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
diff options
context:
space:
mode:
authorMaZderMind2015-02-27 17:21:51 +0100
committerMaZderMind2015-02-27 17:21:51 +0100
commit18031079f5ca57cdac6aa4ab4c236182329bc1f7 (patch)
tree0a63e5861033f3a689af1da4d20ddcf519afee59 /assets/css/_room.less
parentea0e8de1c5d132103010ba5aaf98ecb162f66358 (diff)
Work on Room-Page
Diffstat (limited to 'assets/css/_room.less')
-rw-r--r--assets/css/_room.less25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less
new file mode 100644
index 0000000..3bb9d81
--- /dev/null
+++ b/assets/css/_room.less
@@ -0,0 +1,25 @@
+video, audio {
+ display: block;
+}
+
+.tab-content {
+ border-left: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+
+ padding: 40px 0;
+}
+
+.video.hd .tab-content {
+ padding: 0;
+}
+
+@media (max-width: @screen-md-max) {
+ .video.sd .tab-content {
+ padding: 0;
+ }
+}
+
+.player-wrap {
+ margin-bottom: 60px;
+}