I have a Dashing dashboard with a number of text widgets. These all have moreinfo data tags. I've found it necessary to use rather small base dimensions for the widgets.
Here's what a widget looks like:
The .erb code describing this widget is:
<li data-row="2" data-col="2" data-sizex="1" data-sizey="1">
<div data-id="dc-us01mtd" data-view="Text" data-moreinfo="MTD"></div>
</li>
So, I would simply like to move the moreinfo tag down. I can't figure out 2 things:
- What creates the "fading" effect that can be seen in the "MTD" lettering, and can it be removed?
- How can the moreinfo text be moved closer to the bottom of the widget, or perhaps move the "100%" (sent to the widget from a publishing source) up? Or both?
I have so far been completely unable to find this. I have little of .css skills, which is certainly holding me back. Any pointers, or even suggestions of what I might look for?