PluginProbe
Bogo / 2.4
Bogo v2.4
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
← All changes | admin/includes/css/admin.css +11 -111 3.02.4 View file →
@@ -37,117 +37,17 @@
37 37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 38 width: 16px;
39 39 }
40 40
41 -/* Language Packs */
42 -
43 -#bogo-languages-table {
44 - margin-top: 20px;
41 +#translations a.install {
42 + border: 1px solid #0074a2;
43 + background: #d4eefe;
44 + border-radius: 4px;
45 + padding: 0 4px;
46 + text-decoration: none;
47 + font-size: 90%;
48 + margin-left: .4em;
45 49 }
46 50
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 -}
51 +#translations a.install:active, #translations a.install:hover {
52 + border: 1px solid #2ea2cc;
53 +}