ee
Showing
4 changed files
with
11 additions
and
2 deletions
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | ||
| 11 | body.login { | 11 | body.login { |
| 12 | 12 | ||
| 13 | background: url(../images/login-background.jpg) no-repeat 0px bottom fixed; | 13 | background: url(../images/LogIn@15x.png) no-repeat 0px bottom fixed; |
| 14 | -webkit-background-size: cover; | 14 | -webkit-background-size: cover; |
| 15 | -moz-background-size: cover; | 15 | -moz-background-size: cover; |
| 16 | -o-background-size: cover; | 16 | -o-background-size: cover; |
| ... | @@ -19,6 +19,8 @@ body.login { | ... | @@ -19,6 +19,8 @@ body.login { |
| 19 | 19 | ||
| 20 | #login {} | 20 | #login {} |
| 21 | 21 | ||
| 22 | |||
| 23 | |||
| 22 | .login #nav { | 24 | .login #nav { |
| 23 | width: 35%; | 25 | width: 35%; |
| 24 | display: block; | 26 | display: block; |
| ... | @@ -28,6 +30,7 @@ body.login { | ... | @@ -28,6 +30,7 @@ body.login { |
| 28 | padding: 0px 100px 100px 240px; | 30 | padding: 0px 100px 100px 240px; |
| 29 | margin-left: 30%; | 31 | margin-left: 30%; |
| 30 | 32 | ||
| 33 | |||
| 31 | } | 34 | } |
| 32 | 35 | ||
| 33 | .login #nav a { | 36 | .login #nav a { |
| ... | @@ -35,6 +38,8 @@ body.login { | ... | @@ -35,6 +38,8 @@ body.login { |
| 35 | text-transform: uppercase; | 38 | text-transform: uppercase; |
| 36 | background-color: transparent; | 39 | background-color: transparent; |
| 37 | margin-left: 50px !important; | 40 | margin-left: 50px !important; |
| 41 | |||
| 42 | text-decoration: underline; | ||
| 38 | } | 43 | } |
| 39 | 44 | ||
| 40 | #login h1 { | 45 | #login h1 { |
| ... | @@ -59,11 +64,15 @@ body.login { | ... | @@ -59,11 +64,15 @@ body.login { |
| 59 | padding: 60px 100px 100px 240px; | 64 | padding: 60px 100px 100px 240px; |
| 60 | margin-left: 30%; | 65 | margin-left: 30%; |
| 61 | margin-top: 8%; | 66 | margin-top: 8%; |
| 62 | background: url(../images/login.png) 0px 0px no-repeat !important; | 67 | background: url(../images/login.png) 0px 0px no-repeat; |
| 63 | background-size: 672px 398px !important; | 68 | background-size: 672px 398px !important; |
| 64 | background-position: top; | 69 | background-position: top; |
| 65 | } | 70 | } |
| 66 | 71 | ||
| 72 | #lostpasswordform { | ||
| 73 | background: url(../images/reset.png) 0px 0px no-repeat !important; | ||
| 74 | } | ||
| 75 | |||
| 67 | form {} | 76 | form {} |
| 68 | 77 | ||
| 69 | form { | 78 | form { | ... | ... |
com/Branding/images/.DS_Store
0 → 100644
No preview for this file type
com/Branding/images/LogIn@15x.png
0 → 100644
24.9 KB
com/Branding/images/reset.png
0 → 100644
161 KB
-
Please register or sign in to post a comment