PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 2.4
Translate WordPress – Google Language Translator v2.4
trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 5.0 5.0.0 5.0.01 5.0.02 5.0.03 5.0.04 5.0.05 5.0.06 5.0.07 5.0.08 5.0.09 5.0.10 5.0.11 5.0.12 5.0.13 5.0.14 5.0.15 5.0.16 5.0.17 5.0.18 5.0.19 5.0.20 5.0.21 5.0.22 5.0.23 5.0.24 5.0.25 5.0.26 5.0.27 5.0.28 5.0.29 5.0.30 5.0.31 5.0.32 5.0.33 5.0.34 5.0.35 5.0.36 5.0.37 5.0.38 5.0.39 5.0.40 5.0.41 5.0.42 5.0.43 5.0.44 5.0.45 5.0.46 5.0.47 5.0.48 5.0.49 6.0.0 6.0.1 6.0.10 6.0.11 6.0.12 6.0.13 6.0.14 6.0.15 6.0.16 6.0.19 6.0.2 6.0.20 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9
google-language-translator / css / style.css
google-language-translator / css Last commit date
style.css 12 years ago
style.css
37 lines
1 select.goog-te-combo {
2 width:143px !important;
3 box-shadow:none !important;
4 -moz-box-shadow:none !important;
5 -webkit-box-shadow:none !important;
6 padding:3px !important;
7 height:auto !important;
8 border:1px solid lightgray !important;
9 border-radius:0px !important;
10 -webkit-border-radius:0px;
11 -moz-border-radius:0px !important;
12 }
13
14 select.goog-te-combo:focus {
15 box-shadow:none !important;
16 -moz-box-shadow:none !important;
17 -webkit-box-shadow:none !important;
18 }
19
20 .metabox-holder {
21 width:65%;
22 float:left;
23 }
24
25 .metabox-holder h2 {
26 margin-bottom:18px;
27 }
28
29 .submit {
30 padding:0px;
31 }
32
33 .form-table th {
34 width:50%;
35 }
36
37