Mercurial > hg > digilib-old
changeset 981:367f64acda4e
added images for calibration dialog
author | hertzhaft |
---|---|
date | Thu, 26 Jan 2012 22:03:40 +0100 |
parents | 3b334a7d81ec |
children | 9e6355f7df75 |
files | webapp/src/main/webapp/jquery/img/blue.png webapp/src/main/webapp/jquery/img/ruler-top.gif webapp/src/main/webapp/jquery/jquery.digilib.css |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 {