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