Upload All
This commit is contained in:
28
public/css/login_extended.css
Normal file
28
public/css/login_extended.css
Normal file
@ -0,0 +1,28 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url("../images/Abstract_4.png") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
form.form-signin {
|
||||
margin: 20px auto 20px auto;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
div.signInOptions { position: relative; }
|
||||
div.inlineCheckbox { display: inline-block; }
|
||||
a.forgetPassword { position: absolute; right: 0; margin: 10px 0 10px 0; }
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
left: 0; right: 0;
|
||||
bottom: 0;
|
||||
}
|
Reference in New Issue
Block a user