From 787b5b657f6fa3251f8b0b4a770784f0ddaed407 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 1 Mar 2015 12:02:11 +0100 Subject: Chat-Panel --- assets/css/_room.less | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'assets/css/_room.less') diff --git a/assets/css/_room.less b/assets/css/_room.less index 911b4e3..91e71c0 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -3,6 +3,9 @@ border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; +} + +.player-wrap.tab-content { padding: 40px 0; } @@ -25,17 +28,25 @@ margin: 0 auto; } -.functions-wrap { - h3 { margin-top: 0; } - +.functions-wrap #switcher { .row { - margin-bottom: 36px; - &:last-child { - margin-bottom: 0; - } + margin-bottom: @padding-large-vertical; } .btn-group { - margin-bottom: @padding-base-horizontal; + margin-bottom: @padding-base-vertical; + } +} + +.functions-wrap .chat { + text-align: center; + overflow: hidden; + + > div { + margin: 25px; + + > a { + font-size: @jumbo-font-size; + } } } -- cgit v1.2.3