Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget count changes #16

Open
codelogic opened this issue Dec 8, 2011 · 1 comment
Open

Widget count changes #16

codelogic opened this issue Dec 8, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@codelogic
Copy link
Owner

In single column mode (when the page is narrow enough)

If there's one widget, make it span
If there's two widgets, make it only take up 50% (don't flip to 33 or 25)
If there's three widgets, go from 33 -> 100 instead of 33 -> 25 -> 100
if there's four widgets, go from 25 -> 50 -> 100
if there's more than 4... do whatever. (Default is 25 -> 33 -> 50 -> 100)

@ghost ghost assigned codelogic Dec 8, 2011
@codelogic
Copy link
Owner Author

The php is going to have to spit out classes into the html for the different behaviors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant