From f8362a9c02778b12b90b9e0f497f883fcca7c994 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 1 Mar 2015 14:19:16 +0100 Subject: Feedback-Form and Chat-Tab tweaks --- assets/css/_room.less | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'assets/css/_room.less') diff --git a/assets/css/_room.less b/assets/css/_room.less index 65b45b9..e7b3af3 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -55,6 +55,20 @@ } } } -} -@import "_program.less"; + #feedback { + padding: floor(@grid-gutter-width/2) 0; + + .feedback-thankyou { + font-size: @jumbo-font-size; + text-align: center; + padding: 30px; + + display: none; + } + } + + #program { + @import "_program.less"; + } +} -- cgit v1.2.3