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 +12 -18 2.72.6 View file →
@@ -39,34 +39,28 @@
39 39 }
40 40
41 41 /* Bogo Tools */
42 42
43 -#translations th,
44 -#translations td {
45 - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
46 - padding: 10px;
43 +#translations tr.active th, #translations tr.active td {
44 + background-color: #f7fcfe;
47 45 }
48 46
47 +#translations tr.active th {
48 + border-left: 4px solid #00a0d2;
49 +}
50 +
49 51 #translations th {
50 52 width: 2em;
51 - border-left: 0;
52 - padding-left: 16px;
53 + border-left: 4px solid #fff;
53 54 }
54 55
55 -#translations tr.active th,
56 -#translations tr.active td {
57 - 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;
58 59 }
59 60
60 -#translations tr.active th {
61 - border-left: 4px solid #00a0d2;
62 - padding-left: 12px;
63 -}
64 -
65 -#translations tr:last-child td,
66 -#translations tr:last-child th {
67 - border-bottom: none;
68 - box-shadow: none;
61 +#translations td p {
62 + margin: 4px 0 8px;
69 63 }
70 64
71 65 #translations td strong {
72 66 font-size: 110%;