From 7db812b116be0b60bf445aed97e3970ba3a5328f Mon Sep 17 00:00:00 2001 From: Andre Casey Date: Tue, 2 Jul 2013 01:44:07 -0700 Subject: [PATCH] Inventory Layout Fixes - fixed CSS alignment issues with long names breaking flow - gave eggs and potions more wiggle room - centered text beneath newly centered artworks --- styles/app/inventory.styl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/styles/app/inventory.styl b/styles/app/inventory.styl index 891d570a68..87bfcbb7ff 100644 --- a/styles/app/inventory.styl +++ b/styles/app/inventory.styl @@ -60,17 +60,23 @@ .inventory-list li clear:both .pets-menu > div - float:left + display:inline-block + vertical-align:top padding:.3em + width:7em + margin-top:1em p text-align:center - width:3em + width:6em .hatchingPotion-menu > div - float:left + display:inline-block + vertical-align:top padding:.3em + width:6em + margin-top:1em p text-align:center - width:3em + width:6em .pet-button border: none