dd
Showing
3 changed files
with
3 additions
and
4 deletions
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| 4 | width: 100%; | 4 | width: 100%; |
| 5 | padding: 8% 0 0; | 5 | padding: 8% 0 0; |
| 6 | margin: auto; | 6 | margin: auto; |
| 7 | background-size: 132px 72px !important; | ||
| 7 | 8 | ||
| 8 | } | 9 | } |
| 9 | 10 | ||
| ... | @@ -59,10 +60,8 @@ body.login { | ... | @@ -59,10 +60,8 @@ body.login { |
| 59 | margin-left: 30%; | 60 | margin-left: 30%; |
| 60 | margin-top: 8%; | 61 | margin-top: 8%; |
| 61 | background: url(../images/login.png) 0px 0px no-repeat !important; | 62 | background: url(../images/login.png) 0px 0px no-repeat !important; |
| 62 | -webkit-background-size: cover; | 63 | background-size: 672px 398px !important; |
| 63 | -moz-background-size: cover; | 64 | background-position: top; |
| 64 | -o-background-size: cover; | ||
| 65 | background-size: cover; | ||
| 66 | } | 65 | } |
| 67 | 66 | ||
| 68 | form {} | 67 | form {} | ... | ... |
-
Please register or sign in to post a comment