--- documentViewer/css/docuviewer.css 2011/08/15 19:09:07 1.1.10.1 +++ documentViewer/css/docuviewer.css 2011/08/25 15:05:22 1.1.10.8 @@ -1,21 +1,39 @@ -div.page_body { - display: table-row; +div.page-body { + display: table-row; } -div.toc { - display: table-cell; +div.col-left { + display: table-cell; + vertical-align: top; +} +div.col-main { + display: table-cell; + vertical-align: top; } -div.text { +div.col-right { display: table-cell; + vertical-align: top; +} + +div.toc-text, div.toc-figures { + max-width: 20em; } -.thumb { - padding: 3px; +div.col-left .thumb { + padding: 3px; +} +div.col-left .thumbsel { + padding: 2px; + border: 1px solid blue; +} +div.col-left .thumbcap { + color: black; +} + +div.col-left .toc { + float:left; + clear:right; +} +div.col-left .toc.float.right { + float:right; } -.thumbsel { - padding: 2px; - border: 1px solid blue; -} -.thumbcap { - color: black; -} \ No newline at end of file