Skip to content

Instantly share code, notes, and snippets.

@edgriebel
Last active April 2, 2017 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgriebel/bdc048d2371d82233ef97554543b9800 to your computer and use it in GitHub Desktop.
Save edgriebel/bdc048d2371d82233ef97554543b9800 to your computer and use it in GitHub Desktop.
Stylish/userstyles.org to fix some broken parts of ItsDeductibleOnline.intuit.com
/* Make data entry tables full-height so
we can use scroll wheel or arrows
instead of manually grabbing thumb */
div.dataTables_scrollBody {
height: inherit !important;
}
/* move "Add More Items To Donation" to top instead of having to scroll down for every item */
table.bottomNav {
position: absolute;
top: 240px;
width: 594px;
border-top: 0px !important;
}
/* remove stupid "ask intuit" box on right */
iframe {
display: none;
}
/* Move buttons over now-hidden "ask intuit" */
span.button_medium {
z-index: 1000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment