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 -47 2.82.6 View file →
@@ -39,42 +39,35 @@
39 39 }
40 40
41 41 /* Bogo Tools */
42 42
43 -#bogo-languages-table tbody th,
44 -#bogo-languages-table tbody 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
49 -#bogo-languages-table tbody th {
50 - width: 2em;
51 - border-left: 0;
52 - padding-left: 16px;
47 +#translations tr.active th {
48 + border-left: 4px solid #00a0d2;
53 49 }
54 50
55 -#bogo-languages-table tbody tr.active th,
56 -#bogo-languages-table tbody tr.active td {
57 - background-color: #f7fcfe;
51 +#translations th {
52 + width: 2em;
53 + border-left: 4px solid #fff;
58 54 }
59 55
60 -#bogo-languages-table tbody tr.active th {
61 - border-left: 4px solid #00a0d2;
62 - padding-left: 12px;
56 +#translations th, #translations td {
57 + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
58 + padding: 8px 10px 4px;
63 59 }
64 60
65 -#bogo-languages-table tbody tr:last-child td,
66 -#bogo-languages-table tbody 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 -#bogo-languages-table tbody td strong {
65 +#translations td strong {
72 66 font-size: 110%;
73 67 }
74 68
75 -#bogo-languages-table tbody a.install,
76 -#bogo-languages-table tbody a.activate {
69 +#translations a.install, #translations a.activate {
77 70 border: 1px solid #0074a2;
78 71 background: #d4eefe;
79 72 border-radius: 4px;
80 73 padding: 0 4px;
@@ -82,44 +75,26 @@
82 75 font-size: 90%;
83 76 margin-left: .4em;
84 77 }
85 78
86 -#bogo-languages-table tbody a.install:active,
87 -#bogo-languages-table tbody a.install:hover,
88 -#bogo-languages-table tbody a.activate:active,
89 -#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 {
90 81 border: 1px solid #2ea2cc;
91 82 }
92 83
93 -#bogo-languages-table tbody div.status {
84 +#translations div.status {
94 85 color: #ddd;
95 86 }
96 87
97 -#bogo-languages-table tbody div.status span.status {
88 +#translations div.status span.status {
98 89 color: #555;
99 90 }
100 91
101 -#bogo-languages-table tbody div.status a.delete,
102 -#bogo-languages-table tbody div.status a.deactivate {
92 +#translations div.status a.delete,
93 +#translations div.status a.deactivate {
103 94 color: #a00;
104 95 }
105 96
106 -#bogo-languages-table tbody div.status a.delete:hover,
107 -#bogo-languages-table tbody div.status a.deactivate:hover {
97 +#translations div.status a.delete:hover,
98 +#translations div.status a.deactivate:hover {
108 99 color: #f00;
109 -}
110 -
111 -/* Post */
112 -
113 -ul#bogo-translations li {
114 - list-style-type: disc;
115 - margin-left: 1.4em;
116 -}
117 -
118 -#bogo-translations-to-add {
119 - width: 100%;
120 -}
121 -
122 -#bogo-add-translation-actions span.spinner,
123 -#bogo-add-translation-actions button {
124 - float: left;
125 100 }