comparison 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
comparison
equal deleted inserted replaced
43:d1bef7952bec 44:5e9d90461929
1 /*
2 Cascading Style Sheets, level 2 revision 1.
3 CSS 2.1 Specification is available at
4 http://www.w3.org/TR/2006/WD-CSS21-20061106/
5 */
6
7 #viewer {display:table-row}
8 #tagList { display:table-cell;
9 padding:40px;
10 border-right:2px solid;
11 }
12
13
14 #annotations { display:table-cell}
15
16 .annotationRow {padding-bottom:10px;
17 border-bottom:2px solid;
18 display:table-row}
19
20 .annotationCol {
21 display:table-cell;
22 padding-left:20px;
23 padding-bottom:10px;
24 }
25 .dcMetaData {
26 display:table-row;
27 }
28
29 .annotatonMetaData{
30 padding-bottom:30px;
31 }