Per the UX review, the IIB should float on the left side of the page.

Notes:

  • This shows the Site Preview as a floating bar on the left that can be minimized (on arrow click).
  • We're going to have it float to make it appear more as a part of admin.
  • Both condition options - date and collection - are visible, but up to user to select what they want.
  • "Preview Site" header hopefully leads user to the options below.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

e2thex’s picture

Assigned: e2thex » indytechcook
Status: Active » Postponed
FileSize
17.5 KB

Have changes in sps in branch 1733490 and in the iib module in floating_page_iib branch

Putting this on hold for now as it does not seem to have the value we were expecting

saltednut’s picture

saltednut’s picture

Status: Postponed » Needs review
Issue tags: +demo_framework
FileSize
944 bytes
45.87 KB

Here are some css changes that make this a bit more demo-able within the standard bartik ecosystem.

Screen Shot 2013-02-08 at 10.12.32 AM.png

recidive’s picture

Status: Needs review » Reviewed & tested by the community

Ok, I reviewed the patch in #3 along with the one in the the IIB queue. This patch makes it look a lot better, and the other one cares about the IIB side of things.

recidive’s picture

I think it's in the scope of this issue.

SPS set its select box width to 140px which is little in some cases (see the screenshot)?

What if we could let the width as auto and maybe put the labels above the fields instead of in the left when on small screens?

Is this doable and indeed in the scope of this issue?

saltednut’s picture

Assigned: indytechcook » Unassigned
Status: Reviewed & tested by the community » Needs work

@recidive Honestly, I think setting the width to auto and putting the labels above the fields is a good overall solution. Unsure if we need to introduce responsiveness here. If you want to roll a new patch that does this, that would be helpful.

recidive’s picture

Assigned: Unassigned » recidive
FileSize
31.53 KB

Alright, I'm working on this, but when I put the labels above the fields the form gets to much to the left when there's no navbar on the left which is not good UX.

What if we take the route on the IIB issue, that's for putting a small box right aligned, like this one that I've mockup with the inspector?