mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 00:11:44 +01:00
Updated lockscreen style
This commit is contained in:
14
dist/css/AdminLTE.css
vendored
14
dist/css/AdminLTE.css
vendored
@@ -2560,7 +2560,7 @@ table.text-center th {
|
||||
}
|
||||
/* We will put the dynamically generated digital clock here */
|
||||
.lockscreen-logo {
|
||||
font-size: 30px;
|
||||
font-size: 35px;
|
||||
text-align: center;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
@@ -2585,21 +2585,13 @@ table.text-center th {
|
||||
}
|
||||
/* Will contain the image and the sign in form */
|
||||
.lockscreen-item {
|
||||
border-radius: 4px;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
margin: 10px auto;
|
||||
margin: 10px auto 45px auto;
|
||||
width: 290px;
|
||||
}
|
||||
.lockscreen-item:before,
|
||||
.lockscreen-item:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.lockscreen-item:after {
|
||||
clear: both;
|
||||
}
|
||||
/* User image */
|
||||
.lockscreen-image {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user