PluginProbe
Bogo / 2.9
Bogo v2.9
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 +27 -44 3.02.9 View file →
@@ -37,9 +37,9 @@
37 37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 38 width: 16px;
39 39 }
40 40
41 -/* Language Packs */
41 +/* Available Languages */
42 42
43 43 #bogo-languages-table {
44 44 margin-top: 20px;
45 45 }
@@ -49,11 +49,9 @@
49 49 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
50 50 padding: 10px;
51 51 }
52 52
53 -#bogo-languages-table thead tr th:first-child,
54 -#bogo-languages-table tfoot tr th:first-child,
55 -#bogo-languages-table tbody tr td:first-child {
53 +#bogo-languages-table tbody th {
56 54 width: 2em;
57 55 border-left: 0;
58 56 padding-left: 16px;
59 57 }
@@ -62,9 +60,9 @@
62 60 #bogo-languages-table tbody tr.active td {
63 61 background-color: #f7fcfe;
64 62 }
65 63
66 -#bogo-languages-table tbody tr.active td:first-child {
64 +#bogo-languages-table tbody tr.active th {
67 65 border-left: 4px solid #00a0d2;
68 66 padding-left: 12px;
69 67 }
70 68
@@ -74,60 +72,45 @@
74 72 box-shadow: none;
75 73 }
76 74
77 75 #bogo-languages-table tbody td strong {
78 - font-size: 14px;
79 - font-weight: 400;
76 + font-size: 110%;
80 77 }
81 78
82 -#bogo-languages-table tbody tr.active td strong {
83 - font-weight: 600;
79 +#bogo-languages-table tbody a.install,
80 +#bogo-languages-table tbody a.activate {
81 + border: 1px solid #0074a2;
82 + background: #d4eefe;
83 + border-radius: 4px;
84 + padding: 0 4px;
85 + text-decoration: none;
86 + font-size: 90%;
87 + margin-left: .4em;
84 88 }
85 89
86 -#bogo-languages-table tbody div.status {
87 - color: #555;
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 {
94 + border: 1px solid #2ea2cc;
88 95 }
89 96
90 -#bogo-languages-table tbody div.row-actions a.delete,
91 -#bogo-languages-table tbody div.row-actions a.deactivate {
92 - color: #a00;
97 +#bogo-languages-table tbody div.status {
98 + color: #ddd;
93 99 }
94 100
95 -#bogo-languages-table tbody div.row-actions a.delete:hover,
96 -#bogo-languages-table tbody div.row-actions a.deactivate:hover {
97 - color: #f00;
98 -}
99 -
100 -/* Terms Translation */
101 -
102 -#bogo-translation-table input.large-text {
103 - background: transparent;
101 +#bogo-languages-table tbody div.status span.status {
104 102 color: #555;
105 - font-size: 13px;
106 - border: none;
107 - box-shadow: none;
108 - padding-left: 0;
109 - margin-left: 0;
110 103 }
111 104
112 -#bogo-translation-table input.large-text:hover {
113 - background: #fff;
114 - color: #32373c;
115 - font-size: 14px;
116 - border: 1px solid #ddd;
117 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
118 - padding-left: 5px;
119 - margin-left: 1px;
105 +#bogo-languages-table tbody div.status a.delete,
106 +#bogo-languages-table tbody div.status a.deactivate {
107 + color: #a00;
120 108 }
121 109
122 -#bogo-translation-table input.large-text:focus {
123 - background: #fff;
124 - color: #32373c;
125 - font-size: 14px;
126 - border: 1px solid #5b9dd9;
127 - box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
128 - padding-left: 5px;
129 - margin-left: 1px;
110 +#bogo-languages-table tbody div.status a.delete:hover,
111 +#bogo-languages-table tbody div.status a.deactivate:hover {
112 + color: #f00;
130 113 }
131 114
132 115 /* Post */
133 116