comparison static/css/main.css @ 0:c03cf513baf3 draft default tip

planemo upload commit af9b813e424144b8bd7d9b9ce6e3a3c93bc9f549-dirty
author eduardo
date Mon, 01 May 2017 14:56:39 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c03cf513baf3
1 .grid {
2 width: 100%;
3 height: 800px;
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