You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Juan Pablo Santos Rodríguez <ju...@gmail.com> on 2014/01/04 15:31:37 UTC

Re: Minor nit in jspwiki.css

Hi Ichiro!

thanks for spotting it, I'll take a look at it this evening or maybe
tomorrow (or if anyone else one to take it before, please feel free O:-))


br,
juan pablo


On Sat, Jan 4, 2014 at 6:57 AM, Ichiro Furusato
<ic...@gmail.com>wrote:

> Hi Juan Pablo,
>
> There's a minor bug in the default jspwiki.css stylesheet that shows up in
> overly-tall popup
> menus (/select/option) on the Preferences page. This can be fixed by
> changing
>
> .wikiform option{padding:0.5em; ...
>
> to
>
> .wikiform option{padding:*0em* 0.5em; ...
>
> I noticed this while debugging the CleanBlue skin.
>
> Cheers,
>
> Ichiro
>
>

Re: Minor nit in jspwiki.css

Posted by Juan Pablo Santos Rodríguez <ju...@gmail.com>.
Hi,

turned out that "this evening or maybe tomorrow" was meaning "a week
after".. Anyway, committed the fix on 2.10.0-svn-68 (I ended up giving
0.1em 0.5em to select boxes to give a little more space between lines).


br,
juan pablo



On Sat, Jan 4, 2014 at 3:31 PM, Juan Pablo Santos Rodríguez <
juanpablo.santos@gmail.com> wrote:

> Hi Ichiro!
>
> thanks for spotting it, I'll take a look at it this evening or maybe
> tomorrow (or if anyone else one to take it before, please feel free O:-))
>
>
> br,
> juan pablo
>
>
> On Sat, Jan 4, 2014 at 6:57 AM, Ichiro Furusato <ichiro.furusato@gmail.com
> > wrote:
>
>> Hi Juan Pablo,
>>
>> There's a minor bug in the default jspwiki.css stylesheet that shows up
>> in overly-tall popup
>> menus (/select/option) on the Preferences page. This can be fixed by
>> changing
>>
>> .wikiform option{padding:0.5em; ...
>>
>> to
>>
>> .wikiform option{padding:*0em* 0.5em; ...
>>
>> I noticed this while debugging the CleanBlue skin.
>>
>> Cheers,
>>
>> Ichiro
>>
>>
>