0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-07-01 02:41:21 +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 {
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 */
}

View File

@ -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: