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
DARIAH Repository Theme
Commits
40ec08d0
Commit
40ec08d0
authored
May 04, 2019
by
Gradl, Tobias
Browse files
1289: Finalize initial version of item view
Task-Url:
https://pm.winseda.de/issues/1289
parent
1029137a
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/application-gs.css
View file @
40ec08d0
...
...
@@ -273,7 +273,13 @@
color
:
#333333
;
font-size
:
0.875rem
;
padding
:
12px
;
margin-bottom
:
24px
;
}
margin-bottom
:
24px
;
max-height
:
500px
;
border
:
1px
solid
#dee2e6
;
-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
;
}
#item-detail-container
.item-dataset-container
ul
{
padding-left
:
15px
;
list-style-type
:
none
;
}
...
...
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