Skip to content

Commit dbde778

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

4 files changed

Lines changed: 145 additions & 132 deletions

File tree

static/css/search.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,17 +382,25 @@ tr {
382382
display: table;
383383
width: 100%; }
384384

385-
.expansion-toggle i {
385+
.table-striped > tbody > tr.entity-table-row.open {
386+
background-color: #ffebce; !important
387+
}
388+
389+
.expansion-toggle {
390+
text-align: center;
386391
font-size: larger;
387392
}
388393

389394
.expansion-toggle.open {
390-
background-color: #c5b9d5;
395+
background-color: #ffebce;
396+
}
397+
398+
.table-striped > tbody > tr.entity-table-row:hover {
399+
background-color: #b7cfe5;
391400
}
392401

393402
.expansion-toggle:hover {
394403
cursor: pointer;
395-
background-color: #b7cfe5;
396404
}
397405

398406
.export-button:hover, .citations-button:hover, .btnGroupDropViewers:hover {
@@ -410,13 +418,14 @@ tr {
410418
#studies_table_head th.ckbx:not(.cartnumholder), #studies_table td.ckbx:not(.cartnumholder),
411419
#series_table_head th.ckbx, #series_table td.ckbx {
412420
width: 5%;
421+
text-align: left !important;
413422
}
414423

415424
#search_def_stats {
416425
padding-top: 8px; }
417426

418427
#projects_table td, #projects_table_head th {
419-
width: 30%;
428+
width: 40%;
420429
word-wrap: break-word; }
421430

422431
#cases_table td, #cases_table_head th {
@@ -473,9 +482,9 @@ tr {
473482
#studies_table_head th.download-col,
474483
#studies_table td.download-col, #cases_table_head th.download-col,
475484
#cases_table td.download-col, #series_table_head th.download-col,
476-
#series_table td.download-col {
485+
#series_table td.download-col, #proj_table th.download-col, #proj_table td.download-col {
477486
width:6%;
478-
min-width: 80px;
487+
min-width: 60px;
479488
}
480489

481490
#series_table_head th, #series_table td {

static/js/explore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ require([
455455
interactive: true,
456456
allowHTML: true,
457457
placement: 'right',
458+
theme: 'dark',
458459
content: 'add series to cart', // placeholder text
459460
target: '.shopping-cart-holder',
460461
plugins: [dynamicTipFunc]

0 commit comments

Comments
 (0)