From 0e9ee75edaa6db3eb5d271297e5fbbbf50582bfe Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 5 Mar 2014 13:34:34 +0100 Subject: [PATCH] Make "complex" box more box like. Made "please select" in select box black. Small text tweak. --- css/main.css | 4 ++++ js/NetworkPanel.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index e757c95..2d8d6a9 100644 --- a/css/main.css +++ b/css/main.css @@ -66,6 +66,7 @@ a { } .box.complex { width: 375px; /*320px;*/ + height: 350px; /*border: 2px solid #00f;*/ } box.connecting { @@ -200,4 +201,7 @@ form .row div { } .networkForm #action.none { display: none; +} +.networkForm .chosen-container-single .chosen-default { + color: #333; /* let's not pretend it's disabled */ } \ No newline at end of file diff --git a/js/NetworkPanel.js b/js/NetworkPanel.js index b96d2af..eacb93b 100644 --- a/js/NetworkPanel.js +++ b/js/NetworkPanel.js @@ -207,7 +207,7 @@ function NetworkPanel() { } break; case NetworkAPI.STATUS.CONNECTING_FAILED: - actionText = "Please check password"; + actionText = "Please check password and try again"; _actionTextField.attr("class","error"); break; default: