Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/table/datatableadapter/EIS_DataTable.css

Diff revisions: vs.
  @@ -17,11 +17,11 @@
17 17 }
18 18
19 19 .dataGridFirstColumn {
20 -
20 +
21 21 }
22 22
23 23 .dataGridLastColumn {
24 -
24 +
25 25 }
26 26
27 27 .dataGridFooter {
  @@ -51,20 +51,20 @@
51 51
52 52 @if user.agent ie6 ie7 ie8 {
53 53 .dataGridCell {
54 -
54 +
55 55 margin: 0;
56 56 padding: 0 0;
57 57 text-align: left;
58 58 overflow: hidden;
59 59 }
60 -
60 +
61 61 .dataGridCell > div {
62 62 margin: 0;
63 63 padding: vCellPadding hCellPadding;
64 64 }
65 65 } @else {
66 66 .dataGridCell {
67 -
67 +
68 68 margin: 0;
69 69 padding: vCellPadding hCellPadding;
70 70 text-align: left;
  @@ -73,19 +73,19 @@
73 73 }
74 74
75 75 .dataGridFirstColumnFooter {
76 -
76 +
77 77 }
78 78
79 79 .dataGridFirstColumnHeader {
80 -
80 +
81 81 }
82 82
83 83 .dataGridLastColumnFooter {
84 -
84 +
85 85 }
86 86
87 87 .dataGridLastColumnHeader {
88 -
88 +
89 89 }
90 90
91 91 .dataGridSortableHeader {
  @@ -110,7 +110,7 @@
110 110 }
111 111
112 112 .dataGridEvenRowCell {
113 -
113 +
114 114 }
115 115
116 116 .dataGridOddRow {
  @@ -118,7 +118,7 @@
118 118 }
119 119
120 120 .dataGridOddRowCell {
121 -
121 +
122 122 }
123 123
124 124 .dataGridHoveredRow {
  @@ -126,7 +126,7 @@
126 126 }
127 127
128 128 .dataGridHoveredRowCell {
129 -
129 +
130 130 }
131 131
132 132 .dataGridKeyboardSelectedRow {
  @@ -134,7 +134,7 @@
134 134 }
135 135
136 136 .dataGridKeyboardSelectedRowCell {
137 -
137 +
138 138 }
139 139
140 140 .dataGridSelectedRow {
  @@ -151,7 +151,7 @@
151 151 * The keyboard selected cell is visible over selection.
152 152 */
153 153 .dataGridKeyboardSelectedCell {
154 -
154 +
155 155 }
156 156
157 157 .dataTableResizeHandle {