comparison src/main/webapp/annotationBrowser/css/tag.css @ 37:34b9d044d0bf

authorisation added js / css aufgeraeumt
author dwinter
date Wed, 26 Sep 2012 14:48:41 +0200
parents
children
comparison
equal deleted inserted replaced
35:b5018d6027eb 37:34b9d044d0bf
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 }