source: AnnotationManagerN4J/src/main/webapp/tags/css/tag.css @ 31:9f653697437e

Last change on this file since 31:9f653697437e was 31:9f653697437e, checked in by dwinter, 12 years ago

annotationbrowser

File size: 512 bytes
Line 
1/*
2Cascading Style Sheets, level 2 revision 1.
3CSS 2.1 Specification is available at
4http://www.w3.org/TR/2006/WD-CSS21-20061106/
5*/
6
7#viewer {display:table-row}
8#tagList { display:table-cell;
9padding:40px;
10border-right:2px solid;
11}
12
13
14#annotations { display:table-cell}
15
16.annotationRow {padding-bottom:10px;
17border-bottom:2px solid;
18display:table-row}
19
20.annotationCol {
21display:table-cell;
22padding-left:20px;
23padding-bottom:10px;
24}
25.dcMetaData {
26display:table-row;
27}
28
29.annotatonMetaData{
30padding-bottom:30px;
31}
Note: See TracBrowser for help on using the repository browser.