diff css/docuviewer.css @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents abd36d4d97b8
children dbf25bd05fc6
line wrap: on
line diff
--- a/css/docuviewer.css	Thu Jul 26 21:22:56 2012 +0200
+++ b/css/docuviewer.css	Fri Jul 27 17:09:59 2012 +0200
@@ -117,10 +117,20 @@
 div.tocbody {
     display: table-cell;
     border: 1px solid silver;
+    border-radius: 5px;
     padding: 0.5em;  
     background-color: white;    
 }
 
+div.tocbody h4 {
+	margin-top: 0;
+	margin-bottom: 0.5em;
+}
+div.tocbody div.ruler {
+	text-align: center;
+	margin-bottom: 0.5em;
+}
+
 div.tocbody.text, 
 div.tocbody.figures {
     max-width: 20em;
@@ -153,6 +163,14 @@
     color: black;
 }
 
+div.tocbody table.concordance {
+	border-collapse: collapse;
+}
+div.tocbody table.concordance td {
+    border: 1px solid silver;
+    text-align: center;
+}
+
 /*
  * content
  */
@@ -205,12 +223,12 @@
 }
 div.col.buttons h4 {
     margin-top: 0;
-    margin-bottom: 0;
+    margin-bottom: 0.5em;
 }
 div.col.buttons ul {
     list-style-type: none;
     padding-left: 0;
-    margin-top: 0.5em;
+    margin-top: 0;
     margin-bottom: 0.5em;
 }
 
@@ -256,7 +274,7 @@
 	border: 1px solid silver;
 }
 div.col.main div.content-images table {
-	border-collapse:collapse; /* for tight digilib */
+	border-collapse: collapse; /* for tight digilib */
 }
 
 /*