From 226b3b87e4d80a68139684af612ff2148620a484 Mon Sep 17 00:00:00 2001 From: niuage Date: Wed, 18 Nov 2015 19:13:43 -0500 Subject: [PATCH] made the token input a password input --- app/app.html | 2 +- app/stylesheets/main.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app.html b/app/app.html index 4e37abc..73b6905 100644 --- a/app/app.html +++ b/app/app.html @@ -34,7 +34,7 @@

Log monitoring

Get your token on pathofmaps.com.

- +

Only the commands sent from these characters will be sent to pathofmaps.com.

diff --git a/app/stylesheets/main.less b/app/stylesheets/main.less index 70aa4a2..1de2c62 100644 --- a/app/stylesheets/main.less +++ b/app/stylesheets/main.less @@ -63,13 +63,13 @@ label { font-weight: bold; } -input[type="text"], textarea { +input[type="text"], input[type="password"], textarea { margin-bottom: 2em; width: 100%; font-size: 0.875em; } -input[type="text"] { +input[type="text"], input[type="password"] { height: 2em; }