Started fixing/finishing input group delete. Started moving socket status to header.

This commit is contained in:
Chris Houseknecht
2014-04-25 11:55:49 +00:00
parent 557b92ef05
commit 65859fa446
9 changed files with 82 additions and 67 deletions

View File

@@ -1066,6 +1066,19 @@ input[type="checkbox"].checkbox-no-label {
content: "\f04b";
}
.icon-socket-ok:before {
content: "\f111";
color: @green;
}
.icon-socket-error:before {
content: "\f111";
color: @red;
}
.icon-socket-connecting:before {
content: "\f042";
color: @warning;
}
.badge {
padding: 2px 3px 3px 4px;
font-size: 10px;
@@ -1203,18 +1216,6 @@ input[type="checkbox"].checkbox-no-label {
}
/* end */
/* Socket icon */
.socket-ok {
color: @green;
}
.socket-error {
color: @red;
}
.socket-connecting {
color: @warning
}
/* end */
.field-success {
color: #5bb75b;
}