We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd2589 commit 1dcdeb5Copy full SHA for 1dcdeb5
grid-markup/grid.css
@@ -1,3 +1,33 @@
1
/*
2
* grid.css
3
*/
4
+
5
+/*
6
+Functional
7
+*/
8
+.ui-grid .ui-grid-head-table, .ui-grid .ui-grid-body-table {
9
+ border-collapse: collapse;
10
+ table-layout: fixed;
11
+}
12
+.ui-grid .ui-grid-body-table thead th {
13
+ height: 0!important;
14
15
+.ui-grid .ui-grid-head-table th, .ui-grid .ui-grid-head-table td,
16
+.ui-grid .ui-grid-body-table th, .ui-grid .ui-grid-body-table td {
17
+ overflow: hidden;
18
+ white-space: nowrap;
19
20
21
22
+Presentational
23
24
+.ui-grid .ui-grid-body tr {
25
+ height: 2em;
26
27
+.ui-grid th, .ui-grid td {
28
+ padding: 0.2em 0.4em;
29
30
+.ui-grid tr.ui-state-default,
31
+.ui-grid td.ui-state-default {
32
+ background: none;
33
0 commit comments