Mercurial > repos > brasset_jensen > srnapipe
annotate lib/sRNAPipe/css/bootstrap-table.css @ 65:0e9adbd82bb4 draft
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit a623ac00600191204ede63c45862a7fbb561afd2
| author | brasset_jensen | 
|---|---|
| date | Wed, 30 Jan 2019 02:41:24 -0500 | 
| parents | 967512924317 | 
| children | 
| rev | line source | 
|---|---|
| 64 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 1 /** | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 2 * @author zhixin wen <wenzhixin2010@gmail.com> | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 3 * version: 1.11.1 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 4 * https://github.com/wenzhixin/bootstrap-table/ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 5 */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 6 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 7 .bootstrap-table .table { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 8 margin-bottom: 0 !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 9 border-bottom: 1px solid #dddddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 10 border-collapse: collapse !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 11 border-radius: 1px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 12 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 13 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 14 .bootstrap-table .table:not(.table-condensed), | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 15 .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 16 .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 17 .bootstrap-table .table:not(.table-condensed) > thead > tr > td, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 18 .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 19 .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 20 padding: 8px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 21 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 22 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 23 .bootstrap-table .table.table-no-bordered > thead > tr > th, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 24 .bootstrap-table .table.table-no-bordered > tbody > tr > td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 25 border-right: 2px solid transparent; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 26 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 27 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 28 .bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 29 border-right: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 30 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 31 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 32 .fixed-table-container { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 33 position: relative; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 34 clear: both; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 35 border: 1px solid #dddddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 36 border-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 37 -webkit-border-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 38 -moz-border-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 39 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 40 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 41 .fixed-table-container.table-no-bordered { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 42 border: 1px solid transparent; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 43 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 44 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 45 .fixed-table-footer, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 46 .fixed-table-header { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 47 overflow: hidden; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 48 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 49 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 50 .fixed-table-footer { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 51 border-top: 1px solid #dddddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 52 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 53 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 54 .fixed-table-body { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 55 overflow-x: auto; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 56 overflow-y: auto; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 57 height: 100%; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 58 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 59 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 60 .fixed-table-container table { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 61 width: 100%; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 62 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 63 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 64 .fixed-table-container thead th { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 65 height: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 66 padding: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 67 margin: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 68 border-left: 1px solid #dddddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 69 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 70 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 71 .fixed-table-container thead th:focus { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 72 outline: 0 solid transparent; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 73 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 74 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 75 .fixed-table-container thead th:first-child { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 76 border-left: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 77 border-top-left-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 78 -webkit-border-top-left-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 79 -moz-border-radius-topleft: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 80 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 81 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 82 .fixed-table-container thead th .th-inner, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 83 .fixed-table-container tbody td .th-inner { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 84 padding: 8px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 85 line-height: 24px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 86 vertical-align: top; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 87 overflow: hidden; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 88 text-overflow: ellipsis; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 89 white-space: nowrap; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 90 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 91 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 92 .fixed-table-container thead th .sortable { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 93 cursor: pointer; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 94 background-position: right; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 95 background-repeat: no-repeat; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 96 padding-right: 30px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 97 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 98 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 99 .fixed-table-container thead th .both { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 100 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC'); | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 101 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 102 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 103 .fixed-table-container thead th .asc { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 104 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=='); | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 105 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 106 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 107 .fixed-table-container thead th .desc { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 108 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= '); | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 109 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 110 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 111 .fixed-table-container th.detail { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 112 width: 30px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 113 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 114 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 115 .fixed-table-container tbody td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 116 border-left: 1px solid #dddddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 117 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 118 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 119 .fixed-table-container tbody tr:first-child td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 120 border-top: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 121 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 122 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 123 .fixed-table-container tbody td:first-child { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 124 border-left: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 125 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 126 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 127 /* the same color with .active */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 128 .fixed-table-container tbody .selected td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 129 background-color: #f5f5f5; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 130 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 131 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 132 .fixed-table-container .bs-checkbox { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 133 text-align: center; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 134 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 135 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 136 .fixed-table-container .bs-checkbox .th-inner { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 137 padding: 8px 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 138 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 139 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 140 .fixed-table-container input[type="radio"], | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 141 .fixed-table-container input[type="checkbox"] { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 142 margin: 0 auto !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 143 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 144 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 145 .fixed-table-container .no-records-found { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 146 text-align: center; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 147 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 148 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 149 .fixed-table-pagination div.pagination, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 150 .fixed-table-pagination .pagination-detail { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 151 margin-top: 10px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 152 margin-bottom: 10px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 153 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 154 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 155 .fixed-table-pagination div.pagination .pagination { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 156 margin: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 157 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 158 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 159 .fixed-table-pagination .pagination a { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 160 padding: 6px 12px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 161 line-height: 1.428571429; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 162 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 163 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 164 .fixed-table-pagination .pagination-info { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 165 line-height: 34px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 166 margin-right: 5px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 167 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 168 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 169 .fixed-table-pagination .btn-group { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 170 position: relative; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 171 display: inline-block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 172 vertical-align: middle; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 173 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 174 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 175 .fixed-table-pagination .dropup .dropdown-menu { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 176 margin-bottom: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 177 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 178 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 179 .fixed-table-pagination .page-list { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 180 display: inline-block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 181 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 182 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 183 .fixed-table-toolbar .columns-left { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 184 margin-right: 5px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 185 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 186 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 187 .fixed-table-toolbar .columns-right { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 188 margin-left: 5px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 189 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 190 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 191 .fixed-table-toolbar .columns label { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 192 display: block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 193 padding: 3px 20px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 194 clear: both; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 195 font-weight: normal; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 196 line-height: 1.428571429; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 197 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 198 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 199 .fixed-table-toolbar .bs-bars, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 200 .fixed-table-toolbar .search, | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 201 .fixed-table-toolbar .columns { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 202 position: relative; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 203 margin-top: 10px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 204 margin-bottom: 10px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 205 line-height: 34px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 206 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 207 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 208 .fixed-table-pagination li.disabled a { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 209 pointer-events: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 210 cursor: default; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 211 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 212 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 213 .fixed-table-loading { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 214 display: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 215 position: absolute; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 216 top: 42px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 217 right: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 218 bottom: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 219 left: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 220 z-index: 99; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 221 background-color: #fff; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 222 text-align: center; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 223 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 224 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 225 .fixed-table-body .card-view .title { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 226 font-weight: bold; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 227 display: inline-block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 228 min-width: 30%; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 229 text-align: left !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 230 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 231 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 232 /* support bootstrap 2 */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 233 .fixed-table-body thead th .th-inner { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 234 box-sizing: border-box; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 235 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 236 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 237 .table th, .table td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 238 vertical-align: middle; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 239 box-sizing: border-box; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 240 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 241 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 242 .fixed-table-toolbar .dropdown-menu { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 243 text-align: left; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 244 max-height: 300px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 245 overflow: auto; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 246 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 247 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 248 .fixed-table-toolbar .btn-group > .btn-group { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 249 display: inline-block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 250 margin-left: -1px !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 251 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 252 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 253 .fixed-table-toolbar .btn-group > .btn-group > .btn { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 254 border-radius: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 255 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 256 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 257 .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 258 border-top-left-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 259 border-bottom-left-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 260 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 261 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 262 .fixed-table-toolbar .btn-group > .btn-group:last-child > .btn { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 263 border-top-right-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 264 border-bottom-right-radius: 4px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 265 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 266 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 267 .bootstrap-table .table > thead > tr > th { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 268 vertical-align: bottom; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 269 border-bottom: 1px solid #ddd; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 270 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 271 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 272 /* support bootstrap 3 */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 273 .bootstrap-table .table thead > tr > th { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 274 padding: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 275 margin: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 276 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 277 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 278 .bootstrap-table .fixed-table-footer tbody > tr > td { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 279 padding: 0 !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 280 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 281 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 282 .bootstrap-table .fixed-table-footer .table { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 283 border-bottom: none; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 284 border-radius: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 285 padding: 0 !important; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 286 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 287 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 288 .bootstrap-table .pull-right .dropdown-menu { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 289 right: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 290 left: auto; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 291 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 292 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 293 /* calculate scrollbar width */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 294 p.fixed-table-scroll-inner { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 295 width: 100%; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 296 height: 200px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 297 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 298 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 299 div.fixed-table-scroll-outer { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 300 top: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 301 left: 0; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 302 visibility: hidden; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 303 width: 200px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 304 height: 150px; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 305 overflow: hidden; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 306 } | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 307 | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 308 /* for get correct heights */ | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 309 .fixed-table-toolbar:after, .fixed-table-pagination:after { | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 310 content: ""; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 311 display: block; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 312 clear: both; | 
| 
967512924317
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit 410509088292be0687b8da3ea3bb75e72866a87d
 brasset_jensen parents: diff
changeset | 313 } | 
