Rubocop refactor

This commit is contained in:
Zanz2 2017-11-03 16:45:15 +01:00
parent aa03a889c7
commit ac26b17ddf

View file

@ -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;