Skip to content
Snippets Groups Projects

Add size and formats for download

Merged Gyan Gupta requested to merge feature/435-add-size-and-formats-for-download into develop
5 files
+ 79
29
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -150,6 +150,23 @@ form .field-wrapper label[required="required"]::after {
min-width: 110px;
}
}
.show-actions{
display: flex;
.download-all {
padding: 16px;
margin: 0px;
#download-all {
margin: 7px 7px 7px 0px;
}
}
.citations .citation-modal-btn {
margin: 7px;
}
}
}
.colection-sidebar,
@@ -192,8 +209,7 @@ form .field-wrapper label[required="required"]::after {
.work_description {
text-align: justify;
margin-top: 10px;
margin-bottom: 10px;
margin: 20px 0px 20px 0px;
}
.collection div {
Loading