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 +22 -58 2.92.6 View file →
@@ -37,48 +37,37 @@
37 37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 38 width: 16px;
39 39 }
40 40
41 -/* Available Languages */
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 tbody th {
51 +#translations th {
54 52 width: 2em;
55 - border-left: 0;
56 - padding-left: 16px;
53 + border-left: 4px solid #fff;
57 54 }
58 55
59 -#bogo-languages-table tbody tr.active th,
60 -#bogo-languages-table tbody tr.active td {
61 - 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;
62 59 }
63 60
64 -#bogo-languages-table tbody tr.active th {
65 - border-left: 4px solid #00a0d2;
66 - padding-left: 12px;
61 +#translations td p {
62 + margin: 4px 0 8px;
67 63 }
68 64
69 -#bogo-languages-table tbody tr:last-child td,
70 -#bogo-languages-table tbody tr:last-child th {
71 - border-bottom: none;
72 - box-shadow: none;
73 -}
74 -
75 -#bogo-languages-table tbody td strong {
65 +#translations td strong {
76 66 font-size: 110%;
77 67 }
78 68
79 -#bogo-languages-table tbody a.install,
80 -#bogo-languages-table tbody a.activate {
69 +#translations a.install, #translations a.activate {
81 70 border: 1px solid #0074a2;
82 71 background: #d4eefe;
83 72 border-radius: 4px;
84 73 padding: 0 4px;
@@ -86,51 +75,26 @@
86 75 font-size: 90%;
87 76 margin-left: .4em;
88 77 }
89 78
90 -#bogo-languages-table tbody a.install:active,
91 -#bogo-languages-table tbody a.install:hover,
92 -#bogo-languages-table tbody a.activate:active,
93 -#bogo-languages-table tbody a.activate:hover {
79 +#translations a.install:active, #translations a.install:hover,
80 +#translations a.activate:active, #translations a.activate:hover {
94 81 border: 1px solid #2ea2cc;
95 82 }
96 83
97 -#bogo-languages-table tbody div.status {
84 +#translations div.status {
98 85 color: #ddd;
99 86 }
100 87
101 -#bogo-languages-table tbody div.status span.status {
88 +#translations div.status span.status {
102 89 color: #555;
103 90 }
104 91
105 -#bogo-languages-table tbody div.status a.delete,
106 -#bogo-languages-table tbody div.status a.deactivate {
92 +#translations div.status a.delete,
93 +#translations div.status a.deactivate {
107 94 color: #a00;
108 95 }
109 96
110 -#bogo-languages-table tbody div.status a.delete:hover,
111 -#bogo-languages-table tbody div.status a.deactivate:hover {
97 +#translations div.status a.delete:hover,
98 +#translations div.status a.deactivate:hover {
112 99 color: #f00;
113 -}
114 -
115 -/* Post */
116 -
117 -ul#bogo-translations li {
118 - list-style-type: disc;
119 - margin-left: 1.4em;
120 -}
121 -
122 -#bogo-translations-to-add {
123 - width: 100%;
124 -}
125 -
126 -#bogo-add-translation-actions span.spinner,
127 -#bogo-add-translation-actions button {
128 - float: left;
129 -}
130 -
131 -/* Admin Bar */
132 -
133 -#wpadminbar #wp-admin-bar-bogo-user-locale .ab-icon::before {
134 - content: "\f326";
135 - top: 2px;
136 100 }