Changeset 510:4fb35343d2e7 in documentViewer for css


Ignore:
Timestamp:
Feb 28, 2012, 9:39:21 AM (12 years ago)
Author:
casties
Branch:
elementtree
Message:

more search. nicer css.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r489 r510  
    33    display: table-row;
    44}
    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 {
     5div.page-body div.col {
    146    display: table-cell;
    157    vertical-align: top;
     
    2012}
    2113
    22 div.col-left .thumb {
     14div.toc-text .toc, div.toc-figures .toc {
     15    float:left;
     16    clear:right;
     17}
     18div.toc-text .toc.float.right, div.toc-figures .toc.float.right  {
     19    float:right;
     20}
     21
     22div.toc-thumbs .thumb {
    2323    padding: 3px;
    2424}
    25 div.col-left .thumbsel {
     25div.toc-thumbs .thumbsel {
    2626    padding: 2px;
    2727    border: 1px solid blue;
    2828}
    29 div.col-left .thumbcap {
     29div.toc-thumbs .thumbcap {
    3030    color: black;
    3131}
    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.