Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
themes
mww-theme
Commits
b2cfd7ae
Commit
b2cfd7ae
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
f9c61a93
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/application-gs.css
View file @
b2cfd7ae
...
...
@@ -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
Markdown
is supported
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