You are here

apigee_edge.analytics.css in Apigee Edge 8

Styles for developer app analytics pages.

File

css/apigee_edge.analytics.css
View source
  1. /*
  2. * Copyright 2018 Google Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify it under
  5. * the terms of the GNU General Public License version 2 as published by the
  6. * Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful, but WITHOUT
  9. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  11. * License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License along
  14. * with this program; if not, write to the Free Software Foundation, Inc., 51
  15. * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  16. */
  17. /**
  18. * @file
  19. * Styles for developer app analytics pages.
  20. */
  21. .controls-label, .date-separator {
  22. font-weight: bold;
  23. }
  24. .form-item-metrics, .form-item-quick-date-picker {
  25. margin-right: 30px;
  26. }
  27. .controls-label {
  28. margin-right: 5px;
  29. }
  30. .apigee-edge-app-analytics > div {
  31. margin-bottom: 5px;
  32. }
  33. .apigee-edge-app-analytics > div > div {
  34. display: inline-block;
  35. }
  36. .apigee-edge-app-analytics .form-item {
  37. display: inline-block;
  38. }
  39. .chart-container-no-data {
  40. text-align: center;
  41. }