mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 22:23:28 +08:00
Fix css
[SCI-5274]
This commit is contained in:
parent
19f16555c6
commit
d4c84a38e5
2 changed files with 3 additions and 7 deletions
|
@ -2962,9 +2962,5 @@ var preventCanvasReloadOnSave = (function() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
function initArchivedView() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
return function() { bindToCanvasSave(preventCanvasReload) };
|
return function() { bindToCanvasSave(preventCanvasReload) };
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -216,7 +216,7 @@
|
||||||
width: unset;
|
width: unset;
|
||||||
|
|
||||||
.task-selector-container {
|
.task-selector-container {
|
||||||
padding: 11px 10px 0 16px;
|
padding: .75em .75em 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
|
@ -249,7 +249,7 @@
|
||||||
.panel-footer-scinote {
|
.panel-footer-scinote {
|
||||||
background: $color-concrete;
|
background: $color-concrete;
|
||||||
border-color: $color-white;
|
border-color: $color-white;
|
||||||
height: 34px;
|
height: 2.5em;
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
box-shadow: $flyout-shadow;
|
box-shadow: $flyout-shadow;
|
||||||
|
|
||||||
.tab-pane > .text-center {
|
.tab-pane > .text-center {
|
||||||
margin-top: 5px;
|
margin-top: .3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue