Feature proposal #1905
closedAdd unique CSS identifier classes to CB List paginations
Description
Tab rows in registration just have sectiontableenty, etc.. but nothing unique to allow you to use CSS on strictly 1 specific table row. Adding a unique class based on the tab ID or something of the sort would allow further customization of the registration page.
In addition to this pagination has no unique identifier on the userlist. The top and bottom userlists surrounding DIVs need a unique ID to each one of them so you could use CSS or just the top navigation or vise versa.
Updated by krileon about 14 years ago
- Tracker changed from Bug to Feature proposal
Updated by beat over 13 years ago
krileon wrote:
Tab rows in registration just have sectiontableenty, etc.. but nothing unique to allow you to use CSS on strictly 1 specific table row. Adding a unique class based on the tab ID or something of the sort would allow further customization of the registration page.
Each row div has a unique id "cbfr_fieldid"
In addition to this pagination has no unique identifier on the userlist. The top and bottom userlists surrounding DIVs need a unique ID to each one of them so you could use CSS or just the top navigation or vise versa.
Good point.
Updated by beat over 13 years ago
- Subject changed from Add unique identifier classes to various areas to Add unique CSS identifier classes to CB List paginations
- Status changed from New to Closed
- Assignee changed from krileon to beat
- Target version set to CB 1.7
- % Done changed from 0 to 100
- Estimated time set to 0:12 h
Implemented in r1554 .
Added classes
cbUserListPagination cbUserListPaginationTop
cbUserListPagination cbUserListPaginationBottom