Skip to content

Commit c2679bd

Browse files
committed
Update Sprint 7 / 25
1 parent f67d9af commit c2679bd

File tree

2 files changed

+100
-26
lines changed

2 files changed

+100
-26
lines changed

css/00-central-package.css

Lines changed: 94 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@
196196

197197

198198
/*970 Journals and databases search */
199+
200+
199201
/*990 Other*/
200202

201203

@@ -605,16 +607,15 @@ bcu-lang-switch-component a:hover {
605607
.custom-tooltip .tooltip-text {
606608
visibility: hidden;
607609
font-size: 12px;
608-
width: 60px;
610+
width: 60px;
609611
background-color: #333;
610612
color: #fff;
611613
text-align: center;
612614
border-radius: 5px;
613615
padding: 5px;
614616
position: absolute;
615617
z-index: 1;
616-
top: 100%;
617-
/* Position unterhalb des Buttons */
618+
top: 100%; /* Position unterhalb des Buttons */
618619
left: 50%;
619620
transform: translateX(-50%);
620621
opacity: 0;
@@ -626,6 +627,7 @@ bcu-lang-switch-component a:hover {
626627
opacity: 0.8;
627628
}
628629

630+
629631
/*hiding Refworks from the pulldown menu*/
630632

631633
.my-refworks-ctm,
@@ -1091,6 +1093,7 @@ prm-resource-type-filter-bar button.md-button.md-primoExplore-theme.md-ink-rippl
10911093
button.resource-type-option.md-button.selectedResourceTypeOption:focus svg {
10921094
color: #222;
10931095
}
1096+
10941097
/*220 Frames*/
10951098

10961099
/*Genialy requests guide*/
@@ -1424,6 +1427,17 @@ md-checkbox .md-icon {
14241427
background-color: #ffffff;
14251428
}
14261429

1430+
/*Facet arrows*/
1431+
1432+
1433+
prm-facet-group .md-button:focus:not([disabled]) prm-icon{
1434+
color: #187474 !important;
1435+
}
1436+
1437+
prm-facet-group .section-title:hover span {
1438+
color: #222222 !important;
1439+
}
1440+
14271441
/*320 Top Bar*/
14281442

14291443
#mainResults>prm-search-result-tool-bar>div>md-toolbar>div.search-toolbar-title.hide-xs.layout-row>prm-add-query-to-saved-searches>.md-button:hover:not([disabled]) {
@@ -1837,9 +1851,7 @@ prm-alma-other-units>button>div>h3,
18371851
/* .DigiButtonLabel:nth-child(1),
18381852
.DigiButtonLabel1:nth-child(2) {
18391853
display: flex;
1840-
}
1841-
1842-
*/
1854+
} */
18431855

18441856
.DigiButtonLabel,
18451857
.DigiButtonLabel1 {
@@ -2602,9 +2614,7 @@ prm-alma-other-members .info-text {
26022614

26032615
/* .info-text {
26042616
display: none;
2605-
}
2606-
2607-
*/
2617+
} */
26082618

26092619

26102620
/*Hide "Online Access"*/
@@ -3135,6 +3145,12 @@ div#pickup_information_form button#form-close-btn {
31353145
display: none;
31363146
}
31373147

3148+
/*Rapido divider*/
3149+
3150+
prm-service-ngrs .divider {
3151+
background-color: unset !important;
3152+
}
3153+
31383154
/*480 Open URL Service Page*/
31393155

31403156

@@ -3749,12 +3765,13 @@ div#actionsList prm-action-list prm-action-container,
37493765
/*Page number alignement*/
37503766

37513767
.results-title.layout-row.is-categories-search {
3752-
align-self: center;
3768+
align-self: center;
37533769
}
37543770

3755-
#mainResults>div.results-title.layout-column {
3756-
align-self: center;
3771+
#mainResults > div.results-title.layout-column {
3772+
align-self: center;
37573773
}
3774+
37583775
/*990 Other*/
37593776

37603777

@@ -3892,12 +3909,12 @@ prm-location-items md-list prm-service-button .md-button.button-as-link,
38923909
prm-service-physical-best-offer .get_it_btn_physical,
38933910
md-input-container:after,
38943911
.slsp-citation-select-radio.md-active .md-on {
3895-
background-color: #3BBFAD !important;
3912+
background-color: #4E4A99 !important;
38963913
}
38973914

38983915
@media only screen and (max-width: 599px) {
38993916
prm-topbar .top-nav-bar {
3900-
border-color: #3BBFAD !important;
3917+
border-color: #4E4A99 !important;
39013918
}
39023919
}
39033920

@@ -3916,7 +3933,7 @@ button.switch-to-simple:hover,
39163933
#rapidoOffer prm-service-physical-best-offer .get_it_btn_digital:hover,
39173934
prm-service-physical-best-offer .get_it_btn_physical:hover,
39183935
prm-resource-type-filter-bar button.md-button.md-primoExplore-theme.md-ink-ripple:hover {
3919-
background-color: #83dcd0 !important;
3936+
background-color: #393765 !important;
39203937
}
39213938

39223939
/*font color of the primary color*/
@@ -3948,12 +3965,12 @@ button#get_it_btn_digital,
39483965
prm-service-button>button>span,
39493966
prm-resource-type-filter-bar .container .box div,
39503967
prm-resource-type-filter-bar prm-icon {
3951-
color: #14413c !important;
3968+
color: #fff !important;
39523969
}
39533970

39543971
button.switch-to-advanced.zero-margin.button-with-icon.md-button.md-primoExplore-theme.md-ink-ripple,
39553972
prm-resource-type-filter-bar button.md-button.md-primoExplore-theme.md-ink-ripple:hover {
3956-
border-color: #14413c !important;
3973+
border-color: #fff !important;
39573974
}
39583975

39593976

@@ -3980,13 +3997,13 @@ prm-resource-type-filter-bar button.md-button.md-primoExplore-theme.md-ink-rippl
39803997
.prm-alert-bg,
39813998
#rapidoOffer prm-rapido-no-offer-message .main_tile,
39823999
.diamond {
3983-
background-color: #8dd8d8 !important;
4000+
background-color: #99d0d0 !important;
39844001
}
39854002

39864003
.text-highlight,
39874004
mark,
39884005
prm-location-items>md-list>md-list-item>div>div>div>div>prm-service-button>button {
3989-
box-shadow: inset 0 -0.15em 0 0 #8dd8d8;
4006+
box-shadow: inset 0 -0.15em 0 0 #99d0d0;
39904007
}
39914008

39924009

@@ -3996,7 +4013,7 @@ prm-location-items>md-list>md-list-item>div>div>div>div>prm-service-button>butto
39964013

39974014
div.alert-bar .md-button:hover:not([disabled]),
39984015
slsp-edit-personal-details-component a.bar.alert-bar:hover {
3999-
background-color: #aff7f7 !important;
4016+
background-color: #b6fafa !important;
40004017
}
40014018

40024019

@@ -4037,14 +4054,60 @@ prm-resource-type-filter-bar button.selectedResourceTypeOption prm-icon {
40374054

40384055
/*Display "Open Knowledge Maps" link fully (facet group and okm link)*/
40394056
.okm-full {
4040-
display: none;
4057+
display: block;
40414058
}
40424059

40434060
/*Display the "Open Knowledge Maps" link in the facet group*/
40444061
eth-okm-link-component {
4045-
display: none;
4046-
}
4062+
display: block;
4063+
}
4064+
4065+
/************Temporary alert box*************
4066+
4067+
.iheid-alert::after,
4068+
.iheid-alert::before {
4069+
content: "";
4070+
display: table;
4071+
clear: both;
4072+
}
40474073
4074+
.iheid-alert:hover {
4075+
color: #000 !important;
4076+
background-color: #99d0d0 !important;
4077+
}
4078+
4079+
.iheid-alert {
4080+
background-color: #99d0d0 !important;
4081+
color: black;
4082+
box-shadow: 2px 1px 3px 0px rgb(0 0 0 / 8%), 0 2px 5px 0 rgb(0 0 0 / 8%);
4083+
margin: 8px 8px 4px 8px;
4084+
padding: 10px;
4085+
position: relative;
4086+
opacity: 1;
4087+
border-radius: 3px;
4088+
}
4089+
4090+
.iheid-alert a {
4091+
color: #000;
4092+
text-decoration: underline !important;
4093+
}
4094+
4095+
/*Alert box close button
4096+
4097+
.iheid-alert-close {
4098+
margin-left: 15px;
4099+
color: #000;
4100+
float: right;
4101+
cursor: pointer;
4102+
}
4103+
4104+
.iheid-alert-close:hover {
4105+
color: #00802F;
4106+
}
4107+
4108+
a:hover#alert {
4109+
background-color: rgba(47, 47, 47, 0.1) !important;
4110+
}*/
40484111

40494112
/*****************************************************************************/
40504113

@@ -4067,4 +4130,11 @@ eth-okm-link-component {
40674130
/*****************************************************************************/
40684131

40694132

4070-
/*****************************************************************************/
4133+
/*****************************************************************************/
4134+
4135+
4136+
4137+
4138+
4139+
4140+

js/modules/prm-get-it-request-after/slsp-pickup-information/slsp-pickup-information.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,19 @@ <h3 class="light-text md-title zero-margin-top" translate="nui.ngrs.physical.get
5656
<span class="request-details-label" translate="nui.ngrs.pickup.information.title"></span>
5757
<br>
5858

59-
<!-- Anzeige von Institution und Bibliothek, wenn chosenPlaceRadio NICHT "homeDelivery" ist -->
60-
<span ng-if="$ctrl.getChosenPlaceRadio() !== 'homeDelivery'">
59+
<!-- Anzeige von Institution und Bibliothek, wenn chosenPlaceRadio NICHT "homeDelivery" oder "" ist -->
60+
<span ng-if="$ctrl.getChosenPlaceRadio() === 'pickupAtLibrary'">
6161
<span>{{ $ctrl.getInstitutionName() }}</span><span> - </span>
6262
<span>{{ $ctrl.getLibraryName() }}</span>
6363
</span>
6464

6565
<!-- Anzeigen, wenn chosenPlaceRadio "homeDelivery" ist -->
6666
<span class="days" translate="nui.ngrs.request.home_delivery"
6767
ng-if="$ctrl.getChosenPlaceRadio() === 'homeDelivery'"></span>
68+
69+
<!-- Anzeigen, wenn chosenPlaceRadio "officeDelivery" ist -->
70+
<span class="days" translate="nui.ngrs.request.office_delivery"
71+
ng-if="$ctrl.getChosenPlaceRadio() === 'officeDelivery'"></span>
6872
</div>
6973

7074
<div class="slsp-request-details physical-only deliverd-in">

0 commit comments

Comments
 (0)