mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 06:35:58 +08:00
Rubocop refactor
This commit is contained in:
parent
aa03a889c7
commit
ac26b17ddf
1 changed files with 10 additions and 8 deletions
|
|
@ -339,16 +339,18 @@ a {
|
|||
}
|
||||
.btn-link-alt {
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
padding: 3px;
|
||||
cursor:pointer;
|
||||
}
|
||||
.btn-invis-file{
|
||||
|
||||
.btn-invis-file {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-open-file {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
@ -1272,20 +1274,20 @@ ul.content-module-activities {
|
|||
}
|
||||
|
||||
}
|
||||
/* Import json protocols.io protocol modal */
|
||||
// Import json protocols.io protocol modal
|
||||
#modal-import-json-protocol-preview .modal-dialog {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.import-protocols-modal-preview-container-json {
|
||||
height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: scroll;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
|
||||
.eln-table {
|
||||
text-align: center;
|
||||
height: 21px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.badge-preview {
|
||||
|
|
@ -1834,8 +1836,8 @@ textarea.textarea-sm {
|
|||
-webkit-padding-after: 0;
|
||||
}
|
||||
.btn.btn-default-link {
|
||||
border:none;
|
||||
padding:0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
min-height: 34px;
|
||||
-webkit-padding-before: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue