From c0cfd0bb9445c801bfe613429ce90dfdf19cf7fe Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Sat, 27 Aug 2016 16:28:36 -0400 Subject: [PATCH] fixed stylization with remove host icon --- static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8fa989e..fa370fc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -16,6 +16,8 @@ .host-container { position: relative; cursor: pointer; + width: 150px !important; + height: 150px !important; } #backIcon { height: 32px; @@ -116,8 +118,7 @@ main { top:0px; width:24px; height:24px; - margin-top: 10px; - margin-right: 15px; + margin-top: 15px; /*to account for the shadow*/ cursor:pointer; z-index: 5;