/** * IBM Confidential * OCO Source Materials * BI and PM: Mobile * (C) Copyright IBM Corp. 2013 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .appUIContainer { } /** Override z-index for dijit content panes so the admin drop down can show overtop. Do not change dijitContentPane directory or we could impact other users of dojo */ .mobileServerAppUIContainer .dijitContentPane{ z-index:1; } .appUIContainer .appTopContentPane { font-weight:normal; } .tundra .dijitTitlePaneContentInner { padding: 0px; } .appUIContainer .appCenterContentPane .dojoxGridMasterHeader { display: none !important; } .appUIContainer .appCenterContentPane .dijitTitlePaneTextNode { font-weight:bold; } .appUIContainer .appCenterContentPane .dojoxGridCell { font-size:medium; }