Changeset 510:4fb35343d2e7 in documentViewer for css
- Timestamp:
- Feb 28, 2012, 9:39:21 AM (13 years ago)
- Branch:
- elementtree
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r489 r510 3 3 display: table-row; 4 4 } 5 div.col-left { 6 display: table-cell; 7 vertical-align: top; 8 } 9 div.col-main { 10 display: table-cell; 11 vertical-align: top; 12 } 13 div.col-right { 5 div.page-body div.col { 14 6 display: table-cell; 15 7 vertical-align: top; … … 20 12 } 21 13 22 div.col-left .thumb { 14 div.toc-text .toc, div.toc-figures .toc { 15 float:left; 16 clear:right; 17 } 18 div.toc-text .toc.float.right, div.toc-figures .toc.float.right { 19 float:right; 20 } 21 22 div.toc-thumbs .thumb { 23 23 padding: 3px; 24 24 } 25 div. col-left.thumbsel {25 div.toc-thumbs .thumbsel { 26 26 padding: 2px; 27 27 border: 1px solid blue; 28 28 } 29 div. col-left.thumbcap {29 div.toc-thumbs .thumbcap { 30 30 color: black; 31 31 } 32 33 div.col-left .toc {34 float:left;35 clear:right;36 }37 div.col-left .toc.float.right {38 float:right;39 }
Note: See TracChangeset
for help on using the changeset viewer.