| @@ -1,50 +1,39 @@ | ||
| 1 | -.login .button-external { | |
| 1 | +.button.button-external { | |
| 2 | + width: 100%; | |
| 3 | + margin: 0 0 20px 0; | |
| 4 | + height: 44px; | |
| 5 | + padding-top: 8px; | |
| 2 | 6 | font-size: 18px; |
| 3 | - height: 50px; | |
| 4 | - margin: 0 0 20px 0; | |
| 5 | - padding-top: 7px; | |
| 6 | 7 | text-align: center; |
| 7 | - width: 100%; | |
| 8 | 8 | } |
| 9 | -.login .button-external .dashicons { | |
| 9 | +.button.button-external .dashicons { | |
| 10 | 10 | font-size: 32px; |
| 11 | + margin-top: -2px; | |
| 11 | 12 | } |
| 12 | -.login .button-external .label { | |
| 13 | +.button.button-external .label { | |
| 13 | 14 | padding-left: 20px; |
| 14 | 15 | } |
| 15 | 16 | |
| 16 | -@media screen and (max-width: 782px) { | |
| 17 | - .login .button-external { | |
| 18 | - padding: 0 14px; | |
| 19 | - line-height: 2.7143; | |
| 20 | - min-height: 40px; | |
| 21 | - } | |
| 22 | - .login .button-external .dashicons { | |
| 23 | - padding-top: 7px; | |
| 24 | - } | |
| 25 | -} | |
| 26 | - | |
| 27 | -.login .button-google { | |
| 17 | +.button.button-google { | |
| 18 | + height: 43px; | |
| 19 | + margin-bottom: 16px; | |
| 20 | + width: 270px; | |
| 28 | 21 | background-color: #dd4b39; |
| 29 | 22 | border-bottom: 1px solid #bb3f30; |
| 30 | - border-color: transparent; | |
| 23 | + -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.10); | |
| 24 | + box-shadow: 0 1px 0 rgba(0,0,0,0.10); | |
| 31 | 25 | -webkit-border-radius: 3px; |
| 32 | 26 | border-radius: 3px; |
| 33 | - -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20); | |
| 34 | - box-shadow: 0 1px 0 rgba(0,0,0,0.10); | |
| 35 | - height: 50px; | |
| 36 | - margin-bottom: 20px; | |
| 37 | - text-shadow: none; | |
| 38 | - width: 270px; | |
| 27 | + border-color: transparent; | |
| 39 | 28 | } |
| 40 | -.login .button-google:hover { | |
| 29 | +.button.button-google:hover { | |
| 41 | 30 | background-color: #e74b37; |
| 42 | - border-color: transparent; | |
| 43 | 31 | -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20); |
| 44 | 32 | box-shadow: inset 0 -2px 0 rgba(0,0,0,.20); |
| 33 | + border-color: transparent; | |
| 45 | 34 | } |
| 46 | -.login .button-google:active { | |
| 35 | +.button.button-google:active { | |
| 47 | 36 | background-color: #be3e2e; |
| 48 | 37 | -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20); |
| 49 | 38 | box-shadow: inset 0 2px 0 rgba(0,0,0,.20); |
| 50 | 39 | } |
| @@ -49,7 +38,24 @@ | ||
| 49 | 38 | box-shadow: inset 0 2px 0 rgba(0,0,0,.20); |
| 50 | 39 | } |
| 51 | 40 | |
| 52 | 41 | #auth-external-service-login h3 { |
| 42 | + text-align: center; | |
| 53 | 43 | margin-bottom: 16px; |
| 54 | - text-align: center; | |
| 55 | 44 | } |
| 45 | + | |
| 46 | +#signin_overlay { | |
| 47 | + position: absolute; | |
| 48 | + width: 100%; | |
| 49 | + top: 0; | |
| 50 | +} | |
| 51 | +#signin_overlay .spinner { | |
| 52 | + background: url(../../../../../wp-admin/images/spinner.gif) no-repeat; | |
| 53 | + -webkit-background-size: 20px 20px; | |
| 54 | + background-size: 20px 20px; | |
| 55 | + opacity: .7; | |
| 56 | + filter: alpha(opacity=70); | |
| 57 | + width: 20px; | |
| 58 | + height: 20px; | |
| 59 | + margin: 340px 0 0 49%; | |
| 60 | + display: block; | |
| 61 | +} | |