Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -12,91 +12,91 @@
12 12 @def hCellPadding 10px;
13 13
14 14 .cellTableWidget {
15 - border-collapse: collapse;
16 - empty-cells: empty;
17 - border-spacing: 0;
18 - font-family: Arial, Helvetica, sans-serif;
19 - font-size: inherit;
20 - border-left: cellBorderWidth solid headerBorderColor;
15 + border-collapse: collapse;
16 + empty-cells: empty;
17 + border-spacing: 0;
18 + font-family: Arial, Helvetica, sans-serif;
19 + font-size: inherit;
20 + border-left: cellBorderWidth solid headerBorderColor;
21 21 }
22 22
23 23 .cellTableFirstColumn {
24 -
24 +
25 25 }
26 26
27 27 .cellTableLastColumn {
28 -
28 +
29 29 }
30 30
31 31 .cellTableFooter {
32 - /*
33 - background: url("https://images-na.ssl-images-amazon.com/images/G/01/webservices/console/data_table_column_header_bg.png") repeat-x scroll 0 0 #D8D8DA;
34 - */
35 - font-weight: bold;
36 - text-decoration: none;
37 - vertical-align: bottom;
38 - color: headerTextColor;
39 - border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
40 - border-style: none solid solid none;
41 - border-width: 0 cellBorderWidth cellBorderWidth 0;
42 - margin: 0;
43 - padding: vCellPadding hCellPadding;
44 - text-align: left;
45 - overflow: hidden;
32 + /*
33 + background: url("https://images-na.ssl-images-amazon.com/images/G/01/webservices/console/data_table_column_header_bg.png") repeat-x scroll 0 0 #D8D8DA;
34 + */
35 + font-weight: bold;
36 + text-decoration: none;
37 + vertical-align: bottom;
38 + color: headerTextColor;
39 + border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
40 + border-style: none solid solid none;
41 + border-width: 0 cellBorderWidth cellBorderWidth 0;
42 + margin: 0;
43 + padding: vCellPadding hCellPadding;
44 + text-align: left;
45 + overflow: hidden;
46 46 }
47 47
48 48 .cellTableHeader {
49 - font-family: Verdana, Geneva, sans-serif;
50 - font-size: 12px;
51 - font-style: normal;
52 - background: url("https://images-na.ssl-images-amazon.com/images/G/01/webservices/console/data_table_column_header_bg.png") repeat-x scroll 0 0 #D8D8DA;
53 - vertical-align: bottom;
54 - color: headerTextColor;
55 - border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
56 - border-style: none solid solid none;
57 - border-width: 0 cellBorderWidth cellBorderWidth 0;
58 - margin: 0;
59 - padding: 0;
60 - text-align: left;
61 - overflow: hidden;
62 - }
49 + font-family: Verdana, Geneva, sans-serif;
50 + font-size: 12px;
51 + font-style: normal;
52 + background: url("https://images-na.ssl-images-amazon.com/images/G/01/webservices/console/data_table_column_header_bg.png") repeat-x scroll 0 0 #D8D8DA;
53 + vertical-align: bottom;
54 + color: headerTextColor;
55 + border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
56 + border-style: none solid solid none;
57 + border-width: 0 cellBorderWidth cellBorderWidth 0;
58 + margin: 0;
59 + padding: 0;
60 + text-align: left;
61 + overflow: hidden;
62 + }
63 63
64 64 .cellTableCell {
65 - border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
66 - border-style: none solid solid none;
67 - border-width: 0 cellBorderWidth cellBorderWidth 0;
68 - margin: 0;
69 - padding: vCellPadding hCellPadding;
70 - text-align: left;
71 - overflow: hidden;
72 - font-size: 12px;
73 - color: #333;
74 - font-family: Arial, Helvetica, sans-serif;
65 + border-color: headerTextColor headerBorderColor headerBorderColor headerTextColor;
66 + border-style: none solid solid none;
67 + border-width: 0 cellBorderWidth cellBorderWidth 0;
68 + margin: 0;
69 + padding: vCellPadding hCellPadding;
70 + text-align: left;
71 + overflow: hidden;
72 + font-size: 12px;
73 + color: #333;
74 + font-family: Arial, Helvetica, sans-serif;
75 75 }
76 76
77 77 .cellTableFirstColumnFooter {
78 -
78 +
79 79 }
80 80
81 81 .cellTableFirstColumnHeader {
82 -
82 +
83 83 }
84 84
85 85 .cellTableLastColumnFooter {
86 -
86 +
87 87 }
88 88
89 89 .cellTableLastColumnHeader {
90 -
90 +
91 91 }
92 92
93 93 .cellTableSortableHeader {
94 - cursor: pointer;
95 - cursor: hand;
94 + cursor: pointer;
95 + cursor: hand;
96 96 }
97 97
98 98 .cellTableSortableHeader:hover {
99 - color: #6c6b6b;
99 + color: #6c6b6b;
100 100 }
101 101
102 102 .cellTableSortedHeaderAscending {
  @@ -108,26 +108,26 @@
108 108 }
109 109
110 110 .cellTableEvenRow {
111 - background: #ffffff;
111 + background: #ffffff;
112 112 }
113 113
114 - .cellTableEvenRowCell {
114 + .cellTableEvenRowCell {
115 115 }
116 116
117 117 .cellTableOddRow {
118 - background: #ffffff;
118 + background: #ffffff;
119 119 }
120 120
121 121 .cellTableOddRowCell {
122 -
122 +
123 123 }
124 124
125 125 .cellTableHoveredRow {
126 - background: #ffffdd;
126 + background: #ffffdd;
127 127 }
128 128
129 129 .cellTableHoveredRowCell {
130 -
130 +
131 131 }
132 132
133 133 .cellTableKeyboardSelectedRow {
  @@ -135,37 +135,37 @@
135 135 }
136 136
137 137 .cellTableKeyboardSelectedRowCell {
138 -
138 +
139 139 }
140 140
141 141 .cellTableSelectedRow {
142 - color: #000000;
143 - height: auto;
144 - overflow: auto;
142 + color: #000000;
143 + height: auto;
144 + overflow: auto;
145 145 }
146 146
147 147 .cellTableSelectedRowCell {
148 - background: #eaf3fe;
148 + background: #eaf3fe;
149 149 }
150 150
151 151 /**
152 152 * The keyboard selected cell is visible over selection.
153 153 */
154 154 .cellTableKeyboardSelectedCell {
155 -
155 +
156 156 }
157 157
158 158 .cellTableLoading {
159 - margin: 30px;
159 + margin: 30px;
160 160 }
161 161
162 162 .resizableCellTableResizeHandle {
163 - position: absolute;
164 - top: 0;
165 - bottom: 0;
166 - right: 0;
167 - width: 4px;
168 - cursor: col-resize;
163 + position: absolute;
164 + top: 0;
165 + bottom: 0;
166 + right: 0;
167 + width: 4px;
168 + cursor: col-resize;
169 169 }
170 170
171 171 .cellTableLastColumnHeader .resizableCellTableResizeHandle {
  @@ -174,9 +174,9 @@
174 174 }
175 175
176 176 .resizableCellTableHeader {
177 - position: relative;
178 - padding: vCellPadding hCellPadding;
179 - white-space: nowrap;
177 + position: relative;
178 + padding: vCellPadding hCellPadding;
179 + white-space: nowrap;
180 180 }
181 181
182 182 .scrollableTableBody {