Created
February 1, 2017 10:01
-
-
Save macteo/d31c5422bce47c6163f9fd5a24223658 to your computer and use it in GitHub Desktop.
Custom CSS to enlarge the tables on Apple Developer provisioning portal
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
.ui-jqgrid tr.jqgrow td { | |
white-space: normal !important; | |
} | |
#content { | |
width: 1280px !important; | |
height: 100%; | |
} | |
div.innercontent { | |
width:100% !important; | |
} | |
div.content-titlebar { | |
width:100% !important; | |
} | |
div.AppleToolBar { | |
width:100% !important; | |
} | |
.innercontent > div { | |
width:100% !important; | |
height: 100%; | |
} | |
div#main { | |
height:1300px; | |
} | |
#subcontent { | |
height: 100%; | |
} | |
.ui-jqgrid-view { | |
height: 100%; | |
} | |
.ui-jqgrid-bdiv { | |
height: 100% !important; | |
} | |
.ui-widget-content { | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment