Modernize UI: vertical card menus, dual-panel multi-select widgets, a…#457
Open
nykroy wants to merge 1 commit intotecnickcom:mainfrom
Open
Modernize UI: vertical card menus, dual-panel multi-select widgets, a…#457nykroy wants to merge 1 commit intotecnickcom:mainfrom
nykroy wants to merge 1 commit intotecnickcom:mainfrom
Conversation
…nd CSS improvements - Replace plain <ul> menus with modern vertical card menus using emoji icons in admin (tce_menu_users.php, tce_menu_modules.php, tce_menu_tests.php) and public (tce_page_user.php) - Replace <select multiple> with interactive dual-panel multi-select widgets with search, click-to-toggle items, and add/remove all buttons in tce_edit_test.php (groups + SSL certs) and tce_edit_user.php (groups) - Fix a.white links: increase padding from 5px to 12px with hover effect for better usability - Improve div.minibutton: use flexbox for proper centering and hover transitions - Add .vmenu and .ms-widget CSS styles to both admin and public stylesheets
Author
Member
|
The current TCExam style was designed with compliance for W3C-WAI-WCAG 1.0 Accessibility and Usability guidelines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




…nd CSS improvements
Replace plain
menus with modern vertical card menus using emoji icons in admin (tce_menu_users.php, tce_menu_modules.php, tce_menu_tests.php) and public (tce_page_user.php)-
Replace with interactive dual-panel multi-select widgets with search, click-to-toggle items, and add/remove all buttons in tce_edit_test.php (groups + SSL certs) and tce_edit_user.php (groups) Fix a.white links: increase padding from 5px to 12px with hover effect for better usability Improve div.minibutton: use flexbox for proper centering and hover transitions Add .vmenu and .ms-widget CSS styles to both admin and public stylesheets