fea56d35 by Jeff Balicki

ss

1 parent b9fe3f59
...@@ -225,6 +225,7 @@ label { ...@@ -225,6 +225,7 @@ label {
225 225
226 html { 226 html {
227 background-color: transparent !important; 227 background-color: transparent !important;
228 overflow: hidden;
228 } 229 }
229 230
230 231
...@@ -247,6 +248,7 @@ label { ...@@ -247,6 +248,7 @@ label {
247 -o-background-size: cover; 248 -o-background-size: cover;
248 background-size: cover; 249 background-size: cover;
249 background-color: #221d58; 250 background-color: #221d58;
251 overflow: hidden;
250 } 252 }
251 253
252 #login {} 254 #login {}
...@@ -306,7 +308,7 @@ label { ...@@ -306,7 +308,7 @@ label {
306 border: none; 308 border: none;
307 padding: 60px 100px 100px 240px; 309 padding: 60px 100px 100px 240px;
308 margin-left: -34%; 310 margin-left: -34%;
309 margin-top: 30%; 311 margin-top: 22%;
310 background: url(../images/login.png) 0px 0px no-repeat; 312 background: url(../images/login.png) 0px 0px no-repeat;
311 background-size: 672px 398px !important; 313 background-size: 672px 398px !important;
312 background-position: top; 314 background-position: top;
...@@ -331,4 +333,18 @@ label { ...@@ -331,4 +333,18 @@ label {
331 margin-left: -40%; 333 margin-left: -40%;
332 background-size: 872px 398px !important; 334 background-size: 872px 398px !important;
333 } 335 }
336
337 #login {
338 margin-left: -30%;
339 background: url(../images/logo-white-5.png) 120px 10px no-repeat !important;
340
341 }
342
343 .login #backtoblog a,
344 .login #backtoblog a:hover {
345 top: -10px;
346 left: unset;
347 right: 0;
348
349 }
334 } 350 }
...\ No newline at end of file ...\ No newline at end of file
......