PluginProbe
bbPress / 2.6.17
bbPress v2.6.17
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
← All changes | includes/admin/assets/css/admin.css +3 -7 trunk2.6.17 View file →
@@ -7,15 +7,10 @@
7 7 #poststuff #bbp_reply_attributes select#bbp_reply_to,
8 8 #poststuff #bbp_reply_attributes input#bbp_forum_id,
9 9 #poststuff #bbp_reply_attributes input#bbp_topic_id,
10 10 #poststuff #bbp_author_metabox input#bbp_author_id,
11 -#poststuff #bbp_author_metabox input#bbp_author_ip_address,
12 -#poststuff #bbp_author_metabox input#bbp_anonymous_name,
13 -#poststuff #bbp_author_metabox input#bbp_anonymous_email,
14 -#poststuff #bbp_author_metabox input#bbp_anonymous_website {
15 - max-width: 165px;
16 - padding: 0 8px;
17 - box-sizing: border-box;
11 +#poststuff #bbp_author_metabox input#bbp_author_ip_address {
12 + max-width: 170px;
18 13 }
19 14
20 15 /* Version Badge */
21 16
@@ -164,8 +159,9 @@
164 159 th .bbp_forums_column::before,
165 160 th .bbp_topics_column::before,
166 161 th .bbp_replies_column::before {
167 162 font: 400 20px/0.5 dashicons;
163 + speak: none;
168 164 display: inline-block;
169 165 padding: 0;
170 166 top: 4px;
171 167 left: -4px;