From dc32119ce10eb1b43f8cf740365cbea00a2d1c4a Mon Sep 17 00:00:00 2001 From: fat32 Date: Tue, 4 Dec 2012 15:46:13 -0500 Subject: [PATCH 1/2] Added native HTML5 input types for numbers and colors --- public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 413f523..b6c62b3 100644 --- a/public/index.html +++ b/public/index.html @@ -30,21 +30,21 @@

Arrow configuration

  1. - px + px
  2. - +
  1. - px + px
  2. - +
From b6929203443e0d739fd8665ae31a5de2e66b1b61 Mon Sep 17 00:00:00 2001 From: fat32 Date: Tue, 4 Dec 2012 15:52:57 -0500 Subject: [PATCH 2/2] Increased width of number fields Spin buttons of native HTML5 number widgets take some space, so width of fields is increased. --- public/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 5cdc1eb..afa4406 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -45,7 +45,7 @@ input[type='radio'] { border: 0; } .configuration .section label { display: inline-block; width: 112px; } .configuration .size, -.configuration .border_width { width: 28px; text-align: right; } +.configuration .border_width { width: 38px; text-align: right; } .configuration .color { width: 65px; text-align: center }