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 +10 -92 trunk2.4 View file →
@@ -37,99 +37,17 @@
37 37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 38 width: 16px;
39 39 }
40 40
41 -/* Language Packs */
42 -
43 -#bogo-language-packs td {
44 - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
45 - padding: 10px;
46 -}
47 -
48 -#bogo-language-packs td:first-child {
49 - border-left: 0;
50 - padding-left: 16px;
51 -}
52 -
53 -#bogo-language-packs tr.active td {
54 - background-color: #f7fcfe;
55 -}
56 -
57 -#bogo-language-packs tr.active td:first-child {
58 - border-left: 4px solid #00a0d2;
59 - padding-left: 12px;
60 -}
61 -
62 -#bogo-language-packs td.status ul {
63 - margin: 0;
64 -}
65 -
66 -#bogo-language-packs td.status li.post-count,
67 -#bogo-language-packs td.status li.page-count {
68 - float: left;
69 - margin: 6px 16px 0 0;
70 -}
71 -
72 -#bogo-language-packs td.status li.post-count a::before,
73 -#bogo-language-packs td.status li.page-count a::before {
74 - font: normal 20px/1 dashicons;
75 - color: #82878c;
76 - content: '\f159';
77 - display: inline-block;
78 - vertical-align: top;
79 - padding-right: 4px;
41 +#translations a.install {
42 + border: 1px solid #0074a2;
43 + background: #d4eefe;
44 + border-radius: 4px;
45 + padding: 0 4px;
80 46 text-decoration: none;
47 + font-size: 90%;
48 + margin-left: .4em;
81 49 }
82 50
83 -#bogo-language-packs td.status li.post-count a::before {
84 - content: '\f109';
85 -}
86 -
87 -#bogo-language-packs td.status li.page-count a::before {
88 - content: '\f105';
89 -}
90 -
91 -/* Terms Translation */
92 -
93 -#bogo-terms-translation .large-text {
94 - background: transparent;
95 - color: #555;
96 - font-size: 13px;
97 - border: none;
98 - box-shadow: none;
99 - padding-left: 0;
100 - margin-left: 0;
101 -}
102 -
103 -#bogo-terms-translation .large-text:hover {
104 - background: #fff;
105 - color: #32373c;
106 - font-size: 14px;
107 - border: 1px solid #ddd;
108 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
109 - padding-left: 5px;
110 - margin-left: 1px;
111 -}
112 -
113 -#bogo-terms-translation .large-text:focus {
114 - background: #fff;
115 - color: #32373c;
116 - font-size: 14px;
117 - border: 1px solid #5b9dd9;
118 - box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
119 - padding-left: 5px;
120 - margin-left: 1px;
121 -}
122 -
123 -/* Post */
124 -
125 -ul#bogo-translations li {
126 - list-style-type: disc;
127 - margin-left: 1.4em;
128 -}
129 -
130 -/* Admin Bar */
131 -
132 -#wpadminbar #wp-admin-bar-bogo-user-locale .ab-icon::before {
133 - content: "\f326";
134 - top: 2px;
135 -}
51 +#translations a.install:active, #translations a.install:hover {
52 + border: 1px solid #2ea2cc;
53 +}