File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -660,6 +660,10 @@ table#dirlist { /* the "Name" column */
660
660
border-collapse : collapse;
661
661
}
662
662
663
+ table # dirlist thead tr : nth-child (1 ) {
664
+ height : 22px ;
665
+ }
666
+
663
667
/* The tablersorter jQuery plugin makes the header fields clickable. */
664
668
# dirlist th {
665
669
cursor : pointer;
Original file line number Diff line number Diff line change @@ -698,6 +698,10 @@ table#dirlist { /* the "Name" column */
698
698
border-collapse : collapse;
699
699
}
700
700
701
+ table # dirlist thead tr : nth-child (1 ) {
702
+ height : 22px ;
703
+ }
704
+
701
705
/* The tablersorter jQuery plugin makes the header fields clickable. */
702
706
# dirlist th {
703
707
cursor : pointer;
Original file line number Diff line number Diff line change @@ -753,6 +753,10 @@ table#dirlist { /* the "Name" column */
753
753
border-collapse : collapse;
754
754
}
755
755
756
+ table # dirlist thead tr : nth-child (1 ) {
757
+ height : 22px ;
758
+ }
759
+
756
760
/* The tablersorter jQuery plugin makes the header fields clickable. */
757
761
# dirlist th {
758
762
cursor : pointer;
You can’t perform that action at this time.
0 commit comments