chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

Horizontal spacing of textarea and zotero div #118

Open scottkleinman opened 10 years ago

scottkleinman commented 10 years ago

They should line up horizontally (as suggested by Scott Williams (issue #109).

scottkleinman commented 10 years ago

This is not as simple as I thought. It probably requires a skeleton solution, so I would like to hand this issue off to @fontnerd. Amy, if you add margin-top: 170px; to the .zot class styles, you will be able to see how the styling should look. But you can't actually use this solution because it will put a huge amount of whitespace between the two form elements on a mobile or small browser window.

fontnerd commented 10 years ago

in the skeleton.css, we can add specific rules for the margin within the @media queries. Or alternately, we could use %-based top-margin? let me monkey around with this....

On Mon, Aug 5, 2013 at 12:50 PM, scottkleinman notifications@github.comwrote:

This is not as simple as I thought. It probably requires a skeleton solution, so I would like to hand this issue off to @fontnerdhttps://github.com/fontnerd. Amy, if you add margin-top: 170px; to the .zot class styles, you will be able to see how the styling should look. But you can't actually use this solution because it will put a huge amount of whitespace between the two form elements on a mobile or small browser window.

— Reply to this email directly or view it on GitHubhttps://github.com/chnm/serendipomatic/issues/118#issuecomment-22119470 .

mialondon commented 10 years ago

This is related to #143 so should be resolved at the same time?