Hi waikatodhb,
I can help you out here. You are looking to use the Event List Widget, but have it styled like the Mini Calendar Widget Correct?
We do not have that ability with the plugin, but I do have some coding you can drop into your theme to modify the list widget to match the mini calendar styling.
You are going to want to take this coding:
https://gist.github.com/jesseeproductions/83e59e6124cc87a54add
And place it in a file name list-widget.php into your theme at this directory:
yourtheme/tribe-events/pro/widgets/list-widget.php
Then add this css:
https://gist.github.com/jesseeproductions/634dabe18851e1cd7d90
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if you have any follow up questions.
Thanks