RjOllos, 06.08.2013 17:06:
You should see an additional entry on the next line, and it uses an
"italics" icon. This is probably not what you want, so there are some
additional steps to do:

Clemens:
Yes, you are right. I see only the "italics" icon, because this is the
first one in the "edit_toolbar.png" background image. As you said, I
need to work a little with CSS to get the cosmetics nice looking.


Hello List, Hello RjOllos.

For everybody who is interrested I am posting my modified CSS code. It is used for adding additional buttons to the wiki-toolbar. Also Java-Script is required as demonstrated by RjOllos a few days ago.

The CSS below basically
 - makes the wiki-toolbar wider
 - assigns a modified background image
 - assigns a fragment of the image the button

Clemens

-----------------------------------------

.wikitoolbar
{
/* make wider than normal 234px wikitoolbar (each button needs plus 26px): */
 width: 260px;
}
.wikitoolbar :link, .wikitoolbar :visited
{
 /* customized background image which contains the button pictures: */
 background: transparent url(edit_toolbar_extended.png) no-repeat;
}

.wikitoolbar a#pageoutline { background-position: 0 -144px; }

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to