123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /**
- * 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;
- }
|