From d3aa1d768d96bebe816d1e8362e9704bc2e8f6d5 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 25 Oct 2013 13:43:03 +0200 Subject: [PATCH] Only store password if user requests it. --- css/glowingbear.css | 2 +- index.html | 35 ++++++++++++++++++----------------- js/websockets.js | 8 ++++---- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 139827b..3b20813 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -95,7 +95,7 @@ input#sendMessage { border: 0; width: 100%; } -.panel input { +.panel input, .panel .input-group { max-width: 300px; } input[type=text], input[type=password], .badge { diff --git a/index.html b/index.html index ceee349..f2b003a 100644 --- a/index.html +++ b/index.html @@ -45,27 +45,28 @@