aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
diff options
context:
space:
mode:
authorMaZderMind2015-03-01 11:17:27 +0100
committerMaZderMind2015-03-01 11:17:27 +0100
commit810f165a10910a0497503bc4bb79f03c14332120 (patch)
tree5a6a755ac8535d8389f893f32da29d604d3c04a2 /assets/css/_room.less
parent510e6cdbf2f073693cec5831795001d33122b112 (diff)
Formats-Selection styling
Diffstat (limited to 'assets/css/_room.less')
-rw-r--r--assets/css/_room.less15
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less
index fdc6b6d..911b4e3 100644
--- a/assets/css/_room.less
+++ b/assets/css/_room.less
@@ -6,12 +6,12 @@
padding: 40px 0;
}
-.video.hd .tab-content {
+.video.hd .player-wrap.tab-content {
padding: 0;
}
@media (max-width: @screen-md-max) {
- .video.sd .tab-content {
+ .video.sd .player-wrap.tab-content {
padding: 0;
}
}
@@ -27,4 +27,15 @@
.functions-wrap {
h3 { margin-top: 0; }
+
+ .row {
+ margin-bottom: 36px;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
+ .btn-group {
+ margin-bottom: @padding-base-horizontal;
+ }
}