From b582ed55ce98228c365ca6fd6cf9067b84219974 Mon Sep 17 00:00:00 2001 From: Thaum Date: Fri, 6 Feb 2015 08:59:58 +0000 Subject: [PATCH] Changed equipment header to white This prevents it being confused for a container box which can be clicked and edited. --- rpg-docs/client/views/character/inventory/inventory.css | 2 ++ rpg-docs/client/views/character/inventory/inventory.html | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rpg-docs/client/views/character/inventory/inventory.css b/rpg-docs/client/views/character/inventory/inventory.css index cf635cd0..323e74ce 100644 --- a/rpg-docs/client/views/character/inventory/inventory.css +++ b/rpg-docs/client/views/character/inventory/inventory.css @@ -21,6 +21,7 @@ .equipmentTop { margin: -16px -16px 0 -16px; padding: 16px; + border-bottom: rgba(0,0,0,0.12) solid 1px; } .containerMain { @@ -36,6 +37,7 @@ .inventoryItem { background: white; transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1); + height: 40px; margin: 1px 0 1px 0; } diff --git a/rpg-docs/client/views/character/inventory/inventory.html b/rpg-docs/client/views/character/inventory/inventory.html index b1e4ed47..cd262882 100644 --- a/rpg-docs/client/views/character/inventory/inventory.html +++ b/rpg-docs/client/views/character/inventory/inventory.html @@ -3,7 +3,7 @@
-
+
Equipment
(net Worth)
(weightCarried)lbs
@@ -12,7 +12,7 @@ {{#if armor}} {{#with armor}}
- + {{name}}
@@ -20,7 +20,7 @@ {{/if}} {{#each equipment}}
- + {{name}}
@@ -37,7 +37,7 @@
{{#each items ../_id _id}}
- + {{#if ne1 quantity}}{{quantity}} {{/if}}{{pluralName}}