You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Gary Kephart <ga...@pobox.com> on 2021/11/15 02:18:50 UTC

ordered list - icon size, clickable text?

All,

Thanks for the past help on getting things done. My website is turning 
out pretty good.
There's a few enhancements that I'd like to ask about in regards to 
ordered lists. Maybe some of these just take a little CSS magic, but I'm 
not a CSS expert.
1) Can the icon be made a little bigger so that it would be easier to 
click on, especially from a phone?
2) Could the text itself be made clickable?
3) Is it possible to make only one of the submenus default to open 
instead of closed?

Thanks,
   Gary

-- 
Gary Kephart
Facebook: gary.kephart
Twitter: @garykephart

"The penalty that good men pay for not being interested in politics is to be governed by lesser men." -- Plato.


Re: ordered list - icon size, clickable text?

Posted by Gary Kephart <ga...@pobox.com>.
Done!
JSPWIKI-1161 <https://issues.apache.org/jira/browse/JSPWIKI-1161>

Thanks,
   Gary

On 11/20/2021 12:35 PM, Dirk Frederickx wrote:
> Hi Gary,
>
> 1) The size of the clickable icon can be increased by changing the
> font-size of the .collapse-btn element.
> %%add-css
> .collapse-btn { font-size:1.5em;}
> /%
> 2)  The text itself cannot be made clickable. This is by design, cause the
> text could itself contain clickable links or images.
> 3)  Currently you cannot specify the default open/close status of
> individual items.  Could you log a JIRA ticket for this;  this could be a
> useful feature.
>
> Grtz,
>     dirk
>
> On Mon, Nov 15, 2021 at 3:19 AM Gary Kephart<ga...@pobox.com>  wrote:
>
>> All,
>>
>> Thanks for the past help on getting things done. My website is turning
>> out pretty good.
>> There's a few enhancements that I'd like to ask about in regards to
>> ordered lists. Maybe some of these just take a little CSS magic, but I'm
>> not a CSS expert.
>> 1) Can the icon be made a little bigger so that it would be easier to
>> click on, especially from a phone?
>> 2) Could the text itself be made clickable?
>> 3) Is it possible to make only one of the submenus default to open
>> instead of closed?
>>
>> Thanks,
>>     Gary
>>
>> --
>> Gary Kephart
>> Facebook: gary.kephart
>> Twitter: @garykephart
>>
>> "The penalty that good men pay for not being interested in politics is to
>> be governed by lesser men." -- Plato.
>>
>>


-- 
Gary Kephart
Facebook: gary.kephart
Twitter: @garykephart

"The penalty that good men pay for not being interested in politics is to be governed by lesser men." -- Plato.

Re: ordered list - icon size, clickable text?

Posted by Dirk Frederickx <di...@gmail.com>.
Hi Gary,

1) The size of the clickable icon can be increased by changing the
font-size of the .collapse-btn element.
%%add-css
.collapse-btn { font-size:1.5em;}
/%
2)  The text itself cannot be made clickable. This is by design, cause the
text could itself contain clickable links or images.
3)  Currently you cannot specify the default open/close status of
individual items.  Could you log a JIRA ticket for this;  this could be a
useful feature.

Grtz,
   dirk

On Mon, Nov 15, 2021 at 3:19 AM Gary Kephart <ga...@pobox.com> wrote:

> All,
>
> Thanks for the past help on getting things done. My website is turning
> out pretty good.
> There's a few enhancements that I'd like to ask about in regards to
> ordered lists. Maybe some of these just take a little CSS magic, but I'm
> not a CSS expert.
> 1) Can the icon be made a little bigger so that it would be easier to
> click on, especially from a phone?
> 2) Could the text itself be made clickable?
> 3) Is it possible to make only one of the submenus default to open
> instead of closed?
>
> Thanks,
>    Gary
>
> --
> Gary Kephart
> Facebook: gary.kephart
> Twitter: @garykephart
>
> "The penalty that good men pay for not being interested in politics is to
> be governed by lesser men." -- Plato.
>
>