mozilla / hotdish

Explorations on being together in the browser
Mozilla Public License 2.0
111 stars 13 forks source link

improve styles on "Connecting/refresh" page #230

Closed aarondruck closed 10 years ago

aarondruck commented 10 years ago

Better branding for "Connecting/refresh" page -> solution -> make it not look like an error occurred.

@ianb do you know where this is being generated?

screen shot 2014-02-03 at 2 59 07 pm

ianb commented 10 years ago

The page is in data/mirror/blank.html

Any styles should be applied using inline style attributes.

aarondruck commented 10 years ago

@ianb i used Bootstrap here. you thatll work? i checked it in...

ianb commented 10 years ago

I don't think we should include any stylesheets, I'm worried about it effecting the rendered page; using only inline styles would make me more comfortable. Then when the elements are overwritten during the first DOM sync, we know everything is fully gone.