view src/main/webapp/annotationBrowser/css/resource.css @ 92:aadf8760216d admin_ui_rel_links

Starting 'admin_ui_rel_links' branch
author casties
date Mon, 09 Feb 2015 12:50:47 +0100
parents 5e9d90461929
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;
}