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: