diff --git a/gui/app/pods/document/index/template.hbs b/gui/app/pods/document/index/template.hbs index 72d4893e..31195dc9 100644 --- a/gui/app/pods/document/index/template.hbs +++ b/gui/app/pods/document/index/template.hbs @@ -22,8 +22,8 @@
-
-
    +
    +
    • Content
    • Attachments
    • {{#if session.authenticated}} diff --git a/gui/app/styles/print.scss b/gui/app/styles/print.scss index 833e2793..b6e50e3a 100644 --- a/gui/app/styles/print.scss +++ b/gui/app/styles/print.scss @@ -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; } } diff --git a/gui/app/templates/components/toolbar/t-toolbar.hbs b/gui/app/templates/components/toolbar/t-toolbar.hbs index e997e6fc..9da8ab54 100644 --- a/gui/app/templates/components/toolbar/t-toolbar.hbs +++ b/gui/app/templates/components/toolbar/t-toolbar.hbs @@ -1,4 +1,4 @@ -
      +
      {{yield}}