1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rdf/tests/dsds/DataSourceViewer.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +tree { 1.5 + display: table; 1.6 + background-color: white; 1.7 + border: none; 1.8 + border-spacing: 0px; 1.9 + /*border-collapse: collapse;*/ 1.10 + width: 100%; 1.11 + table-layout: fixed; 1.12 +} 1.13 + 1.14 +treeitem { 1.15 + display: table-row; 1.16 +} 1.17 + 1.18 +treehead { 1.19 + display: table-header-group; 1.20 +} 1.21 + 1.22 +treebody { 1.23 + display: table-row-group; 1.24 +} 1.25 + 1.26 +treecell { 1.27 + display: table-cell; 1.28 + color: black; 1.29 + font-family: Verdana; 1.30 + font-size: 10pt; 1.31 + white-space: nowrap; 1.32 +} 1.33 + 1.34 +treecell[selectedcell] { 1.35 + background-color: #666699; 1.36 + color: white; 1.37 +}