Changeset 7258
- Timestamp:
- 06/23/2024 09:15:09 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/admin/assets/css/admin.css
r7172 r7258 1 1 2 /* Kludge for too-wide forums dropdown*/2 /* Kludge for too-wide inputs & selects */ 3 3 #poststuff #bbp_forum_attributes select#parent_id, 4 #poststuff #bbp_forum_attributes input#menu_order, 4 5 #poststuff #bbp_topic_attributes select#parent_id, 5 6 #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 { 7 12 max-width: 170px; 8 13 }
Note: See TracChangeset
for help on using the changeset viewer.