Great!

Incidentally, I filed this as crbug.com/23074.

Erik


On Thu, Sep 24, 2009 at 4:38 PM, Don Schmitt <don...@verizon.net> wrote:
>
> Yes, that style change fixed it.
>
> Thanks Erik!
>  - Don
>
>
> -----Original Message-----
> From: chromium-extensions@googlegroups.com
> [mailto:chromium-extensi...@googlegroups.com] On Behalf Of Erik Kay
> Sent: Wednesday, September 23, 2009 4:42 PM
> To: Don Schmitt
> Cc: Chromium-extensions
> Subject: [chromium-extensions] Re: toolstrip DIVs being inlined
>
>
> We insert a default stylesheet into toolstrips which has a few rules
> that are likely affecting you.
>
> We've added some new code recently that should help with this, but I
> just noticed that there are a few other things we should change with
> our css to make it so you don't have to do any workarounds.
>
> Can you give this a try and see if this fixes your expanded layout?
> (this will only work if you're running something a bit more recent
> than the dev channel release like you are, so sorry dev channel users
> this won't work for you yet)
>
> Add the following rule to your css:
>
> .chrome-mole body {
>  display: block;
> }
>
> Erik
>
>
> On Wed, Sep 23, 2009 at 1:08 PM, Don Schmitt <don...@verizon.net> wrote:
>>
>> Hello,
>>
>> I have a toolstrip which has multiple DIVs.
>>
>> But what I'm seeing (build 26882) is that the DIVs are being rendered
>> inline, and <br> tags are having no effect, making toolstrip.expand
> useless
>> (because I can only seem to get one horizontal "line" of content).  This
>> doesn't happen in the current dev channel build, but that build is not
>> stable when using toolstrip.expand.
>>
>> Is there some obscure webkit style that I must override?
>>
>> The HTML is as simple as this:
>>
>>
>> <div  style="display:block;border:solid">
>> FIRST BLOCK
>> </div>
>> <div style="display:block;border:solid">
>> SECOND BLOCK
>> </div>
>> <DIV style="display:block;border:solid" onclick="onThumbup()">
>> GROW!
>> </DIV>
>>
>> Thanks!
>>  - Don
>>
>>
>>
>>
>> >
>>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to