PluginProbe
Authorizer / 2.6.20
Authorizer v2.6.20
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
← All changes | css/authorizer-login.css +18 -17 2.9.102.6.20 View file →
@@ -1,39 +1,40 @@
1 -.login .button-external {
2 - font-size: 18px;
3 - height: 50px;
1 +.button.button-external {
2 + width: 100%;
4 3 margin: 0 0 20px 0;
4 + height: 44px;
5 5 padding-top: 8px;
6 + font-size: 18px;
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 -.login .button-google {
17 +.button.button-google {
18 + height: 43px;
19 + margin-bottom: 16px;
20 + width: 270px;
17 21 background-color: #dd4b39;
18 22 border-bottom: 1px solid #bb3f30;
19 - border-color: transparent;
23 + -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20);
24 + box-shadow: 0 1px 0 rgba(0,0,0,0.10);
20 25 -webkit-border-radius: 3px;
21 26 border-radius: 3px;
22 - -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20);
23 - box-shadow: 0 1px 0 rgba(0,0,0,0.10);
24 - height: 50px;
25 - margin-bottom: 20px;
27 + border-color: transparent;
26 28 text-shadow: none;
27 - width: 270px;
28 29 }
29 -.login .button-google:hover {
30 +.button.button-google:hover {
30 31 background-color: #e74b37;
31 - border-color: transparent;
32 32 -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
33 33 box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
34 + border-color: transparent;
34 35 }
35 -.login .button-google:active {
36 +.button.button-google:active {
36 37 background-color: #be3e2e;
37 38 -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
38 39 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
39 40 }
@@ -38,7 +39,7 @@
38 39 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
39 40 }
40 41
41 42 #auth-external-service-login h3 {
43 + text-align: center;
42 44 margin-bottom: 16px;
43 - text-align: center;
44 45 }