Last active
August 31, 2015 11:52
-
-
Save BlackMac/ade2de0460884291b01d to your computer and use it in GitHub Desktop.
Better Trello print style for the most essential info on cards. Use https://chrome.google.com/webstore/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb to install
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
@media print { | |
body, html { | |
height:90% !important; | |
} | |
.window-module { | |
display: none; | |
} | |
.window-cover { | |
height:350px !important; | |
} | |
.window-title-text { | |
font-size:30px; | |
} | |
.window-cover { | |
position: absolute !important; | |
bottom:0px !important; | |
} | |
.card-detail-window { | |
margin-bottom:350px; | |
min-height:400px; | |
} | |
.window { | |
margin-top:20px !important; | |
margin-bottom:0px !important; | |
} | |
.js-current-list { | |
display:block !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment