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

fixing misalignment #385

Merged
merged 1 commit into from
May 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/assets/stylesheets/proper/service_details.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
table td
margin: 10px
input
width: 100%
width: 90%
font-size: 25
&[type=submit]
float: right
Expand All @@ -67,14 +67,14 @@
.arm-cell
width: 170px
float: left
padding: 5px 10px
padding: 5px 6px
text-align: center
position: relative
margin-right: 8px
.screening_info_img
position: absolute
top: 7px
left: 190px
left: 180px
.arm-cell-right
float: right !important
.arm-cell
Expand Down