[SCI-5274]
This commit is contained in:
Urban Rotnik 2020-12-17 12:38:28 +01:00
parent 19f16555c6
commit d4c84a38e5
2 changed files with 3 additions and 7 deletions

View file

@ -2962,9 +2962,5 @@ var preventCanvasReloadOnSave = (function() {
})
}
function initArchivedView() {
}
return function() { bindToCanvasSave(preventCanvasReload) };
})();

View file

@ -216,7 +216,7 @@
width: unset;
.task-selector-container {
padding: 11px 10px 0 16px;
padding: .75em .75em 0 1em;
}
.panel-heading {
@ -249,7 +249,7 @@
.panel-footer-scinote {
background: $color-concrete;
border-color: $color-white;
height: 34px;
height: 2.5em;
.nav {
border: 0;
@ -260,7 +260,7 @@
box-shadow: $flyout-shadow;
.tab-pane > .text-center {
margin-top: 5px;
margin-top: .3em;
}
}
}