File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 241241
242242.lpt .lpt-topSection , .lpt .lpt-bottomSection {
243243 position : relative;
244+ overflow : hidden;
244245}
245246
246247.lpt .lpt-header {
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
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 );
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 {
You can’t perform that action at this time.
0 commit comments