Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
31 changes: 7 additions & 24 deletions openapi/swagger/fs/usr/share/nginx/html/helper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,11 @@
margin-left: 24px;
width: 960px;
}
.pictures {
display: flex;
.data-model-image {
height: 520px;
margin-bottom: 32px;
}
.picture {
height: 420px;
box-sizing: border-box;
image-rendering: -webkit-optimize-contrast;
}
.picture.first {
margin-right: 40px;
}
.picture.second {
outline: 1px solid rgba(199, 202, 209, 1);
}
</style>
</head>
<body>
Expand All @@ -55,18 +45,11 @@ <h4>How data is organised in ODM</h4>
data for those samples.
The API endpoints below allow you to query or link together data objects.
</p>
<div class="pictures">
<img
class="picture first"
alt="Data model"
src="/swagger/helper/data_model_default.png"
/>
<img
class="picture second"
alt="Metainfo editor"
src="/swagger/helper/metainfo_editor_default.png"
/>
</div>
<img
class="data-model-image"
alt="Data model"
src="/swagger/helper/data_model.png"
/>
</section>


Expand Down
Binary file not shown.
Loading