Two CSS ideas for you guys

ABTOP
ABTOP
  • ABTOP
  • 12 months ago
1. If you look at the grid question with answers, the last column, the right one, where the answers are is centered. This is ugly and makes no sense. However, if you add to /com_communityquiz/templates/default/css/quiz.css
#quiz-reports .grid tbody td:last-child{text-align: left;}

then the last column will be flushed left while keeping the rest of the table centered.

2. line 8 in /com_communityquiz/templates/default/css/quiz.css
.navigation a, .navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active{color: #fff;}

overrides JQuery UI which makes some of the buttons unreadable.
You should not specify color for the button text at all. Let the JQueryUI or the template set the color.

Access to viewing replies is restricted.
Showing 3 of 3 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai