Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
themes
mww-theme
Commits
bb7d098e
Commit
bb7d098e
authored
Feb 28, 2019
by
Gradl, Tobias
Browse files
1191: Create search result detail view
Task-Url:
https://pm.winseda.de/issues/1191
parent
5ff9d64e
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/application-gs.css
View file @
bb7d098e
...
...
@@ -263,6 +263,72 @@
#search-results-container
#search-results
.tab-pane
.result-collection
{
margin-bottom
:
24px
;
}
#item-detail-container
#item-detail-collection
{
margin-bottom
:
0
;
}
#item-detail-container
#item-detail-resource
{
font-size
:
2rem
;
}
#item-detail-container
#item-detail-dataset-container
{
overflow
:
auto
;
font-family
:
SFMono-Regular
,
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
;
color
:
#333333
;
font-size
:
0.875rem
;
padding
:
12px
;
margin-bottom
:
24px
;
}
#item-detail-container
#item-detail-dataset-container
ul
{
padding-left
:
15px
;
list-style-type
:
none
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
{
position
:
relative
;
margin-top
:
0.2rem
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
:before
{
content
:
" "
;
display
:
inline-block
;
position
:
absolute
;
left
:
-1.25rem
;
top
:
0.25rem
;
width
:
0
;
height
:
0
;
margin-right
:
3px
;
margin-left
:
8px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#333333
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
.btn-inline
{
padding
:
0
0.5rem
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
.sample-output-value-expanded
.fa-plus-square
{
display
:
none
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
.sample-output-value-expanded
.fa-minus-square
{
display
:
inline
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
.sample-output-value-collapsed
.fa-plus-square
{
display
:
inline
;
}
#item-detail-container
#item-detail-dataset-container
ul
li
.sample-output-value-collapsed
.fa-minus-square
{
display
:
none
;
}
#item-detail-container
#item-detail-dataset-container
ul
.sample-output-key
{
font-style
:
italic
;
font-weight
:
bold
;
}
#item-detail-container
#item-images
{
position
:
relative
;
padding
:
5px
;
border
:
1px
solid
#dee2e6
;
margin-top
:
6px
;
margin-right
:
24px
;
-webkit-box-shadow
:
0
0.125rem
0.25rem
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
0
0.125rem
0.25rem
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-border-radius
:
0.25rem
;
border-radius
:
0.25rem
;
/* useful if you don't want a bg color from leaking outside the border: */
-webkit-background-clip
:
padding-box
;
background-clip
:
padding-box
;
background
:
url("../../img/page_icon_faded.png")
center
20px
no-repeat
;
}
#item-detail-container
#item-images
.search-result-image-tmb
{
height
:
135px
;
width
:
135px
;
}
#item-detail-container
#item-images
.search-result-image-tmb
,
#item-detail-container
#item-images
.item-image
{
background-repeat
:
no-repeat
;
background-position
:
center
center
;
background-size
:
cover
;
}
#search-available-collections
{
margin-bottom
:
0
;
}
#search-available-collections
li
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment