Closed tmccormack165 closed 11 months ago
There are yellow shadows in two places on the system that need to be removed.
The first occurrence is when an exercise is being created:
The second occurrence is when a student is taking an exam or exercise and clicks on "My View":
To remove these shadows I changed the padding-right attribute of .ui-tabs in ol.css:401 and ol.css:405 from 5px to 0px:
.ui-tabs .ui-tabs-nav .ui-state-default { border: none; padding-right: 0px; } .ui-tabs .ui-tabs-nav .ui-state-active { border: none; padding-right: 0px; }
The edit deletes the yellow shadows:
There are yellow shadows in two places on the system that need to be removed.
The first occurrence is when an exercise is being created:
The second occurrence is when a student is taking an exam or exercise and clicks on "My View":
To remove these shadows I changed the padding-right attribute of .ui-tabs in ol.css:401 and ol.css:405 from 5px to 0px:
The edit deletes the yellow shadows: