From 713382f4279be31dabfd25959e881e277bb3d97c Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 6 May 2014 16:32:07 +0200 Subject: [PATCH] Rearrange the roombar scss. --- src/styles/components/_roombar.scss | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/styles/components/_roombar.scss b/src/styles/components/_roombar.scss index 87130b2e..0d5d24a8 100644 --- a/src/styles/components/_roombar.scss +++ b/src/styles/components/_roombar.scss @@ -18,18 +18,20 @@ * along with this program. If not, see . * */ + #roombar { - position: absolute; - left:0px; - top:44px; - right:0px; - min-width:260px; - z-index:4; + left: 0; + min-width: 260px; + position: absolute; + right: 0; + top: 44px; + z-index: 4; } + #roombar .roombar { - position: absolute; - left:0px; - top:0px; - right:0px; + left: 0; + position: absolute; + right: 0; + top: 0; }