--- documentViewer/css/docuviewer.css 2011/08/16 10:02:00 1.1.10.2 +++ documentViewer/css/docuviewer.css 2011/08/24 08:58:20 1.1.10.7 @@ -1,34 +1,39 @@ -div.page_body { +div.page-body { display: table-row; } -div.col_left { +div.col-left { display: table-cell; + vertical-align: top; } -div.col_main { +div.col-main { display: table-cell; + vertical-align: top; +} +div.col-right { + display: table-cell; + vertical-align: top; } -div.col_left { - /* would be better without fixed width */ +div.col-left.text { max-width: 20em; } -div.col_left .thumb { +div.col-left .thumb { padding: 3px; } -div.col_left .thumbsel { +div.col-left .thumbsel { padding: 2px; border: 1px solid blue; } -div.col_left .thumbcap { +div.col-left .thumbcap { color: black; } -div.col_left .toc { +div.col-left .toc { float:left; clear:right; } -div.col_left .toc.float.right { +div.col-left .toc.float.right { float:right; -} \ No newline at end of file +}