old main

However, due to a relative path in the grading.css file, the icon for this disappears if you use a custom theme. To fix this:

  1. Acquire the maximizer-icon.png file.
  2. Create a folder within Institutional Content, and upload that file. I created an “icons” folder under “Public”.
  3. In the 360 view for the image, grab the absolute path from the Web Folder URL. For mine, it is /bbcswebdav/institution/Public/icons/maximizer-icon.png.
  4. In your custom theme, plugins/bb-grading/grading.css and change the background-image for expandGradebookButton.maximizer_btn to be your icon’s absolute URL.
On my system, #expandGradebookButton.maximizer_btn { background-image: url(“../../images/maximizer-icon.png”); } becomes #expandGradebookButton.maximizer_btn { background-image: url(“/bbcswebdav/institution/Public/icons/maximizer-icon.png”); }   Re-upload your custom theme.]]>

Leave a Reply

Your email address will not be published. Required fields are marked *