Skip to content

Commit 44f3251

Browse files
committed
Merge branch 'master' of https://github.com/ImagingDataCommons/IDC-WebApp into idc-test
2 parents dbde778 + f0d8bd1 commit 44f3251

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

static/css/search.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,15 +417,16 @@ tr {
417417
#cases_table_head th.ckbx:not(.cartnumholder), #cases_table td.ckbx:not(.cartnumholder),
418418
#studies_table_head th.ckbx:not(.cartnumholder), #studies_table td.ckbx:not(.cartnumholder),
419419
#series_table_head th.ckbx, #series_table td.ckbx {
420-
width: 5%;
420+
width: 3%;
421421
text-align: left !important;
422+
min-width: 40px;
422423
}
423424

424425
#search_def_stats {
425426
padding-top: 8px; }
426427

427428
#projects_table td, #projects_table_head th {
428-
width: 40%;
429+
width: 45%;
429430
word-wrap: break-word; }
430431

431432
#cases_table td, #cases_table_head th {
@@ -483,8 +484,8 @@ tr {
483484
#studies_table td.download-col, #cases_table_head th.download-col,
484485
#cases_table td.download-col, #series_table_head th.download-col,
485486
#series_table td.download-col, #proj_table th.download-col, #proj_table td.download-col {
486-
width:6%;
487-
min-width: 60px;
487+
width:3%;
488+
min-width: 40px;
488489
}
489490

490491
#series_table_head th, #series_table td {

0 commit comments

Comments
 (0)