Fix UI for real license handling

Following this change, the user gets detailed errors and entitlement information
This commit is contained in:
Joseph Schorr 2016-10-19 15:35:34 -04:00
parent e450b109a2
commit 213cc856e4
9 changed files with 172 additions and 136 deletions

View file

@ -567,6 +567,11 @@ a:focus {
margin-right: 4px;
}
.config-license-field-element .required {
background-color: #f5f5f5;
color: #333;
}
.config-license-field-element textarea {
padding: 10px;
margin-bottom: 10px;
@ -577,9 +582,8 @@ a:focus {
margin-bottom: 26px;
}
.config-license-field-element table td:first-child {
width: 150px;
font-weight: bold;
.config-license-field-element table {
margin-top: 20px;
}
.config-license-field-element .fa {
@ -594,6 +598,10 @@ a:focus {
color: #D64456;
}
.config-license-field-element li {
padding: 4px;
}
.co-checkbox {
position: relative;
}

View file

@ -36,6 +36,10 @@
margin-bottom: 16px;
}
.initial-setup-modal .config-license-field {
margin-top: 30px;
}
.initial-setup-modal .license-valid .fa {
margin-right: 6px;
}
@ -43,14 +47,3 @@
.initial-setup-modal .license-valid table {
margin-top: 40px;
}
.initial-setup-modal .license-valid table td {
border: 0px;
padding: 4px;
}
.initial-setup-modal .license-valid table td:first-child {
font-weight: bold;
max-width: 100px;
padding-right: 20px;
}