> I played a bit with your code and streamlined it, including StyleSheet
> management:
>
> http://tbsandbox.tiddlyspace.com/#[[ProgressBar%20Examples]]
>
Nice work Tobias!
Rafael, if you use what Tobias has done and want to vertically center
the text (numbers) in the progress bars you need to alter the CSS
for .pBarLabel strong.
With the current settings of
.pBar .pBarLabel {
font-size:0.95em;
line-height:normal;
top:-1px;
}
You'd need to set it to something like
.pBarLabel strong {
line-height: 1.25em;
}
Hope that helps
Colm
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.