Minor UI fix and better logging when license cannot be found
This commit is contained in:
parent
0c4dc717b0
commit
80707d71d0
2 changed files with 9 additions and 1 deletions
|
@ -1390,6 +1390,10 @@ i.toggle-icon:hover {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.jumbotron .disclaimer-link {
|
||||
font-size: .3em;
|
||||
vertical-align: 23px;
|
||||
|
@ -1444,6 +1448,10 @@ i.toggle-icon:hover {
|
|||
background-size: auto, 100% 100%;
|
||||
}
|
||||
|
||||
.landing-page.signedin .landing-background {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.landing-filter {
|
||||
z-index: 0;
|
||||
|
||||
|
|
Reference in a new issue