From 865e3c9f1a22a9527bf6a38be9aa4ade119ee30f Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 18 Mar 2014 16:31:49 +0100 Subject: [PATCH] Small style fixes to room bar. --- src/styles/components/_roombar.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/styles/components/_roombar.scss b/src/styles/components/_roombar.scss index 8ed6aa34..576bd569 100644 --- a/src/styles/components/_roombar.scss +++ b/src/styles/components/_roombar.scss @@ -20,9 +20,10 @@ */ #roombar { position: absolute; - left:3px; - top:46px; - right:3px; + left:0px; + top:44px; + right:0px; + min-width:260px; color:#ccc; text-shadow: 0 0 5px black; z-index:4; @@ -31,13 +32,11 @@ position: absolute; left:0px; top:0px; - padding:4px 8px 4px 30px; + right:0px; + padding:4px 8px 0px 30px; vertical-align:middle; background: rgba(0,0,0,0.2); - min-height:45px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; + min-height:44px; } #roombar .roombar.notvisible { background:transparent; @@ -46,6 +45,7 @@ display:inline-block; margin-left:.5em; margin-bottom:0px; + max-width:60%; } #roombar .btn.btn-default { text-shadow: none; @@ -54,8 +54,8 @@ font-size:20px; vertical-align:middle; position:absolute; - left: 0px; - top: 4px; + left: 3px; + top: 5px; padding:6px; display:block; color:#ccc;