Created
October 18, 2015 22:18
-
-
Save dracos/ba3ec47935704172a22c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1,2c1 | |
< | |
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | |
--- | |
> <!DOCTYPE html> | |
18a18,58 | |
> <meta name=viewport content="initial-scale=1"> | |
> <style> | |
> @media (max-width: 730px) { | |
> | |
> body { background: none; } | |
> table, tbody, tr, td { display: block; } | |
> input[type="text"] { width: 50%; } | |
> | |
> td[height="22"], td[height="15"], td[height="10"] { display: none; } | |
> td[width="1%"] { display: table-cell; padding-right: 0.5em; } | |
> td[width="99%"] { display: table-cell; } | |
> | |
> #PageFooter1_tblFooter { display: table; } | |
> #PageFooter1_tblFooter tr { display: table-row; } | |
> #PageFooter1_tblFooter td { display: table-cell; } | |
> | |
> .ApplicationPageHeader2 { display: none; } | |
> #tdHeaderPane { display: block; } | |
> .ContentPane { display: none; } | |
> #tdContentPane { display: block; } | |
> | |
> #tblMain tr:last-child { display: none; } | |
> | |
> #Ircorporatebanner1_Table1 { width: 100%; } | |
> #Ircorporatebanner1_tr1 { overflow: auto; background-color: #096; } | |
> #tdLeftPane { display: none; } | |
> | |
> .FormControlLabel, .FormInformationText { font-size: 100%; display: table-cell; } | |
> .FormControlLabel:link, .FormControlLabel:visited, .FormControlLabel:active, .FormControlLabel:hover { | |
> font-weight: normal; | |
> } | |
> label { cursor: pointer; } | |
> | |
> .global_nav { float: right; clear: right; } | |
> .global_nav a { display: block; padding: 0 0.5em; margin: -0.5em 0; } | |
> | |
> #tdFooterPane img { display: none; } | |
> | |
> } | |
> </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment