jywarren / plots2

The Public Lab website!
http://publiclab.org
GNU General Public License v3.0
17 stars 2 forks source link

define width of wiki page #130

Closed ebarry closed 11 years ago

ebarry commented 11 years ago

The wiki pages look great when they are being "previewed" because their width is restricted to ~500px. Can we just apply this width on wiki pages throughout the site? I think it would create a "cleaner" look.

jywarren commented 11 years ago

I think 500 is a bit tiny, no? I agree it has to be limited. But can we decide on 800 or something a bit bigger? This needs testing on different sized screens to make a good decision.

On Fri, May 17, 2013 at 3:08 PM, Liz Barry notifications@github.com wrote:

The wiki pages look great when they are being "previewed" because their width is restricted to ~500px. Can we just apply this width on wiki pages throughout the site? I think it would create a "cleaner" look.

— Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/130 .

ebarry commented 11 years ago

Yes, let's test! I have a preference for column widths that are equal to the width of the emebdded images in them -- 500 is one of those common image widths.

On Mon, May 20, 2013 at 2:40 PM, Jeffrey Warren notifications@github.comwrote:

I think 500 is a bit tiny, no? I agree it has to be limited. But can we decide on 800 or something a bit bigger? This needs testing on different sized screens to make a good decision.

On Fri, May 17, 2013 at 3:08 PM, Liz Barry notifications@github.com wrote:

The wiki pages look great when they are being "previewed" because their width is restricted to ~500px. Can we just apply this width on wiki pages throughout the site? I think it would create a "cleaner" look.

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130> .

— Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/130#issuecomment-18164581 .

@lizbarry http://twitter.com/lizbarry

btbonval commented 11 years ago

800 might be a bit big for phones. Are the wikis meant to be read/edited by smartphone?

Sometimes it is better to have different CSS for mobile devices; why compromise when you can do both depending upon the device ;)

On Mon, May 20, 2013 at 2:47 PM, Liz Barry notifications@github.com wrote:

Yes, let's test! I have a preference for column widths that are equal to the width of the emebdded images in them -- 500 is one of those common image widths.

On Mon, May 20, 2013 at 2:40 PM, Jeffrey Warren notifications@github.comwrote:

I think 500 is a bit tiny, no? I agree it has to be limited. But can we decide on 800 or something a bit bigger? This needs testing on different sized screens to make a good decision.

On Fri, May 17, 2013 at 3:08 PM, Liz Barry notifications@github.com wrote:

The wiki pages look great when they are being "previewed" because their width is restricted to ~500px. Can we just apply this width on wiki pages throughout the site? I think it would create a "cleaner" look.

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130> .

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130#issuecomment-18164581> .

@lizbarry http://twitter.com/lizbarry

— Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/130#issuecomment-18164946 .

jywarren commented 11 years ago

We can def set width only for desktop display using an @media CSS rule. Good call. On May 20, 2013 5:27 PM, "Bryan Bonvallet" notifications@github.com wrote:

800 might be a bit big for phones. Are the wikis meant to be read/edited by smartphone?

Sometimes it is better to have different CSS for mobile devices; why compromise when you can do both depending upon the device ;)

On Mon, May 20, 2013 at 2:47 PM, Liz Barry notifications@github.com wrote:

Yes, let's test! I have a preference for column widths that are equal to the width of the emebdded images in them -- 500 is one of those common image widths.

On Mon, May 20, 2013 at 2:40 PM, Jeffrey Warren < notifications@github.com>wrote:

I think 500 is a bit tiny, no? I agree it has to be limited. But can we decide on 800 or something a bit bigger? This needs testing on different sized screens to make a good decision.

On Fri, May 17, 2013 at 3:08 PM, Liz Barry notifications@github.com wrote:

The wiki pages look great when they are being "previewed" because their width is restricted to ~500px. Can we just apply this width on wiki pages throughout the site? I think it would create a "cleaner" look.

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130> .

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130#issuecomment-18164581> .

@lizbarry http://twitter.com/lizbarry

— Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/130#issuecomment-18164946> .

— Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/130#issuecomment-18175204 .

jywarren commented 11 years ago

Note: do this ONLY on research note and wiki pages, not on other pages.