MobileServerConfigApplication.css 861 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /**
  2. * IBM Confidential
  3. * OCO Source Materials
  4. * BI and PM: Mobile
  5. * (C) Copyright IBM Corp. 2013
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. .appUIContainer {
  9. }
  10. /** 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 */
  11. .mobileServerAppUIContainer .dijitContentPane{
  12. z-index:1;
  13. }
  14. .appUIContainer
  15. .appTopContentPane {
  16. font-weight:normal;
  17. }
  18. .tundra
  19. .dijitTitlePaneContentInner {
  20. padding: 0px;
  21. }
  22. .appUIContainer
  23. .appCenterContentPane
  24. .dojoxGridMasterHeader {
  25. display: none !important;
  26. }
  27. .appUIContainer
  28. .appCenterContentPane
  29. .dijitTitlePaneTextNode {
  30. font-weight:bold;
  31. }
  32. .appUIContainer
  33. .appCenterContentPane
  34. .dojoxGridCell {
  35. font-size:medium;
  36. }