From c8142c9b0fa535aac458c75f68ca3b605dae0bda Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 6 May 2015 21:13:29 -0500 Subject: [PATCH] * fix chat/recording button vertical alignment VRFS-3207 --- web/app/assets/stylesheets/client/session.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/assets/stylesheets/client/session.css.scss b/web/app/assets/stylesheets/client/session.css.scss index 9ae737552..50be54daf 100644 --- a/web/app/assets/stylesheets/client/session.css.scss +++ b/web/app/assets/stylesheets/client/session.css.scss @@ -13,7 +13,7 @@ background-color:#4c4c4c; min-height:20px; position:relative; - min-width:690px; + min-width:690px; } .pending-metronome { @@ -813,7 +813,8 @@ table.vu td { .voicechat { - margin-top:10px; + top: 310px; + margin-top:15px; width:130px; height:25px; background-color:#242323;