Revision history [back]

click to hide/show revision 1
initial version

answered 2014-06-12 06:55:27 +0800

chillworld gravatar image chillworld flag of Belgium

https://github.com/chillw...

mhj is correct,

You can investigate it also by yourself. Trick :

  • IE press F12.
  • FF with firebug or also press F12.

Then you can select an inspect element and select the item you want to investigate.

example of the "post a comment" link :

<a class="button" id="add-comment-to-post-93170">

Now in the <style> </style> you can alter the css for that.

example :

<style>
    a.button {
        font-size:20px;
        padding:0px;
    }
</style>

You don't have to restart your dev server, just refresh your browser and you will see the changes you have done in your zul.

Greetz chill.

mhj is correct,

You can investigate it also by yourself. yourself.
Trick :

  • IE press F12.
  • FF with firebug or also press F12.

Then you can select an inspect element and select the item you want to investigate.

example of the "post a comment" link :

<a class="button" id="add-comment-to-post-93170">

Now in the <style> </style> you can alter the css for that.

example :

<style>
    a.button {
        font-size:20px;
        padding:0px;
    }
</style>

You don't have to restart your dev server, just refresh your browser and you will see the changes you have done in your zul.

Greetz chill.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More