mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
improve print css
This commit is contained in:
parent
de384f2412
commit
604bdf78da
3 changed files with 2 additions and 3 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
.document-heading {
|
||||
.doc-title {
|
||||
margin: 0 0 10px 0 !important;
|
||||
margin: 20px 0 10px 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
.page-customize {
|
||||
|
||||
> .auth-admin, > .general-admin, > .license-admin, > .smtp-admin, > .space-admin {
|
||||
@include content-container();
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{else}}
|
||||
{{#if canAddCategory}}
|
||||
{{#unless canSelectCategory}}
|
||||
{{#link-to 'folder.settings.category' folder.id folder.slug}}Manage{{/link-to}}
|
||||
{{#link-to 'folder.settings.category' folder.id folder.slug class='non-printable'}}Manage{{/link-to}}
|
||||
{{/unless}}
|
||||
{{else}}
|
||||
<p> </p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue