Mercurial > repos > eduardo > annotateviz
comparison static/css/main.css @ 0:7537482eed36 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotateviz commit 9bbaa3eacc76ff3bf2b6da313cc0d85705f15dd1-dirty
author | eduardo |
---|---|
date | Sat, 17 Jun 2017 13:31:06 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7537482eed36 |
---|---|
1 .grid { | |
2 width: 100%; | |
3 height: 400px; | |
4 } | |
5 .ui-grid-cell-contents { | |
6 padding: 1px 1px; | |
7 | |
8 } | |
9 | |
10 .grid .ui-grid-row, | |
11 .grid .ui-grid-cell, | |
12 .grid .ui-grid-cell .ui-grid-vertical-bar { | |
13 | |
14 height: 16px !important; | |
15 font-size: 10px; | |
16 line-height: 14px; | |
17 } | |
18 .ui-grid-render-container-body .ui-grid-header-cell, | |
19 .ui-grid-render-container-left .ui-grid-header-cell, | |
20 .ui-grid-header-cell { | |
21 height:16px; | |
22 font-size: 10px; | |
23 } | |
24 .ui-grid-filter-container { | |
25 padding: 1px 3px; | |
26 } | |
27 | |
28 | |
29 .ui-grid .ui-grid-render-container-body .ui-grid-viewport { | |
30 overflow-x: hidden !important; | |
31 overflow-y: auto !important; | |
32 | |
33 } | |
34 | |
35 |