0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-07-03 03:31:22 +02:00

Make "complex" box more box like. Made "please select" in select box black. Small text tweak.

This commit is contained in:
peteruithoven 2014-03-05 13:34:34 +01:00
parent 7394cfaf77
commit 0e9ee75eda
2 changed files with 5 additions and 1 deletions

View File

@ -66,6 +66,7 @@ a {
} }
.box.complex { .box.complex {
width: 375px; /*320px;*/ width: 375px; /*320px;*/
height: 350px;
/*border: 2px solid #00f;*/ /*border: 2px solid #00f;*/
} }
box.connecting { box.connecting {
@ -200,4 +201,7 @@ form .row div {
} }
.networkForm #action.none { .networkForm #action.none {
display: none; display: none;
}
.networkForm .chosen-container-single .chosen-default {
color: #333; /* let's not pretend it's disabled */
} }

View File

@ -207,7 +207,7 @@ function NetworkPanel() {
} }
break; break;
case NetworkAPI.STATUS.CONNECTING_FAILED: case NetworkAPI.STATUS.CONNECTING_FAILED:
actionText = "Please check password"; actionText = "Please check password and try again";
_actionTextField.attr("class","error"); _actionTextField.attr("class","error");
break; break;
default: default: