Updated lockscreen style

This commit is contained in:
Abdullah Almsaeed
2015-02-05 18:08:52 -05:00
parent 19c0faaca0
commit 2fd6632111
5 changed files with 35 additions and 39 deletions

14
dist/css/AdminLTE.css vendored
View File

@@ -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;