PluginProbe
Bogo / 3.0.1
Bogo v3.0.1
3.9.3 trunk 1.0 1.1 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.6 2.6.1 2.7 2.8 2.8.1 2.9 3.0 3.0.1 All 52 releases
bogo / admin / includes / css / admin-rtl.css

admin-rtl.css in Bogo 3.0.1, at admin/includes/css/admin-rtl.css

51 lines 891 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Language Packs */
2
3 #bogo-languages-table tbody th {
4 width: 2em;
5 border-left: inherit;
6 border-right: 0;
7 padding-left: inherit;
8 padding-right: 16px;
9 }
10
11 #bogo-languages-table tbody tr.active th {
12 border-left: inherit;
13 border-right: 4px solid #00a0d2;
14 padding-left: inherit;
15 padding-right: 12px;
16 }
17
18 #bogo-languages-table tbody a.install,
19 #bogo-languages-table tbody a.activate {
20 margin-left: inherit;
21 margin-right: .4em;
22 }
23
24 /* Terms Translation */
25
26 #bogo-translation-table input.large-text {
27 padding-right: 0;
28 margin-right: 0;
29 }
30
31 #bogo-translation-table input.large-text:hover {
32 padding-right: 5px;
33 margin-right: 1px;
34 }
35
36 #bogo-translation-table input.large-text:focus {
37 padding-right: 5px;
38 margin-right: 1px;
39 }
40
41 /* Post */
42
43 ul#bogo-translations li {
44 margin-right: 1.4em;
45 }
46
47 #bogo-add-translation-actions span.spinner,
48 #bogo-add-translation-actions button {
49 float: right;
50 }
51