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/_overview.less | 4 ++-- assets/css/_room.less | 27 +++++++++++++++++++-------- assets/css/_structure.less | 3 +++ 3 files changed, 24 insertions(+), 10 deletions(-) (limited to 'assets/css') diff --git a/assets/css/_overview.less b/assets/css/_overview.less index 1b9e3bb..c5d6ea4 100644 --- a/assets/css/_overview.less +++ b/assets/css/_overview.less @@ -45,8 +45,8 @@ } .recordings a { - font-size: 72px; - line-height: 52px; + font-size: @jumbo-font-size; + line-height: @jumbo-line-height; display: block; text-align: center; 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; + } } } diff --git a/assets/css/_structure.less b/assets/css/_structure.less index ae4dcca..1f38fbf 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -5,6 +5,9 @@ @img: '../img/'; +@jumbo-font-size: 52px; +@jumbo-line-height: 45px; + // website configuration styles .navbar { -- cgit v1.2.3