Skip to content

Commit 4f2c66d

Browse files
FF, IE fixes
1 parent 201184c commit 4f2c66d

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

source/css/LightPivot.css

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241

242242
.lpt .lpt-topSection, .lpt .lpt-bottomSection {
243243
position: relative;
244+
overflow: hidden;
244245
}
245246

246247
.lpt .lpt-header {
@@ -256,8 +257,8 @@
256257
.lpt .lpt-topHeader {
257258
position: relative;
258259
overflow: hidden;
259-
z-index: 1;
260-
box-shadow: 0 0 0 1px rgb(208, 208, 208);
260+
/*z-index: 1;*/
261+
/*box-shadow: 0 0 0 1px rgb(208, 208, 208);*/
261262
/*margin-left: 100px;*/
262263
}
263264

@@ -268,6 +269,10 @@
268269
/*width: 100px;*/
269270
}
270271

272+
.lpt .lpt-leftHeader tr:first-child th {
273+
border-top: none;
274+
}
275+
271276
.lpt .lpt-leftHeader.bordered {
272277
z-index: 1;
273278
box-shadow: 0 0 0 1px rgb(208, 208, 208);
@@ -289,29 +294,26 @@
289294
/*margin-left: 100px;*/
290295
}
291296

297+
.lpt .lpt-tableBlock tr:first-child td {
298+
border-top: none;
299+
}
300+
292301
.lpt .lpt-headerValue {
293302
display: table-cell;
294303
font-weight: bold;
295304
border-right: none;
296-
border-bottom: none;
297-
height: 100%;
305+
/*border-bottom: none;*/
306+
/*height: 100%;*/
307+
box-sizing: border-box;
298308
vertical-align: bottom;
299309
}
300310

301-
/*.lpt .lpt-topHeader th:first-child {*/
302-
/*border-left: none;*/
303-
/*}*/
304-
305-
/*.lpt .lpt-leftHeader tr:first-child th {*/
306-
/*border-top: none;*/
307-
/*}*/
308-
309311
.lpt .lpt-leftHeader th {
310312
border-right: none;
311313
}
312314

313315
.lpt .lpt-topHeader th {
314-
border-bottom: none;
316+
/*border-bottom: none;*/
315317
}
316318

317319
.lpt .lpt-leftHeader table {

0 commit comments

Comments
 (0)