12209ca3 by Jeff Balicki

ee

1 parent 74d0cb72
...@@ -77,6 +77,7 @@ body.login { ...@@ -77,6 +77,7 @@ body.login {
77 77
78 78
79 79
80
80 #lostpasswordform { 81 #lostpasswordform {
81 background: url(../images/reset.png) 0px 0px no-repeat !important; 82 background: url(../images/reset.png) 0px 0px no-repeat !important;
82 } 83 }
...@@ -99,14 +100,7 @@ form { ...@@ -99,14 +100,7 @@ form {
99 100
100 } 101 }
101 102
102 @media only screen and (max-width: 768px) { 103
103 .message {
104 position: relative;
105 top: 80px;
106 left: 34%;
107 width: 85vw;
108 }
109 }
110 104
111 .updated, 105 .updated,
112 .login .message { 106 .login .message {
...@@ -262,7 +256,7 @@ label { ...@@ -262,7 +256,7 @@ label {
262 padding: 8% 0 0; 256 padding: 8% 0 0;
263 margin: auto; 257 margin: auto;
264 background-size: 132px 72px !important; 258 background-size: 132px 72px !important;
265 margin-left: -12%; 259
266 260
267 } 261 }
268 262
...@@ -351,21 +345,55 @@ label { ...@@ -351,21 +345,55 @@ label {
351 345
352 } 346 }
353 347
354 @media (max-width: 400px) { 348 @media (max-width: 420px) {
355 #login form { 349 #login form {
356 width: 140%; 350 width: 140%;
357 margin-left: -40%; 351 margin-left: -55%;
358 background-size: 872px 398px !important; 352 background-size: 872px 398px !important;
359 } 353 }
360 354
361 #login { 355 #login {
362 margin-left: -30%; 356
363 background: url(../images/logo-white-5.png) 120px 20px no-repeat !important; 357 background: url(../images/logo-white-5.png) 10px 20px no-repeat !important;
358 background-size: 100px 55px !important;
359 }
360
361 .login #nav {
362 margin-left: -55%;
363
364 }
365
366 #backtoblog {
367 top: -10px;
368 left: unset;
369 right: 0;
370
371 }
372
373 #login_error,
374 .message {
375 position: relative;
376 top: 75px;
377 width: 89vw;
378 }
379 }
380
381 @media (max-width: 380px) {
382 #login form {
383 width: 140%;
384 margin-left: -65%;
385 background-size: 872px 398px !important;
386 }
387
388 #login {
389
390 background: url(../images/logo-white-5.png) 10px 20px no-repeat !important;
364 background-size: 100px 55px !important; 391 background-size: 100px 55px !important;
365 } 392 }
366 393
367 .login #nav { 394 .login #nav {
368 margin-left: -70px; 395 margin-left: -65%;
396
369 } 397 }
370 398
371 #backtoblog { 399 #backtoblog {
...@@ -374,4 +402,13 @@ label { ...@@ -374,4 +402,13 @@ label {
374 right: 0; 402 right: 0;
375 403
376 } 404 }
405
406 #login_error,
407 .message {
408 position: relative;
409 top: 70px;
410 width: 88vw;
411 }
412
413
377 } 414 }
...\ No newline at end of file ...\ No newline at end of file
......