@@ -299,63 +299,49 @@ ul ul{
299299 margin-left : 1em ;
300300}
301301
302- . pure-table thead {
302+ thead {
303303 background-color : # 3D3D3D !important ;
304304 color : # ebebeb ;
305305 text-align : left;
306306 vertical-align : bottom;
307307 font-family : "montserratLight" , sans-serif;
308308}
309- .th {
310- padding-top : 9px !important ;
311- padding-bottom : 9px !important ;
312- }
313- .pure-table td {
309+
310+ td {
314311 border-left : 1px solid # E2E2E2 !important ;
315312 border-left-width : 1px ;
316313 border-width : 0 0 0 1px ;
317314 border-left-width : 1px ;
315+ border-bottom : 1px solid # cbcbcb ;
318316 font-size : 11px !important ;
319317 margin : 0 ;
320318 overflow : visible;
321319 padding : 0.5em 0.6em !important ;
322320}
323- .pure-table th {
321+
322+ th {
324323 border-left : 1px solid # 3D3D3D !important ;
325324 border-left-width : 1px ;
326325 border-width : 0 0 0 1px ;
327326 border-left-width : 1px ;
327+ border-bottom : 1px solid # cbcbcb ;
328328 font-size : 10px !important ;
329329 margin : 0 ;
330330 overflow : visible;
331331 padding : 0.4em 0.8em !important ;
332332}
333- .pure-table {
334- border : 0px !important ;
335- }
336- .pure-table table tbody {
333+
334+ table tbody {
337335 border-collapse : collapse;
338336 border-spacing : 0 ;
339337 empty-cells : show;
340338 border : 1px solid # E2E2E2 !important ;
341339}
342- .pure-table-bordered td {
343- border-bottom : 1px solid # cbcbcb ;
344- }
345- .pure-table td , .pure-table th {
346- border-left : 1px solid # cbcbcb ;
347- border-left-width : 1px ;
348- border-width : 0 0 0 1px ;
349- border-bottom-width : 0px ;
350- border-left-width : 1px ;
351- font-size : inherit;
352- margin : 0 ;
353- overflow : visible;
354- padding : .5em 1em ;
355- }
356- .pure-table-striped tr : nth-child (2n-1) td {
340+
341+ tr : nth-child (2n-1) td {
357342 background-color : # f2f2f2 ;
358343}
344+
359345.flag-true {
360346 width : 15px ;
361347 height : 15px ;
@@ -366,6 +352,7 @@ ul ul{
366352 background-position : center center;
367353 background-repeat : no-repeat;
368354}
355+
369356.flag-false {
370357 margin-left : auto;
371358 margin-right : auto;
0 commit comments