mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Use image for login screen logo
This commit is contained in:
parent
3c76ead1ab
commit
5689dfd3e3
2 changed files with 3 additions and 4 deletions
|
@ -2876,9 +2876,6 @@ a.no-highlight:hover {
|
|||
margin: 0 auto;
|
||||
}
|
||||
.login-logo {
|
||||
background-image: url(../images/logo-plexpy@2x.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0 auto 50px auto;
|
||||
width: 340px;
|
||||
height: 100px;
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="login-container">
|
||||
<div class="login-logo"></div>
|
||||
<div class="login-logo">
|
||||
<img alt="PlexPy" src="${http_root}images/logo-plexpy@2x.png">
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-offset-3">
|
||||
<form action="${http_root}auth/login" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue