[xwiki-users] custom font-size for livetable
I created livetable for my own class. All working great! But I have small question: how it possible to change font-size of this livetable? I easy can change font-size for all livetables by editing livetable.css, but it will be better to change font-size only for my own livetable ... How is it possible? Thanks beforehand! Eugen Colesnicov -- View this message in context: http://xwiki.475771.n2.nabble.com/custom-font-size-for-livetable-tp5424373p5... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 08/15/2010 02:54 AM, Colesnicov Eugen wrote:
I created livetable for my own class. All working great! But I have small question: how it possible to change font-size of this livetable? I easy can change font-size for all livetables by editing livetable.css, but it will be better to change font-size only for my own livetable ... How is it possible?
Thanks beforehand! Eugen Colesnicov
You can put your livetable in a div with a special class or id, like: <div class="smallLivetableContainer"> #livetable... </div> and use this classname in your style. Or, you can put the CSS in a skin extension which you manually pull in the documents where you want smaller livetables. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Colesnicov Eugen -
Sergiu Dumitriu