-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from trema-tech/dev
Dev
- Loading branch information
Showing
14 changed files
with
142 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@media print { | ||
// Remove underline from all links. | ||
a { | ||
text-decoration: none!important; | ||
} | ||
// Remove margins to maximize space on paper. | ||
body #page #page-content, | ||
#region-main-box, | ||
#page { | ||
margin: 0!important; | ||
} | ||
// Display the page headers so we can show the logo. | ||
#page-header { | ||
display: block!important; | ||
} | ||
|
||
// Unsticky the nav-bar so it doesn't repeat on every page. | ||
#page-wrapper nav.navbar { | ||
display: block; | ||
position:relative; | ||
border-bottom: none; | ||
} | ||
|
||
// Elements we do not want to appear in print. | ||
#goto-top-link, | ||
#page-footer, | ||
#user-notifications, | ||
#page-navbar, | ||
.btn, | ||
.drawer-toggles, | ||
button, | ||
.navbar-nav, | ||
.navbar-toggler, | ||
.notifications, | ||
.secondary-navigation, | ||
nav.navbar .primary-navigation, | ||
nav.navbar #usernavigation, | ||
ul.nav.nav-tabs { | ||
display: none!important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
body.path-admin-reportbuilder { | ||
#page #page-content { | ||
max-width: none; | ||
padding: 0 2rem; | ||
.reportbuilder-sidebar-settings { | ||
right: 50px; | ||
} | ||
.dynamictabs { | ||
height: 85vh; | ||
.nav-tabs { | ||
width: calc(100% - 70px); | ||
background-color: transparent; | ||
} | ||
} | ||
.reportbuilder-sidebar-menu-cards { | ||
max-height: calc(100vh - 335px); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters