PluginProbe
Authorizer / 2.6.11
Authorizer v2.6.11
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 +19 -31 3.15.22.6.11 View file →
@@ -1,52 +1,40 @@
1 -#loginform .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 - line-height: 2;
4 - height: 50px;
5 - margin: 0 0 20px 0;
6 - padding-top: 7px;
7 7 text-align: center;
8 - width: 100%;
9 8 }
10 -#loginform .button-external .dashicons {
9 +.button.button-external .dashicons {
11 10 font-size: 32px;
12 - line-height: 1;
11 + margin-top: -2px;
13 12 }
14 -#loginform .button-external .label {
13 +.button.button-external .label {
15 14 padding-left: 20px;
16 15 }
17 16
18 -@media screen and (max-width: 782px) {
19 - #loginform .button-external {
20 - padding: 0 14px;
21 - line-height: 2.7143;
22 - min-height: 40px;
23 - }
24 - #loginform .button-external .dashicons {
25 - padding-top: 7px;
26 - }
27 -}
28 -
29 -#loginform .button-google {
17 +.button.button-google {
18 + height: 43px;
19 + margin-bottom: 16px;
20 + width: 270px;
30 21 background-color: #dd4b39;
31 22 border-bottom: 1px solid #bb3f30;
32 - 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);
33 25 -webkit-border-radius: 3px;
34 26 border-radius: 3px;
35 - -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20);
36 - box-shadow: 0 1px 0 rgba(0,0,0,0.10);
37 - height: 50px;
38 - margin-bottom: 20px;
27 + border-color: transparent;
39 28 text-shadow: none;
40 - width: 270px;
41 29 }
42 -#loginform .button-google:hover {
30 +.button.button-google:hover {
43 31 background-color: #e74b37;
44 - border-color: transparent;
45 32 -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
46 33 box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
34 + border-color: transparent;
47 35 }
48 -#loginform .button-google:active {
36 +.button.button-google:active {
49 37 background-color: #be3e2e;
50 38 -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
51 39 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
52 40 }
@@ -51,7 +39,7 @@
51 39 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
52 40 }
53 41
54 42 #auth-external-service-login h3 {
43 + text-align: center;
55 44 margin-bottom: 16px;
56 - text-align: center;
57 45 }