Login Register

styling

Tree Styling : icons , labels and css

Hello.

I'm having some issues with dojo 1.1.1 tree.
I want to perform some styling on dojo tree, and i wonder why , when i want to change the tree icon size, i need to declare the icon class as :

.tundra .myTreeIconClass {
height: 32px;
width: 32px;
}

I don't know where i should report it , but i see this as a defect, since you have to write another css class for each theme.

TabContainer styling blank on IE 7

Note: Dojo 1.1.1

I recently upgraded from 1.0.1 to 1.1.1, and now my TabContainer instances are not rendering the styling on IE 7. It does render the styling (soria, tundra, etc) fine in FF 2 & 3. When I run the themeTesting with IE 7, the TabContainer renders perfectly.

Any hints or suggestions?

Directly styling the background for a dijit (Button).

I'm trying to change the styling of a single button on a page.

If I have the following:

<button dojoType="dijit.form.Button" style="background: url('pattern.gif');">
    Click
  </button>

my own pattern is applied to the <div> html element generated by dojo.
But the <button> element beneath it in the DOM (also generated by dojo) takes its background styling from the theme I'm using (tundra).

Syndicate content