Closed (fixed)
Project:
AdaptiveTheme
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 09:15 UTC
Updated:
10 Oct 2011 at 13:21 UTC
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
Comment #1
Jeff Burnz commentedI 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.
Comment #2
Jeff Burnz commentedStable version is imminent, I am freezing the feature set for 6.x-2.x
Could revisit for D7.
Comment #3
Jeff Burnz commentedI have done this in D7 version.
Comment #4
dimon00 commentedI seem unable to find this feature.
How can I use it?
Comment #5
Jeff Burnz commentedIts 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.