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/_bootstrap-selection.less | 2 +- assets/css/_room.less | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'assets/css') diff --git a/assets/css/_bootstrap-selection.less b/assets/css/_bootstrap-selection.less index 55c51b8..14cf9eb 100644 --- a/assets/css/_bootstrap-selection.less +++ b/assets/css/_bootstrap-selection.less @@ -36,7 +36,7 @@ //@import "bootstrap-3.3.2/list-group.less"; @import "bootstrap-3.3.2/panels.less"; //@import "bootstrap-3.3.2/responsive-embed.less"; -//@import "bootstrap-3.3.2/wells.less"; +@import "bootstrap-3.3.2/wells.less"; //@import "bootstrap-3.3.2/close.less"; // Components w/ JavaScript 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