in the block editing form would be nice to have an option of weather the block should be left floated or right floated

I believe the only difference in the underlying code would be just

float:left;
to
float:right;

Comments

Jeff Burnz’s picture

I can see this would open up more design options for end users, the downside is one more select list that must have a decision made for it. While I don't object to this idea at all, I wonder if the demand to choose a float option is too much for end users (thinking about clients here)?

At the moment the automatic float:left is very simple, but if we move to a float option then ideally the UI must get more complex (we should use jQuery to hide the float options until a width is selected).

Right now we might have to make this a feature request for version 3 (did I say version 3?) or the D7 branch - mainly because this would require a whole new round of development and testing and right now I really (really) want to release a stable version. I've been building this theme for 7 months now and want to get it out there and start on D7.

Jeff Burnz’s picture

Status: Active » Postponed

Stable version is imminent, I am freezing the feature set for 6.x-2.x

Could revisit for D7.

Jeff Burnz’s picture

Status: Postponed » Closed (fixed)

I have done this in D7 version.

dimon00’s picture

I seem unable to find this feature.
How can I use it?

Jeff Burnz’s picture

Its because it was a Skinr feature, done with the Skinr module, however because that module has been delayed for about the past 9 months or so I removed this feature (and all the other Skinr block features) until such time as its stable, so it relies on a stable Skinr moduel before we can bring this back.