purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Add box hides "user action" area (Sign In/Sign Out) when Javascript is off. #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The add box is displayed when Javascript is turned off or jquery.js could not 
be loaded (offline..).

base.css should get

#bw-upload-box { display: None; }

- when Javascript and jquery.js are active, the box is still shown, but without 
Javascript, it doesn't 
obscure access to e.g. the "Sign In" link

Original issue reported on code.google.com by jens.quade on 16 Feb 2009 at 2:40

GoogleCodeExporter commented 8 years ago
Agreed, I was planning on doing this for usability reasons anyway (it didn't 
work the
first time but I think that was an unrelated error).

Original comment by liza31337@gmail.com on 16 Feb 2009 at 3:45

GoogleCodeExporter commented 8 years ago
This is now done.

Original comment by liza31337@gmail.com on 3 Mar 2009 at 10:26