# HG changeset patch # User hertzhaft # Date 1327611820 -3600 # Node ID 367f64acda4ef01ed848c0becd4cdb416654432b # Parent 3b334a7d81ecd488a189f76a439435bd4c2f132e added images for calibration dialog diff -r 3b334a7d81ec -r 367f64acda4e webapp/src/main/webapp/jquery/img/blue.png Binary file webapp/src/main/webapp/jquery/img/blue.png has changed diff -r 3b334a7d81ec -r 367f64acda4e webapp/src/main/webapp/jquery/img/ruler-top.gif Binary file webapp/src/main/webapp/jquery/img/ruler-top.gif has changed diff -r 3b334a7d81ec -r 367f64acda4e webapp/src/main/webapp/jquery/jquery.digilib.css --- a/webapp/src/main/webapp/jquery/jquery.digilib.css Thu Jan 26 20:44:21 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.css Thu Jan 26 22:03:40 2012 +0100 @@ -111,7 +111,7 @@ } div.digilib div.calibration { - background: url('blue.png'); + background: url('img/blue.png'); position: absolute; border: 1px solid lightcyan; width: 400px; @@ -128,7 +128,7 @@ font-weight: bold; text-align: center; color: lightcyan; - background: url('ruler-top.gif') 0px -1px repeat-x; + background: url('img/ruler-top.gif') 0px -1px repeat-x; } div.digilib div.cm {