From def83b089a290815fc19d39476732f44373f3abe Mon Sep 17 00:00:00 2001 From: benmanley Date: Fri, 21 Feb 2014 13:28:27 +0000 Subject: [PATCH] Add custom css to prevent Flying Pig progress bar being hidden --- public/css/inventory.styl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/public/css/inventory.styl b/public/css/inventory.styl index f562e010ac..b1b29bcecf 100644 --- a/public/css/inventory.styl +++ b/public/css/inventory.styl @@ -93,15 +93,18 @@ menu.pets .customize-menu left: 20% height: 5px + //adjust position of flying pig down to leave some room between rows + button[class*="Pet-FlyingPig"] + position: relative + top: 16px + + .progress + bottom: -9px + .pet-button border: none background: none white -//adjust position of flying pig down to leave some room between rows -button[class*="Pet-FlyingPig"] - position: relative - top: 16px - .pet-not-owned width: 81px; height: 99px;