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.css

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

154 lines 2.9 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-languages-table {
44 margin-top: 20px;
45 }
46
47 #bogo-languages-table tbody th,
48 #bogo-languages-table tbody td {
49 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
50 padding: 10px;
51 }
52
53 #bogo-languages-table thead tr th:first-child,
54 #bogo-languages-table tfoot tr th:first-child,
55 #bogo-languages-table tbody tr td:first-child {
56 width: 2em;
57 border-left: 0;
58 padding-left: 16px;
59 }
60
61 #bogo-languages-table tbody tr.active th,
62 #bogo-languages-table tbody tr.active td {
63 background-color: #f7fcfe;
64 }
65
66 #bogo-languages-table tbody tr.active td:first-child {
67 border-left: 4px solid #00a0d2;
68 padding-left: 12px;
69 }
70
71 #bogo-languages-table tbody tr:last-child td,
72 #bogo-languages-table tbody tr:last-child th {
73 border-bottom: none;
74 box-shadow: none;
75 }
76
77 #bogo-languages-table tbody td strong {
78 font-size: 14px;
79 font-weight: 400;
80 }
81
82 #bogo-languages-table tbody tr.active td strong {
83 font-weight: 600;
84 }
85
86 #bogo-languages-table tbody div.status {
87 color: #555;
88 }
89
90 #bogo-languages-table tbody div.row-actions a.delete,
91 #bogo-languages-table tbody div.row-actions a.deactivate {
92 color: #a00;
93 }
94
95 #bogo-languages-table tbody div.row-actions a.delete:hover,
96 #bogo-languages-table tbody div.row-actions a.deactivate:hover {
97 color: #f00;
98 }
99
100 /* Terms Translation */
101
102 #bogo-translation-table input.large-text {
103 background: transparent;
104 color: #555;
105 font-size: 13px;
106 border: none;
107 box-shadow: none;
108 padding-left: 0;
109 margin-left: 0;
110 }
111
112 #bogo-translation-table input.large-text:hover {
113 background: #fff;
114 color: #32373c;
115 font-size: 14px;
116 border: 1px solid #ddd;
117 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
118 padding-left: 5px;
119 margin-left: 1px;
120 }
121
122 #bogo-translation-table input.large-text:focus {
123 background: #fff;
124 color: #32373c;
125 font-size: 14px;
126 border: 1px solid #5b9dd9;
127 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
128 padding-left: 5px;
129 margin-left: 1px;
130 }
131
132 /* Post */
133
134 ul#bogo-translations li {
135 list-style-type: disc;
136 margin-left: 1.4em;
137 }
138
139 #bogo-translations-to-add {
140 width: 100%;
141 }
142
143 #bogo-add-translation-actions span.spinner,
144 #bogo-add-translation-actions button {
145 float: left;
146 }
147
148 /* Admin Bar */
149
150 #wpadminbar #wp-admin-bar-bogo-user-locale .ab-icon::before {
151 content: "\f326";
152 top: 2px;
153 }
154