mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fixed the styling
This commit is contained in:
parent
b3b0e367e8
commit
d0a9198408
2 changed files with 24 additions and 7 deletions
|
@ -1274,10 +1274,7 @@ ul.content-module-activities {
|
|||
}
|
||||
|
||||
}
|
||||
// Import json protocols.io protocol modal
|
||||
#modal-import-json-protocol-preview .modal-dialog {
|
||||
width: 70%;
|
||||
}
|
||||
// Protocolsio Import protocol modal
|
||||
|
||||
.import-protocols-modal-preview-container-json {
|
||||
height: 300px;
|
||||
|
@ -1301,6 +1298,26 @@ ul.content-module-activities {
|
|||
}
|
||||
|
||||
}
|
||||
// Protocolsio Preview protocol modal
|
||||
@media (min-width: 768px) {
|
||||
#modal-import-json-protocol-preview .modal-dialog {
|
||||
width: 70%;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#modal-import-json-protocol-preview .modal-dialog {
|
||||
.modal-body {
|
||||
max-height: 75vh;
|
||||
overflow-x: scroll;
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
|
||||
.ql-editor {
|
||||
min-height: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Steps and Results */
|
||||
#steps {
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAIUlEQVQImWNgoD5gZGBgMILSjKRo/P//vwiSGQwMDAwMAEnaA0jgHoquAAAAAElFTkSuQmCC");
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<div
|
||||
id="modal-import-json-protocol-preview"
|
||||
class="modal fade"
|
||||
role="dialog"
|
||||
tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
tabindex="-1"
|
||||
role="dialog">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
|
|
Loading…
Reference in a new issue