StanfordHCI / bang

💥 Helping people meet for the first time, more than once 💥
MIT License
2 stars 1 forks source link

Radio Survey Styling Hotfix #374

Closed i-gao closed 5 years ago

i-gao commented 5 years ago

This should be a quick styling hotfix -- on the batches page, the radio buttons look like this: image

  1. More padding between the button and the label would be great.
  2. Maybe make the buttons in a row.

A starting point would be using display: flex; flex-flow: row; justify-content: space-around; width: 90%; on .radio-panel and using display: flex; flex-flow: column; on .radio-btn The float-left somewhere and the styles on the label would need to be removed, and then we need to set a width for the input element.

Would look like this: image

michellexing commented 5 years ago

changed it! let me know if it works on your computer @i-gao