From 810f165a10910a0497503bc4bb79f03c14332120 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 1 Mar 2015 11:17:27 +0100 Subject: Formats-Selection styling --- assets/css/_room.less | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'assets/css/_room.less') 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; + } } -- cgit v1.2.3