Skip to content

Instantly share code, notes, and snippets.

@macteo
Created February 1, 2017 10:01
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 macteo/d31c5422bce47c6163f9fd5a24223658 to your computer and use it in GitHub Desktop.
Save macteo/d31c5422bce47c6163f9fd5a24223658 to your computer and use it in GitHub Desktop.
Custom CSS to enlarge the tables on Apple Developer provisioning portal
.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