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: Manage accounts page #330

Closed
17 tasks done
hannahkamundson opened this issue Jan 2, 2020 · 4 comments
Closed
17 tasks done

CSS: Manage accounts page #330

hannahkamundson opened this issue Jan 2, 2020 · 4 comments
Assignees

Comments

@hannahkamundson
Copy link
Collaborator

hannahkamundson commented Jan 2, 2020

  • Change size of idealab logo to match Upload Page
  • Add page title under logo
    Manage Accounts
  • Spacing of top nav items for readability - **Emilie needs clarification: can someone provide padding recommendations? - ** thank you Patrick!
  • Change Color Availability click target is only on edges of the circle
  • Change Color Availability doesn't refill circle when you set it (only the inside border of the circle is colored)
  • Change Color Availability Checkmark/X are not very intuitive - not sure what to do here because I'm not sure what the functionality is
  • Change Color Availability has no way to add another color - **Emilie needs clarification: I thought we decided to list all colors ourselves
  • Email Messages update titles to be more descriptive
    Message sent when status is changed to FAILED
    Message sent when status is changed to COMPLETED
  • Email Messages make textboxes larger
  • Email Messages align save button
  • Email Settings textboxes to match upload page
  • Dropbox Token Settings textbox to match upload page
  • Make save button drop shadows smaller
  • Make save buttons match other buttons
  • Unable to update role for user profiles
  • User Profiles - colors of infoContainer are inline styled
  • Make change password button match other buttons
@anotherpatrickcollins
Copy link

Upload Page logo styling

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

Textarea styling on upload page:

border: 2px solid black;
padding: 0.5rem;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0;

Input styling on upload page:

width: 100%;
display: block;
height: 2em;
border-radius: 10px;
outline: none;
font-size: 1.5rem;

Save button styling (make text all caps):

background-color: #577ba1;
box-shadow: 2px 2px rgba(0,0,0,.5);

Password button styling (make text all caps):

border-radius: 3px;

@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 infoContainer:

  • make two classes for different rows
  • make blue rows rgba(0,174,239,.8)
  • make grey rows rgba(255,255,255,.6)

@ethoreson ethoreson self-assigned this Jan 3, 2020
@anotherpatrickcollins
Copy link

Some fixes in #337 but not all. Crossing off any that I see are fixed.

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

No branches or pull requests

3 participants