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