spotlight-frontend 5.2.2 → 5.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- package/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- package/app/assets/stylesheets/spotlight/_blacklight_overrides.scss +0 -4
- package/app/assets/stylesheets/spotlight/_browse.scss +4 -4
- package/app/assets/stylesheets/spotlight/_catalog.scss +0 -1
- package/app/assets/stylesheets/spotlight/_collapse_toggle.scss +2 -2
- package/app/assets/stylesheets/spotlight/_curation.scss +3 -25
- package/app/assets/stylesheets/spotlight/_header.scss +0 -4
- package/app/assets/stylesheets/spotlight/_nestable.scss +0 -3
- package/app/assets/stylesheets/spotlight/_report_a_problem.scss +1 -1
- package/app/assets/stylesheets/spotlight/_sir-trevor_overrides.scss +4 -0
- package/app/assets/stylesheets/spotlight/_slideshow_block.scss +2 -1
- package/package.json +1 -1
|
@@ -138,20 +138,20 @@ $image-overlay-max-height: 300px;
|
|
|
138
138
|
width: 100%;
|
|
139
139
|
|
|
140
140
|
.col-form-label {
|
|
141
|
-
text-align:
|
|
141
|
+
text-align: end;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.browse-search-form {
|
|
145
145
|
.btn-reset {
|
|
146
146
|
background-color: transparent;
|
|
147
147
|
display: none;
|
|
148
|
-
margin-
|
|
149
|
-
|
|
148
|
+
margin-inline-start: -42px;
|
|
149
|
+
inset-inline-start: -40px;
|
|
150
150
|
z-index: 20;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.search-btn {
|
|
154
|
-
|
|
154
|
+
inset-inline-start: -40px;
|
|
155
155
|
z-index: 30;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
.btn.collapse-toggle {
|
|
4
4
|
& + .collapse-chevron {
|
|
5
5
|
display: inline-block;
|
|
6
|
-
text-align:
|
|
6
|
+
text-align: end;
|
|
7
7
|
transform: rotate(90deg);
|
|
8
8
|
width: 16px;
|
|
9
9
|
}
|
|
10
10
|
&.collapsed + .collapse-chevron {
|
|
11
|
-
text-align:
|
|
11
|
+
text-align: start;
|
|
12
12
|
transform: none;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
display: none;
|
|
28
28
|
}
|
|
29
29
|
[data-expanded-add-button] {
|
|
30
|
-
text-align:
|
|
30
|
+
text-align: start;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -80,28 +80,6 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
|
|
84
|
-
.card.page-admin {
|
|
85
|
-
&:hover {
|
|
86
|
-
@include panel-hover-highlighting;
|
|
87
|
-
}
|
|
88
|
-
.card-title {
|
|
89
|
-
@extend .mb-0;
|
|
90
|
-
@extend .py-2;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.page-links, .contact-links {
|
|
94
|
-
text-align: right;
|
|
95
|
-
a {
|
|
96
|
-
padding: 0 2px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
.main {
|
|
100
|
-
width: 99%;
|
|
101
|
-
vertical-align: text-top;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
83
|
.contacts_admin .card-header.page .main {
|
|
106
84
|
width: 95%;
|
|
107
85
|
}
|
|
@@ -180,7 +158,7 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
180
158
|
.facet-metadata {
|
|
181
159
|
@extend .text-muted;
|
|
182
160
|
font-size: $font-size-base;
|
|
183
|
-
text-align:
|
|
161
|
+
text-align: end;
|
|
184
162
|
}
|
|
185
163
|
|
|
186
164
|
table#exhibit-specific-fields {
|
|
@@ -210,7 +188,7 @@ table.users {
|
|
|
210
188
|
|
|
211
189
|
table.tags {
|
|
212
190
|
td:nth-child(2), th:nth-child(2) {
|
|
213
|
-
text-align:
|
|
191
|
+
text-align: end;
|
|
214
192
|
}
|
|
215
193
|
td:nth-child(3), th:nth-child(3) {
|
|
216
194
|
text-align: center;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
margin-left: auto;
|
|
6
6
|
margin-right: auto;
|
|
7
7
|
max-width: 100%;
|
|
8
|
+
object-fit: contain;
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.carousel-caption {
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
left: initial;
|
|
57
58
|
margin-left: 0;
|
|
58
59
|
margin-right: 0;
|
|
59
|
-
text-align:
|
|
60
|
+
text-align: start;
|
|
60
61
|
|
|
61
62
|
&.col-sm-6 {
|
|
62
63
|
@extend .col-sm-6;
|