# HG changeset patch # User hertzhaft # Date 1351289556 -7200 # Node ID e61d947fdc78c7281c0e0973648b2d73c44eab87 # Parent 3a681e2fb7320382c6d3184ddca905c62dbd4b9c oerks, overlooked css file again diff -r 3a681e2fb732 -r e61d947fdc78 webapp/src/main/webapp/jquery/jquery.digilib.css --- a/webapp/src/main/webapp/jquery/jquery.digilib.css Sat Oct 27 00:06:29 2012 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.css Sat Oct 27 00:12:36 2012 +0200 @@ -162,6 +162,20 @@ background: url('img/ruler-top.gif') 0px -1px repeat-x; } +/* annotations */ +div.dl-digilib div.dl-annotationbody { + background-color: yellow; + border-radius: 5px; +} +div.dl-digilib div.dl-annotationbody div.dl-text { + padding: 10px; +} +div.dl-digilib div.dl-annotationbody div.dl-creator { + color: gray; + padding: 5px; + border-top: 1px solid silver; +} + div.dl-digilib #dl-cm { padding: 5px; }