
|
[dokuwiki]
||
[Date Prev]
[01-2006 Date Index]
[Date Next]
||
[Thread Prev]
[01-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: Toolbar images fix and JSON
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 9 Jan 2006 22:35:19 +0100
On Sun, 08 Jan 2006 23:49:47 +0100
Danny Trommer <dantro@xxxxxxx> wrote:
> I've some trouble with JSON finding a way to make it showing the
> toolbar images as seen in the official release. JSON seems to draw a
> buttons, each with the related toolbar image (bold, italic, h1, h2..,
> link, image etc.) in the middle. I don't wan't this button to be
> shown, just the clickable toolbar images. Is there any way to get
> this be done?
Just style the toolbar buttons accordingly. Something like this should
do the trick:
button.toolbutton{
border: 0;
background-color: inherit;
padding: 0px;
margin: 0 1px 0 0;
cursor: pointer;
}
Andi
|

|