view src/main/webapp/annotationBrowser/css/annotation.css @ 56:30c2e7d4eaf9

CLOSED - # 1: AnnotationServer configuration https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/ticket/1
author casties
date Tue, 20 Nov 2012 16:54:03 +0100
parents 9f653697437e
children
line wrap: on
line source

/*
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;
}