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

CSS: Queue page #327

Closed
7 of 8 tasks
hannahkamundson opened this issue Jan 2, 2020 · 6 comments · Fixed by #344
Closed
7 of 8 tasks

CSS: Queue page #327

hannahkamundson opened this issue Jan 2, 2020 · 6 comments · Fixed by #344
Assignees

Comments

@hannahkamundson
Copy link
Collaborator

hannahkamundson commented Jan 2, 2020

  • Add idealab logo (same size as Upload Page)
  • Add page title under logo
    Queue
  • Fix spacing of top nav items for readability
  • Fix alignment of email icon
  • Fix scrollbar under save icon when state is changed in dropdown
  • Create bounding box for Color Picker
  • Color Picker moves other card content up instead of down
  • Cards don't seem to be updating unless it's back to the default state
@anotherpatrickcollins anotherpatrickcollins changed the title CSS: Quue page CSS: Queue page Jan 2, 2020
@anotherpatrickcollins
Copy link

Upload Page logo styling

width: 50%;
margin: auto;
margin-top: 2rem;
border-style: none;

@anotherpatrickcollins
Copy link

Idea for navbar spacing:

  • Not sure how to move the underline ::after over
  • Add to .statusMenu li {};
    padding-right: 1rem;
  • Add to .statusMenu button {}
    padding-left: 1rem;

@anotherpatrickcollins
Copy link

Idea for email icon alignment:

  • .emailRecipient > svg {}
    margin-bottom: 4px;

@anotherpatrickcollins
Copy link

Idea for scrollbar under save icon:

  • .printAdditionalInfo {}
    overflow: overlay;

@anotherpatrickcollins
Copy link

Idea for Color Picker bounding box:

  • .colorPickerContainer {}
padding: .5rem;
background-color: #fff;
border-radius: 5px;
border: 1px solid rgba(169,169,169,1);

@ethoreson
Copy link
Collaborator

2 issues have been fixed on another branch & are now in master:
Create bounding box for Color Picker
Color Picker moves other card content up instead of down

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

Successfully merging a pull request may close this issue.

4 participants