PluginProbe
Bogo / 3.8
Bogo v3.8
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.css

admin.css in Bogo 3.8, at admin/includes/css/admin.css

145 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 fieldset.bogo-locale-options {
2 margin: 0px 12px 10px 0;
3 padding: 4px 4px 8px 8px;
4 border: 1px solid #dfdfdf;
5 }
6
7 #your-profile fieldset.bogo-locale-options {
8 margin: 0;
9 padding: 4px 0 0;
10 border: none;
11 }
12
13 .widget-content fieldset.bogo-locale-options {
14 margin-right: 0;
15 }
16
17 fieldset.bogo-locale-options legend {
18 font-style: italic;
19 color: #666666;
20 }
21
22 fieldset.bogo-locale-options label.bogo-locale-option {
23 display: inline-block;
24 white-space: nowrap;
25 margin: 6px 0.4em 0 0;
26 border: 1px solid #a7a7a7;
27 border-radius: 4px;
28 padding: 1px 4px 1px 2px;
29 background: #f1f1f1;
30 }
31
32 fieldset.bogo-locale-options label.bogo-locale-option.checked {
33 border: 1px solid #0074a2;
34 background: #d4eefe;
35 }
36
37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 width: 16px;
39 }
40
41 /* Language Packs */
42
43 #bogo-language-packs td {
44 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
45 padding: 10px;
46 }
47
48 #bogo-language-packs td:first-child {
49 border-left: 0;
50 padding-left: 16px;
51 }
52
53 #bogo-language-packs tr.active td {
54 background-color: #f7fcfe;
55 }
56
57 #bogo-language-packs tr.active td:first-child {
58 border-left: 4px solid #00a0d2;
59 padding-left: 12px;
60 }
61
62 #bogo-language-packs td.status ul {
63 margin: 0;
64 }
65
66 #bogo-language-packs td.status li.post-count,
67 #bogo-language-packs td.status li.page-count {
68 float: left;
69 margin: 6px 16px 0 0;
70 }
71
72 #bogo-language-packs td.status li.post-count a::before,
73 #bogo-language-packs td.status li.page-count a::before {
74 font: normal 20px/1 dashicons;
75 color: #82878c;
76 content: '\f159';
77 display: inline-block;
78 vertical-align: top;
79 padding-right: 4px;
80 text-decoration: none;
81 }
82
83 #bogo-language-packs td.status li.post-count a::before {
84 content: '\f109';
85 }
86
87 #bogo-language-packs td.status li.page-count a::before {
88 content: '\f105';
89 }
90
91 /* Terms Translation */
92
93 #bogo-terms-translation .large-text {
94 background: transparent;
95 color: #555;
96 font-size: 13px;
97 border: none;
98 box-shadow: none;
99 padding-left: 0;
100 margin-left: 0;
101 }
102
103 #bogo-terms-translation .large-text:hover {
104 background: #fff;
105 color: #32373c;
106 font-size: 14px;
107 border: 1px solid #ddd;
108 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
109 padding-left: 5px;
110 margin-left: 1px;
111 }
112
113 #bogo-terms-translation .large-text:focus {
114 background: #fff;
115 color: #32373c;
116 font-size: 14px;
117 border: 1px solid #5b9dd9;
118 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
119 padding-left: 5px;
120 margin-left: 1px;
121 }
122
123 /* Post */
124
125 ul#bogo-translations li {
126 list-style-type: disc;
127 margin-left: 1.4em;
128 }
129
130 #bogo-translations-to-add {
131 width: 100%;
132 }
133
134 #bogo-add-translation-actions span.spinner,
135 #bogo-add-translation-actions button {
136 float: left;
137 }
138
139 /* Admin Bar */
140
141 #wpadminbar #wp-admin-bar-bogo-user-locale .ab-icon::before {
142 content: "\f326";
143 top: 2px;
144 }
145