From dd5901710cc8f3e1d254eb1e6ea65c3bdca92047 Mon Sep 17 00:00:00 2001 From: Juan Bono Date: Sun, 23 Apr 2017 16:19:14 -0300 Subject: [PATCH] [GD-9] Restyle item-info form --- templates/item-info.widget | 116 ++++++++++++++++++++++--------------- 1 file changed, 68 insertions(+), 48 deletions(-) diff --git a/templates/item-info.widget b/templates/item-info.widget index 638958c..c1f7e1e 100644 --- a/templates/item-info.widget +++ b/templates/item-info.widget @@ -152,64 +152,84 @@ function editItemInfo(itemUid) { switchSection("#item-" + itemUid + " .item-info", "editing"); } +CSS +------------------------------------------------------------ +.formLabel { + display: block; + margin-bottom: 5px; + margin-top: 15px; +} + +.form-group { + margin-top: 15px; + margin-bottom: 5px; +} + +.form-btn-group { + margin-top: 20px; + margin-bottom: 5px; +} + +.save { + margin-right: 20px; +} HTML: item-info-edit-form ------------------------------------------------------------ {{! "autocomplete=off" everywhere: http://stackoverflow.com/q/8311455 }} -
-