# HG changeset patch # User hertzhaft # Date 1349111467 -7200 # Node ID 5e8077501ef8bed06923ab572e685b240783e1f7 # Parent 16215fc22fbf22f83a51b6f7f101be4b33daae8a oops, worked with outdated css file diff -r 16215fc22fbf -r 5e8077501ef8 webapp/src/main/webapp/jquery/jquery.digilib.css --- a/webapp/src/main/webapp/jquery/jquery.digilib.css Mon Oct 01 19:03:45 2012 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.css Mon Oct 01 19:11:07 2012 +0200 @@ -42,17 +42,32 @@ div.dl-digilib div.dl-mark { position: absolute; color: white; - background: url('../greyskin/mark-bg-16.png'); + background: url('img/mark-bg-16.png'); font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; - height: 15px; + height: 16px; width: 16px; padding-top: 1px; text-align: center; z-index: 10; } +div.dl-digilib div.dl-annotationmark { + position: absolute; + color: black; + background: url('img/annotationmark-bg-16.png'); + /* background-color: yellow; */ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-weight: bold; + font-size: 11px; + height: 16px; + width: 16px; + padding-top: 1px; + text-align: center; + z-index: 10; +} + div.dl-digilib div.dl-about { position: absolute; padding: 10px;