You are here

easychart.admin.css in Easychart 7.2

.easychart-wrapper {
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 1em;
}

.easychart-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.97);
  overflow: hidden;
  left: 1em;
  top: 1em;
  right: 1em;
  bottom: 1em;
  box-shadow: 0px 0px 3px #ccc;
}

.easychart-popup-content {
  height: 100%;
}
.ec-container {
  overflow: scroll;
  height: 100%;
}

.easychart-wrapper a.easychart-configure-link {
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
}

.easychart-bar {
  text-align: right;
  padding: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: #333;
  border-radius: 0 0 0 3px;
}

.easychart-bar a {
  color: #fff;
  text-decoration: underline;
  margin-left: 15px;
}

.easychart-preview {
  max-width: 50%;
  margin:  0 0 0 1em;
  float: right;
}

.easychart-left {
  width: 40%;
  float: left;
}

#edit-easychart .sticky-header {
  z-index: 2;
}

/* Opentip fixes */
.opentip-container {
  z-index: 1005 !important;
  position: fixed !important;
}

File

css/easychart.admin.css
View source
  1. .easychart-wrapper {
  2. border: 1px solid #ccc;
  3. margin: 1em 0;
  4. padding: 1em;
  5. }
  6. .easychart-popup {
  7. display: none;
  8. position: fixed;
  9. z-index: 1000;
  10. background-color: rgb(255,255,255);
  11. background-color: rgba(255,255,255, 0.97);
  12. overflow: hidden;
  13. left: 1em;
  14. top: 1em;
  15. right: 1em;
  16. bottom: 1em;
  17. box-shadow: 0px 0px 3px #ccc;
  18. }
  19. .easychart-popup-content {
  20. height: 100%;
  21. }
  22. .ec-container {
  23. overflow: scroll;
  24. height: 100%;
  25. }
  26. .easychart-wrapper a.easychart-configure-link {
  27. margin-top: 1em;
  28. margin-bottom: 1em;
  29. display: inline-block;
  30. }
  31. .easychart-bar {
  32. text-align: right;
  33. padding: 0.5em;
  34. position: absolute;
  35. top: 0;
  36. right: 0;
  37. z-index: 100;
  38. background: #333;
  39. border-radius: 0 0 0 3px;
  40. }
  41. .easychart-bar a {
  42. color: #fff;
  43. text-decoration: underline;
  44. margin-left: 15px;
  45. }
  46. .easychart-preview {
  47. max-width: 50%;
  48. margin: 0 0 0 1em;
  49. float: right;
  50. }
  51. .easychart-left {
  52. width: 40%;
  53. float: left;
  54. }
  55. #edit-easychart .sticky-header {
  56. z-index: 2;
  57. }
  58. /* Opentip fixes */
  59. .opentip-container {
  60. z-index: 1005 !important;
  61. position: fixed !important;
  62. }