File tree 1 file changed +23
-9
lines changed
notebook/static/notebook/less
1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 59
59
table {
60
60
margin-left : auto ;
61
61
margin-right : auto ;
62
- border : 1 px solid @rendered_html_border_color ;
62
+ border : none ;
63
63
border-collapse : collapse ;
64
+ border-spacing : 0 ;
65
+ color : @rendered_html_border_color ;
66
+ font-size : 12px ;
67
+ table-layout : fixed ;
64
68
}
65
- tr , th , td {
66
- border : 1px solid @rendered_html_border_color ;
67
- border-collapse : collapse ;
68
- margin : 1em 2em ;
69
+ thead {
70
+ border-bottom : 1px solid @rendered_html_border_color ;
71
+ vertical-align : bottom ;
69
72
}
70
- td , th {
71
- text-align : left ;
73
+ tr , th , td {
74
+ text-align : right ;
72
75
vertical-align : middle ;
73
- padding : 4px ;
76
+ padding : 0.5em 0.5em ;
77
+ line-height : 1.0 ;
78
+ white-space : nowrap ;
79
+ max-width : 100px ;
80
+ text-overflow : ellipsis ;
81
+ overflow : hidden ;
82
+ border : none ;
83
+ }
84
+ th {
85
+ font-weight : bold ;
86
+ }
87
+ tbody tr :nth- child(odd) {
88
+ background : #f5f5f5 ;
74
89
}
75
- th {font-weight : bold ;}
76
90
* + table {margin-top : 1em ;}
77
91
78
92
p {text-align : left ;}
You can’t perform that action at this time.
0 commit comments