Mercurial > hg > digilib-old
changeset 1089:5e8077501ef8
oops, worked with outdated css file
author | hertzhaft |
---|---|
date | Mon, 01 Oct 2012 19:11:07 +0200 |
parents | 16215fc22fbf |
children | 436b59ff76fd |
files | webapp/src/main/webapp/jquery/jquery.digilib.css |
diffstat | 1 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;