mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Accordion for login methods on login page
This commit is contained in:
parent
5c7a3a12e9
commit
b65e6a39a0
3 changed files with 79 additions and 43 deletions
|
@ -3489,6 +3489,11 @@ a.no-highlight:hover {
|
|||
margin: 0 auto 50px auto;
|
||||
text-align: center;
|
||||
}
|
||||
.login-container .login-method-header {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.login-container .form-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@ -3509,8 +3514,9 @@ a.no-highlight:hover {
|
|||
text-shadow: 0 -1px 1px rgba(0,0,0,.4),0 0 15px rgba(0,0,0,.2);
|
||||
}
|
||||
.login-container .remember-group {
|
||||
float: left;
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
margin-top: 7.5px;
|
||||
}
|
||||
.login-container .remember-group .control-label {
|
||||
display: inline;
|
||||
|
@ -3534,6 +3540,9 @@ a.no-highlight:hover {
|
|||
.login-button-plex {
|
||||
text-align: center;
|
||||
}
|
||||
.login-button-plex .remember-group {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.login-button-plex button#sign-in-plex {
|
||||
float: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue