PluginProbe
bbPress / 2.6.6
bbPress v2.6.6
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 2.2.2 All 71 releases
← All changes | includes/admin/assets/css/admin.css +34 -72 trunk2.6.6 View file →
@@ -1,21 +1,11 @@
1 1
2 -/* Kludge for too-wide inputs & selects */
2 +/* Kludge for too-wide forums dropdown */
3 3 #poststuff #bbp_forum_attributes select#parent_id,
4 -#poststuff #bbp_forum_attributes input#menu_order,
5 4 #poststuff #bbp_topic_attributes select#parent_id,
6 5 #poststuff #bbp_reply_attributes select#bbp_forum_id,
7 -#poststuff #bbp_reply_attributes select#bbp_reply_to,
8 -#poststuff #bbp_reply_attributes input#bbp_forum_id,
9 -#poststuff #bbp_reply_attributes input#bbp_topic_id,
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;
6 +#poststuff #bbp_reply_attributes select#bbp_reply_to {
7 + max-width: 170px;
18 8 }
19 9
20 10 /* Version Badge */
21 11
@@ -164,8 +154,9 @@
164 154 th .bbp_forums_column::before,
165 155 th .bbp_topics_column::before,
166 156 th .bbp_replies_column::before {
167 157 font: 400 20px/0.5 dashicons;
158 + speak: none;
168 159 display: inline-block;
169 160 padding: 0;
170 161 top: 4px;
171 162 left: -4px;
@@ -323,37 +314,8 @@
323 314 display: inline-block;
324 315 width: 60px;
325 316 }
326 317
327 -body.post-type-forum .wp-list-table thead th a,
328 -body.post-type-forum .wp-list-table tfoot th a,
329 -body.post-type-topic .wp-list-table thead th a,
330 -body.post-type-topic .wp-list-table tfoot th a,
331 -body.post-type-reply .wp-list-table thead th a,
332 -body.post-type-reply .wp-list-table tfoot th a {
333 - display: flex;
334 -}
335 -
336 -body.post-type-forum .wp-list-table thead th:not(.sortable),
337 -body.post-type-forum .wp-list-table tfoot th:not(.sortable),
338 -body.post-type-forum .wp-list-table thead th a > span:first-child,
339 -body.post-type-forum .wp-list-table tfoot th a > span:first-child,
340 -body.post-type-forum .wp-list-table tbody td,
341 -body.post-type-topic .wp-list-table thead th:not(.sortable),
342 -body.post-type-topic .wp-list-table tfoot th:not(.sortable),
343 -body.post-type-topic .wp-list-table thead th a > span:first-child,
344 -body.post-type-topic .wp-list-table tfoot th a > span:first-child,
345 -body.post-type-topic .wp-list-table tbody td,
346 -body.post-type-reply .wp-list-table thead th:not(.sortable),
347 -body.post-type-reply .wp-list-table tfoot th:not(.sortable),
348 -body.post-type-reply .wp-list-table thead th a > span:first-child,
349 -body.post-type-reply .wp-list-table tfoot th a > span:first-child,
350 -body.post-type-reply .wp-list-table tbody td {
351 - overflow-x: hidden;
352 - text-overflow: ellipsis;
353 - word-wrap: normal;
354 -}
355 -
356 318 .column-bbp_forum_topic_count,
357 319 .column-bbp_forum_reply_count,
358 320 .column-bbp_topic_reply_count,
359 321 .column-bbp_topic_voice_count {
@@ -405,62 +367,62 @@
405 367 border-width: 1px;
406 368 border-color: #ccc #fff #fff #ccc;
407 369 }
408 370
409 -body.post-type-forum tbody .status-closed,
410 -body.post-type-topic tbody .status-closed,
411 -body.post-type-reply tbody .status-closed {
371 +body.post-type-forum #the-list .status-closed,
372 +body.post-type-topic #the-list .status-closed,
373 +body.post-type-reply #the-list .status-closed {
412 374 background-color: #f5f5f5;
413 375 }
414 376
415 -body.post-type-forum tbody .status-closed:nth-child(odd),
416 -body.post-type-topic tbody .status-closed:nth-child(odd),
417 -body.post-type-reply tbody .status-closed:nth-child(odd) {
377 +body.post-type-forum #the-list .status-closed:nth-child(odd),
378 +body.post-type-topic #the-list .status-closed:nth-child(odd),
379 +body.post-type-reply #the-list .status-closed:nth-child(odd) {
418 380 background-color: #f0f0f0;
419 381 }
420 382
421 -body.post-type-forum tbody .status-spam,
422 -body.post-type-topic tbody .status-spam,
423 -body.post-type-reply tbody .status-spam,
383 +body.post-type-forum #the-list .status-spam,
384 +body.post-type-topic #the-list .status-spam,
385 +body.post-type-reply #the-list .status-spam,
424 386 #bbp-reply-list .status-trash {
425 387 background-color: #fee;
426 388 }
427 389
428 -body.post-type-forum tbody .status-spam:nth-child(odd),
429 -body.post-type-topic tbody .status-spam:nth-child(odd),
430 -body.post-type-reply tbody .status-spam:nth-child(odd),
390 +body.post-type-forum #the-list .status-spam:nth-child(odd),
391 +body.post-type-topic #the-list .status-spam:nth-child(odd),
392 +body.post-type-reply #the-list .status-spam:nth-child(odd),
431 393 #bbp-reply-list .status-trash:nth-child(odd) {
432 394 background-color: #fdd;
433 395 }
434 396
435 -body.post-type-forum tbody .status-pending,
436 -body.post-type-topic tbody .status-pending,
437 -body.post-type-reply tbody .status-pending {
397 +body.post-type-forum #the-list .status-pending,
398 +body.post-type-topic #the-list .status-pending,
399 +body.post-type-reply #the-list .status-pending {
438 400 background-color: #fff2e8;
439 401 }
440 402
441 -body.post-type-forum tbody .status-pending:nth-child(odd),
442 -body.post-type-topic tbody .status-pending:nth-child(odd),
443 -body.post-type-reply tbody .status-pending:nth-child(odd) {
403 +body.post-type-forum #the-list .status-pending:nth-child(odd),
404 +body.post-type-topic #the-list .status-pending:nth-child(odd),
405 +body.post-type-reply #the-list .status-pending:nth-child(odd) {
444 406 background-color: #fff7f1;
445 407 }
446 408
447 -body.post-type-forum tbody .status-closed td,
448 -body.post-type-topic tbody .status-closed td,
449 -body.post-type-reply tbody .status-closed td,
450 -body.post-type-forum tbody .status-spam td,
451 -body.post-type-topic tbody .status-spam td,
452 -body.post-type-reply tbody .status-spam td,
409 +body.post-type-forum #the-list .status-closed td,
410 +body.post-type-topic #the-list .status-closed td,
411 +body.post-type-reply #the-list .status-closed td,
412 +body.post-type-forum #the-list .status-spam td,
413 +body.post-type-topic #the-list .status-spam td,
414 +body.post-type-reply #the-list .status-spam td,
453 415 #bbp-reply-list .status-trash td {
454 416 color: #999;
455 417 }
456 418
457 -body.post-type-forum tbody .row-actions .unspam a,
458 -body.post-type-topic tbody .row-actions .unspam a,
459 -body.post-type-reply tbody .row-actions .unspam a,
460 -body.post-type-forum tbody .row-actions .approved a,
461 -body.post-type-topic tbody .row-actions .approved a,
462 -body.post-type-reply tbody .row-actions .approved a {
419 +body.post-type-forum #the-list .row-actions .unspam a,
420 +body.post-type-topic #the-list .row-actions .unspam a,
421 +body.post-type-reply #the-list .row-actions .unspam a,
422 +body.post-type-forum #the-list .row-actions .approved a,
423 +body.post-type-topic #the-list .row-actions .approved a,
424 +body.post-type-reply #the-list .row-actions .approved a {
463 425 color: #006505;
464 426 }
465 427
466 428 /* User Relationships */