Use image for login screen logo
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user