mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +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="col-12">
|
||||
<div class="mt-5 mb-5 text-center">
|
||||
<ul class="tabnav-control">
|
||||
<div class="text-center">
|
||||
<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 'attachment') 'selected'}}" {{action 'onTabChange' 'attachment'}}>Attachments</li>
|
||||
{{#if session.authenticated}}
|
||||
|
|
|
@ -43,11 +43,10 @@
|
|||
}
|
||||
|
||||
.non-printable,
|
||||
.dropdown-menu,
|
||||
.document-toolbar,
|
||||
.document-space,
|
||||
.document-category,
|
||||
.document-tags,
|
||||
.document-toc,
|
||||
.tabnav-control,
|
||||
#nav-bar,
|
||||
.new-section-wizard {
|
||||
float: none !important;
|
||||
display: none !important;
|
||||
|
@ -78,77 +77,6 @@
|
|||
.wysiwyg {
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="container">
|
||||
<div class="container document-toolbar">
|
||||
<div class="row no-gutters">
|
||||
{{yield}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue