source: documentViewer/css/docuviewer.css @ 511:551ca1641a5e

elementtree
Last change on this file since 511:551ca1641a5e was 511:551ca1641a5e, checked in by casties, 12 years ago

more cleanup.
search really works now.

File size: 603 bytes
Line 
1
2div.page-body {
3    display: table-row;
4}
5div.page-body div.col {
6    display: table-cell;
7    vertical-align: top;
8}
9
10div.toc-text, 
11div.toc-figures {
12    max-width: 20em;
13}
14
15div.col.results {
16        max-width: 20em;
17}
18
19div.toc-text .toc, 
20div.toc-figures .toc {
21    float:left;
22    clear:right; 
23}
24div.toc-text .toc.float.right, 
25div.toc-figures .toc.float.right  {
26    float:right;
27}
28
29div.toc-thumbs .thumb {
30    padding: 3px;
31}
32div.toc-thumbs .thumbsel {
33    padding: 2px;
34    border: 1px solid blue;
35}
36div.toc-thumbs .thumbcap {
37    color: black;
38}
39
40span.hit.highlight {
41        background-color: lightgreen;
42}
Note: See TracBrowser for help on using the repository browser.