Skip to content

Commit

Permalink
HCU #204 - Nutzerkonto
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Jun 6, 2024
1 parent 5aeab06 commit 94673a3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 20 additions & 0 deletions themes/belugax_hcu/css/belugax_hcu.css
Original file line number Diff line number Diff line change
Expand Up @@ -12767,6 +12767,7 @@ small.belugax-copy li img {
.myresearch-menu a:hover,
.myresearch-menu a:focus,
.myresearch-menu a:active {
border: none;
border-top: 1px solid #e4e4e4;
}

Expand Down Expand Up @@ -14501,6 +14502,10 @@ th.tablesorter-headerDesc::after {
}

/* Base template adaptation */
th {
font-weight: bold;
}

header {
padding: 0;
}
Expand Down Expand Up @@ -14769,10 +14774,25 @@ input.helpTooltipLink:hover {
width: 5%;
}

.myresearch-menu {
margin: 0;
}

.template-dir-myresearch th,
.template-dir-myresearch td,
.template-dir-holds th,
.template-dir-holds td,
.template-name-history th,
.template-name-history td,
.template-dir-myresearch .toolbar tr,
.template-dir-myresearch .toolbar td {
border-top: none;
}

.template-dir-myresearch tbody tr, .template-dir-holds tbody tr, .template-name-history tbody tr {
border-top: solid 1px var(--lightgrey);
}

/* Belugino fix */
.template-name-results .belugino-icon-cover {
margin-top: 5px;
Expand Down
4 changes: 0 additions & 4 deletions themes/belugax_hcu/templates/myresearch/checkedout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@
<?=$this->transEsc('by')?>:
<a href="<?=$this->record($resource)->getLink('author', $listAuthors[0])?>"><?=$this->escapeHtml($listAuthors[0])?></a><? if (count($listAuthors) > 1): ?>, <?=$this->transEsc('more_authors_abbrev')?><? endif; ?><br/>
<? endif; ?>
<? if (count($resource->getFormats()) > 0): ?>
<?=$this->record($resource)->getFormatList() ?>
<br/>
<? endif; ?>
<? if (!empty($ilsDetails['volume'])): ?>
<strong><?=$this->transEsc('Volume')?>:</strong> <?=$this->escapeHtml($ilsDetails['volume'])?>
<br />
Expand Down

0 comments on commit 94673a3

Please sign in to comment.