changeset 1108:214cac7e5628

oerks, overlooked css file again
author hertzhaft
date Sat, 27 Oct 2012 00:12:36 +0200
parents 365f95a14057
children ae796bcac7f4
files webapp/src/main/webapp/jquery/jquery.digilib.css
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}