diff css/docuviewer.css @ 576:b2c7e272e075

new w-tag solution with etree. search works now.
author casties
date Wed, 17 Oct 2012 16:36:13 +0200
parents f0e5e9c6737f
children 9251719154a3
line wrap: on
line diff
--- a/css/docuviewer.css	Tue Oct 16 19:46:53 2012 +0200
+++ b/css/docuviewer.css	Wed Oct 17 16:36:13 2012 +0200
@@ -268,7 +268,7 @@
     margin-top: 0.5em;
     margin-bottom: 0.25em;
 }
-/* normalization forms */
+/* normalization forms *
 div.col.main div.content.text div.text.orig span.w span.reg,
 div.col.main div.content.text div.text.orig span.w span.norm {
     display: none;
@@ -281,13 +281,14 @@
 div.col.main div.content.text div.text.norm span.w span.reg {
     display: none;
 }
-/* dictionary forms */
+/* dictionary forms *
 div.col.main div.content.text div.text.plain span.w a.dictionary {
     display: none;
 }
 div.col.main div.content.text div.text.dict span.w span.nodictionary {
     display: none;
-}
+} 
+*/
 /* page break */
 div.col.main div.content.text span.pb span.n,
 div.col.main div.content.text span.pb span.o {
@@ -300,7 +301,7 @@
     margin-bottom: 1em;
 }
 /* note */
-div.col.main div.content.text span.note {
+div.col.main div.content.text span.note span.noteBody {
 	display: block;
 	/* float: left; */
     margin-top: 0.5em;
@@ -309,7 +310,9 @@
     border: 1px dashed silver;	
 }
 div.col.main div.content.text span.note span.noteSign {
-	display: none;
+    display: none;
+    /* font-size: 70%;
+	vertical-align: super; */
 }
 /* figure */
 div.col.main div.content.text span.figure {
@@ -354,6 +357,12 @@
 div.col.results div.query {
 	margin-bottom: 0.5em;
 }
+div.col.results div.content div.hit {
+    margin-bottom: 0.5em;
+}
+div.col.results div.content div.hit span.hitLink {
+    margin-right: 0.5em;
+}
 
 /*
  * index page
@@ -399,6 +408,9 @@
 	font-family: Monaco,Courier,monospace;
 	font-size: 12px;
 }
+div.col.main div.content.xml ul {
+    padding-left: 1em;
+}
 div.col.main div.content.xml div.pageHeaderTitle {
 	display: none;
 }