new admin structure

This commit is contained in:
Josh Harvey 2017-05-09 00:37:38 +03:00
parent 7d82874916
commit c2282e61b4
17 changed files with 5768 additions and 1204 deletions

File diff suppressed because one or more lines are too long

View file

@ -366,14 +366,28 @@ p {
}
.lamassuAdminConfigTable .lamassuAdminBasicInputDisabled {
background-color: #fcfcfa;
height: 25px;
line-height: 25px;
font-size: 14px;
font-weight: 500;
color: #5f5f56;
text-align: center;
text-align: left;
padding: 0 1em;
cursor: default;
background: repeating-linear-gradient(45deg,#dfdfdc,#dfdfdc 2px,#e6e6e3 5px);
}
.lamassuAdminConfigTable .lamassuAdminBasicInputReadOnly {
height: 25px;
line-height: 25px;
font-size: 14px;
font-weight: 500;
color: #5f5f56;
text-align: left;
padding: 0 1em;
cursor: default;
background-color: #f6f6f4;
border: 2px solid #E6E6E3;
}
.lamassuAdminConfigTable td {