Skip to:
Content

bbPress.org

Changeset 7258


Ignore:
Timestamp:
06/23/2024 09:15:09 PM (20 months ago)
Author:
johnjamesjacoby
Message:

Admin: add some inputs to too-wide kludge CSS.

This change ensures that various admin-area meta-box inputs render next to their labels instead of below them.

In branches/2.6, for 2.6.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/admin/assets/css/admin.css

    r7172 r7258  
    11
    2 /* Kludge for too-wide forums dropdown */
     2/* Kludge for too-wide inputs & selects */
    33#poststuff #bbp_forum_attributes select#parent_id,
     4#poststuff #bbp_forum_attributes input#menu_order,
    45#poststuff #bbp_topic_attributes select#parent_id,
    56#poststuff #bbp_reply_attributes select#bbp_forum_id,
    6 #poststuff #bbp_reply_attributes select#bbp_reply_to {
     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 {
    712    max-width: 170px;
    813}
Note: See TracChangeset for help on using the changeset viewer.