PluginProbe
Polylang / 0.5.1
Polylang v0.5.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
polylang / css / admin.css

admin.css in Polylang 0.5.1, at css/admin.css

29 lines 353 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #term-translations table {
2 width: 100%;
3 }
4
5 #term-translations th {
6 padding: 0px;
7 font-weight: bold;
8 text-align: left;
9 }
10
11 #term-translations td {
12 padding: 0px;
13 }
14
15 #term-translations select {
16 width: 15em;
17 }
18
19 #post-translations table {
20 width: 100%;
21 text-align: left;
22 font-size: 11px;
23 margin: 0 6px;
24 }
25
26 #post-translations td {
27 font-size: 11px;
28 }
29