mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
print improvements
This commit is contained in:
parent
8b05e7ab81
commit
4de19dcbec
3 changed files with 7 additions and 79 deletions
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="mt-5 mb-5 text-center">
|
<div class="text-center">
|
||||||
<ul class="tabnav-control">
|
<ul class="tabnav-control mt-5 mb-5">
|
||||||
<li class="tab {{if (eq tab 'content') 'selected'}}" {{action 'onTabChange' 'content'}}>Content</li>
|
<li class="tab {{if (eq tab 'content') 'selected'}}" {{action 'onTabChange' 'content'}}>Content</li>
|
||||||
<li class="tab {{if (eq tab 'attachment') 'selected'}}" {{action 'onTabChange' 'attachment'}}>Attachments</li>
|
<li class="tab {{if (eq tab 'attachment') 'selected'}}" {{action 'onTabChange' 'attachment'}}>Attachments</li>
|
||||||
{{#if session.authenticated}}
|
{{#if session.authenticated}}
|
||||||
|
|
|
@ -43,11 +43,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.non-printable,
|
.non-printable,
|
||||||
.dropdown-menu,
|
|
||||||
.document-toolbar,
|
.document-toolbar,
|
||||||
.document-space,
|
.document-toc,
|
||||||
.document-category,
|
.tabnav-control,
|
||||||
.document-tags,
|
#nav-bar,
|
||||||
.new-section-wizard {
|
.new-section-wizard {
|
||||||
float: none !important;
|
float: none !important;
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -78,77 +77,6 @@
|
||||||
.wysiwyg {
|
.wysiwyg {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
color: $color-black;
|
color: #000000;
|
||||||
}
|
|
||||||
|
|
||||||
#wrapper {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
position: relative !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
float: none !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
padding-left: 0 !important;
|
|
||||||
|
|
||||||
.page-container {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
position: initial !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
width: initial !important;
|
|
||||||
max-width: initial !important;
|
|
||||||
float: initial !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
|
|
||||||
#page-content-wrapper {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
position: initial !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
width: initial !important;
|
|
||||||
max-width: initial !important;
|
|
||||||
float: initial !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
|
|
||||||
#zone-document-content {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
position: initial !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
width: initial !important;
|
|
||||||
max-width: initial !important;
|
|
||||||
float: initial !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
|
|
||||||
.document-view {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
position: initial !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
width: initial !important;
|
|
||||||
max-width: initial !important;
|
|
||||||
float: initial !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
|
|
||||||
.is-a-page /*, .is-a-tab */ {
|
|
||||||
padding: 0 !important;
|
|
||||||
margin: 30px 0 20px 0 !important;
|
|
||||||
position: initial !important;
|
|
||||||
box-shadow: initial !important;
|
|
||||||
border-radius: initial !important;
|
|
||||||
width: initial !important;
|
|
||||||
max-width: initial !important;
|
|
||||||
float: initial !important;
|
|
||||||
overflow-x: initial !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="container">
|
<div class="container document-toolbar">
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
{{yield}}
|
{{yield}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue