AC-232 License viewer completed.

This commit is contained in:
chouseknecht
2013-07-24 18:04:37 -04:00
parent fb54484ed3
commit 401317cf41
6 changed files with 96 additions and 31 deletions
+20
View File
@@ -77,6 +77,10 @@
padding-left: 10px;
}
.break {
word-wrap: break-word;
}
.login-alert {
font-weight: normal;
font-size: 14px;
@@ -419,6 +423,22 @@
color: #5bb75b;
}
.field-success {
color: #5bb75b;
}
.field-success input {
border-color: #5bb75b;
}
.field-failure {
color: #FF0000;
}
.field-failure input {
border-color: #FF0000;
}
.job-changed,
.license-warning,
.license-demo {