diff src/main/webapp/annotationBrowser/css/resource.css @ 44:5e9d90461929

rest interface for resources
author dwinter
date Wed, 26 Sep 2012 17:01:59 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/annotationBrowser/css/resource.css	Wed Sep 26 17:01:59 2012 +0200
@@ -0,0 +1,31 @@
+/*
+Cascading Style Sheets, level 2 revision 1. 
+CSS 2.1 Specification is available at 
+http://www.w3.org/TR/2006/WD-CSS21-20061106/
+*/
+
+#viewer {display:table-row}
+#tagList { display:table-cell;
+padding:40px;
+border-right:2px solid;
+}
+
+
+#annotations { display:table-cell}
+
+.annotationRow {padding-bottom:10px;
+border-bottom:2px solid;
+display:table-row}
+
+.annotationCol {
+display:table-cell;
+padding-left:20px;
+padding-bottom:10px;
+}
+.dcMetaData {
+display:table-row;
+}
+
+.annotatonMetaData{
+padding-bottom:30px;
+}
\ No newline at end of file