mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Change header to be just logo in print
This commit is contained in:
parent
cf6d653c68
commit
eda479a51c
@ -219,10 +219,11 @@ let Header = React.createClass({
|
||||
return (
|
||||
<div>
|
||||
<Navbar
|
||||
ref="navbar"
|
||||
brand={this.getLogo()}
|
||||
toggleNavKey={0}
|
||||
fixedTop={true}
|
||||
ref="navbar">
|
||||
className="hidden-print">
|
||||
<CollapsibleNav
|
||||
eventKey={0}>
|
||||
<Nav navbar left>
|
||||
@ -237,6 +238,9 @@ let Header = React.createClass({
|
||||
{navRoutesLinks}
|
||||
</CollapsibleNav>
|
||||
</Navbar>
|
||||
<p className="ascribe-print-header visible-print">
|
||||
<span className="icon-ascribe-logo" />
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -6,4 +6,12 @@
|
||||
.ascribe-default-app {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
// Replace navbar header with ascribe logo
|
||||
.ascribe-print-header {
|
||||
border-bottom: 1px solid rgba(0, 60, 105, 0.1);
|
||||
font-size: 1.2em;
|
||||
margin: 0.5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
@ -28,9 +28,9 @@
|
||||
}
|
||||
|
||||
.file-drag-and-drop-dialog {
|
||||
margin: 1.5em 0 1.5em 0;
|
||||
margin: 0 0 1.5em 0;
|
||||
|
||||
> p:first-child {
|
||||
.file-drag-and-drop-dialog-title {
|
||||
font-size: 1.5em !important;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
@ -47,14 +47,6 @@
|
||||
margin: 1.5em 0 0 0;
|
||||
}
|
||||
|
||||
.file-drag-and-drop .file-drag-and-drop-dialog > p:first-child {
|
||||
font-size: 1.5em !important;
|
||||
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.file-drag-and-drop-position {
|
||||
display: inline-block;
|
||||
margin-left: .7em;
|
||||
@ -138,6 +130,7 @@
|
||||
text-align: center;
|
||||
width: 104px;
|
||||
|
||||
// REFACTOR TO USE TABLE CELL
|
||||
.action-file, .spinner-file, .icon-ascribe-ok {
|
||||
margin-top: 1em;
|
||||
line-height: 1.3;
|
||||
|
Loading…
Reference in New Issue
Block a user