You are here

apigee_edge.app_view.css in Apigee Edge 8

/*
 * Copyright 2018 Google Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
 * License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc., 51
 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 */

.apigee-entity--app--view-mode-full .field {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.apigee-entity--app--view-mode-full .field--label {
  margin-bottom: 1rem;
  vertical-align: middle;
  font-weight: bold;
  word-break: break-all;
  padding-right: 1rem;
  display: table-cell;
  width: 160px;
  min-width: 160px;
}

.apigee-entity--app--view-mode-full .wrapper--primary,
.apigee-entity--app--view-mode-full .wrapper--secondary {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.apigee-entity--app--view-mode-full .wrapper--secondary {
  margin-left: 2%;
}

.apigee-entity--app--view-mode-full .wrapper--secondary .api-product-list-row {
  max-width: 300px;
  margin-bottom: 1rem;
}

.apigee-entity--app--view-mode-full .api-product-list-row .api-product-name {
  float: left;
}

.apigee-entity--app--view-mode-full .api-product-list-row .wrapper--status {
  float: right;
}

.apigee-entity--app--view-mode-full .secret {
  position: relative;
  z-index: auto;
}

.apigee-entity--app--view-mode-full .secret:hover {
  z-index: 999;
  background-color: rgba(255,255,255,0.8);
}

File

css/apigee_edge.app_view.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. .apigee-entity--app--view-mode-full .field {
  18. width: 48%;
  19. display: inline-block;
  20. vertical-align: top;
  21. }
  22. .apigee-entity--app--view-mode-full .field--label {
  23. margin-bottom: 1rem;
  24. vertical-align: middle;
  25. font-weight: bold;
  26. word-break: break-all;
  27. padding-right: 1rem;
  28. display: table-cell;
  29. width: 160px;
  30. min-width: 160px;
  31. }
  32. .apigee-entity--app--view-mode-full .wrapper--primary,
  33. .apigee-entity--app--view-mode-full .wrapper--secondary {
  34. width: 48%;
  35. display: inline-block;
  36. vertical-align: top;
  37. }
  38. .apigee-entity--app--view-mode-full .wrapper--secondary {
  39. margin-left: 2%;
  40. }
  41. .apigee-entity--app--view-mode-full .wrapper--secondary .api-product-list-row {
  42. max-width: 300px;
  43. margin-bottom: 1rem;
  44. }
  45. .apigee-entity--app--view-mode-full .api-product-list-row .api-product-name {
  46. float: left;
  47. }
  48. .apigee-entity--app--view-mode-full .api-product-list-row .wrapper--status {
  49. float: right;
  50. }
  51. .apigee-entity--app--view-mode-full .secret {
  52. position: relative;
  53. z-index: auto;
  54. }
  55. .apigee-entity--app--view-mode-full .secret:hover {
  56. z-index: 999;
  57. background-color: rgba(255,255,255,0.8);
  58. }