diff css/docuviewer.css @ 536:abd36d4d97b8

new version of index page. improvements for digilib page and thumbnail overview.
author casties
date Thu, 26 Jul 2012 21:22:56 +0200
parents 510bae2b593b
children ad6f97fd3944
line wrap: on
line diff
--- a/css/docuviewer.css	Thu Jul 26 19:32:31 2012 +0200
+++ b/css/docuviewer.css	Thu Jul 26 21:22:56 2012 +0200
@@ -57,6 +57,9 @@
     background-color: white;
 }
 
+/*
+ * body
+ */
 div.page-body {
     display: table-row;
 }
@@ -168,6 +171,9 @@
     border-radius: 5px 5px 0 0;
     padding: 4px;    
 }
+div.col.main div.ruler.down span.ruler-main {
+	border-radius: 0 0 5px 5px;
+}
 
 div.col.main div.content {
 	min-width: 30em;
@@ -219,11 +225,47 @@
  * index page
  */
 div.index-image {
-	float: left;
 	padding-left: 1em;
 	padding-right: 1em;
 	padding-bottom: 1em;
+	padding-top: 1em;
+}
+div.index-info {
+	padding-top: 1em;	
 }
 div.index-info td.type {
 	font-weight: bold;
 }
+div.index-info td.content {
+	max-width: 30em;
+}
+div.index-actions {
+	float: left;
+	border: 1px solid silver;
+    padding: 1em;
+	margin-top: 2em;
+}
+div.index-actions div.action {
+	margin-bottom: 1em;
+}
+
+/*
+ * image page
+ */
+div.col.main div.content-images {
+	border: 1px solid silver;
+}
+div.col.main div.content-images table {
+	border-collapse:collapse; /* for tight digilib */
+}
+
+/*
+ * thumbnail overview
+ */
+div.col.main div.content-thumbs {
+	border: 1px solid silver;
+    padding: 1em;
+}
+div.col.main table.thumbs td {
+	text-align: center;
+}