PluginProbe
Bogo / 2.6
Bogo v2.6
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 +34 -87 3.02.6 View file →
@@ -37,117 +37,64 @@
37 37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 38 width: 16px;
39 39 }
40 40
41 -/* Language Packs */
41 +/* Bogo Tools */
42 42
43 -#bogo-languages-table {
44 - margin-top: 20px;
43 +#translations tr.active th, #translations tr.active td {
44 + background-color: #f7fcfe;
45 45 }
46 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;
47 +#translations tr.active th {
48 + border-left: 4px solid #00a0d2;
51 49 }
52 50
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 {
51 +#translations th {
56 52 width: 2em;
57 - border-left: 0;
58 - padding-left: 16px;
53 + border-left: 4px solid #fff;
59 54 }
60 55
61 -#bogo-languages-table tbody tr.active th,
62 -#bogo-languages-table tbody tr.active td {
63 - background-color: #f7fcfe;
56 +#translations th, #translations td {
57 + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
58 + padding: 8px 10px 4px;
64 59 }
65 60
66 -#bogo-languages-table tbody tr.active td:first-child {
67 - border-left: 4px solid #00a0d2;
68 - padding-left: 12px;
61 +#translations td p {
62 + margin: 4px 0 8px;
69 63 }
70 64
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;
65 +#translations td strong {
66 + font-size: 110%;
75 67 }
76 68
77 -#bogo-languages-table tbody td strong {
78 - font-size: 14px;
79 - font-weight: 400;
69 +#translations a.install, #translations a.activate {
70 + border: 1px solid #0074a2;
71 + background: #d4eefe;
72 + border-radius: 4px;
73 + padding: 0 4px;
74 + text-decoration: none;
75 + font-size: 90%;
76 + margin-left: .4em;
80 77 }
81 78
82 -#bogo-languages-table tbody tr.active td strong {
83 - font-weight: 600;
79 +#translations a.install:active, #translations a.install:hover,
80 +#translations a.activate:active, #translations a.activate:hover {
81 + border: 1px solid #2ea2cc;
84 82 }
85 83
86 -#bogo-languages-table tbody div.status {
84 +#translations div.status {
85 + color: #ddd;
86 +}
87 +
88 +#translations div.status span.status {
87 89 color: #555;
88 90 }
89 91
90 -#bogo-languages-table tbody div.row-actions a.delete,
91 -#bogo-languages-table tbody div.row-actions a.deactivate {
92 +#translations div.status a.delete,
93 +#translations div.status a.deactivate {
92 94 color: #a00;
93 95 }
94 96
95 -#bogo-languages-table tbody div.row-actions a.delete:hover,
96 -#bogo-languages-table tbody div.row-actions a.deactivate:hover {
97 +#translations div.status a.delete:hover,
98 +#translations div.status a.deactivate:hover {
97 99 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 100 }