HughP / simal

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

Allow users to provide CSS #348

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At present a user running from a WAR file is not able to edit the CSS files for 
the web module.

The location in the CSS is currently hard wired in [1] as 

new CompressedResourceReference(
      UserApplication.class, DEFAULT_CSS_LOC);

We should allow the location of the CSS files to be overridden in 
local.simal.properties

[1] 
http://code.google.com/p/simal/source/browse/trunk/uk.ac.osswatch.simal.web/src/
main/java/uk/ac/osswatch/simal/wicket/BasePage.java

Original issue reported on code.google.com by ross.gardler on 17 Sep 2010 at 10:07