You are here

oa_core.css in Open Atrium Core 7.2

.pane-oa-core-members-widget .tab-content {
  overflow: visible;
}

.pane-oa-core-members-widget .form-item-group-name {
  float: left;
  margin: 0 10px 0 0;
}

.pane-oa-core-members-widget .user-badge {
  padding: 6px 12px;
}

.pane-node-links {
  clear: both;
}

.widget-preview iframe {
  max-width: 100%;
}

.help-block {
  white-space: normal;
}

.node-teaser .user-picture {
  float: left;
  margin-right: 5px;
}

.node-teaser .submitted {
  font-style: italic;
}

.oa-users-submitted .oa-user-picture img {
  height: 30px;
  width: 30px;
}

.select2-drop {
  /* need drop-down menu to be above any popup dialogs like views */
  z-index: 10002;
}

#modal-content .widget-preview-title {
  /* move Add button to left so wide tables doesnt scroll */
  left: 10px;
  right: auto;
}

#modal-content #views-exposed-pane div.form-item.form-type-checkbox,
.views-widget-filter-og_group_ref_target_id div.form-item.form-type-checkbox {
  display: inline-block;
}

.views-exposed-widget .help-block {
  display: none;
}

.oa_pending_count {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 0 5px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.chzn-container,
.chzn-container input[type="text"] {
  min-width: 120px;
}

.field-widget-og-complex .chzn-container {
  min-width: 100%;
}

.ctools-modal-content form > div > .form-item {
  border-bottom: 1px solid #DDD;
  padding-left: 10px;
  padding-bottom: 6px;
}

.ctools-modal-content form > div > .form-item > label {
  font-weight: bold;
}

#modal-content .general-settings-fieldset label.option {
  float: none;
}

#modal-content .panels-section-column {
  overflow: hidden;
}

#modal-content .panels-section-column fieldset legend {
  max-width: 100%;
}

.pane-node-field-oa-media .field-item {
  margin-bottom: 5px;
}

.panels-dnd .oa-layout-fluid {
  float: left;
}

File

css/oa_core.css
View source
  1. .pane-oa-core-members-widget .tab-content {
  2. overflow: visible;
  3. }
  4. .pane-oa-core-members-widget .form-item-group-name {
  5. float: left;
  6. margin: 0 10px 0 0;
  7. }
  8. .pane-oa-core-members-widget .user-badge {
  9. padding: 6px 12px;
  10. }
  11. .pane-node-links {
  12. clear: both;
  13. }
  14. .widget-preview iframe {
  15. max-width: 100%;
  16. }
  17. .help-block {
  18. white-space: normal;
  19. }
  20. .node-teaser .user-picture {
  21. float: left;
  22. margin-right: 5px;
  23. }
  24. .node-teaser .submitted {
  25. font-style: italic;
  26. }
  27. .oa-users-submitted .oa-user-picture img {
  28. height: 30px;
  29. width: 30px;
  30. }
  31. .select2-drop {
  32. /* need drop-down menu to be above any popup dialogs like views */
  33. z-index: 10002;
  34. }
  35. #modal-content .widget-preview-title {
  36. /* move Add button to left so wide tables doesnt scroll */
  37. left: 10px;
  38. right: auto;
  39. }
  40. #modal-content #views-exposed-pane div.form-item.form-type-checkbox,
  41. .views-widget-filter-og_group_ref_target_id div.form-item.form-type-checkbox {
  42. display: inline-block;
  43. }
  44. .views-exposed-widget .help-block {
  45. display: none;
  46. }
  47. .oa_pending_count {
  48. display: inline-block;
  49. background-color: green;
  50. color: white;
  51. padding: 0 5px;
  52. -webkit-border-radius: 10px;
  53. -moz-border-radius: 10px;
  54. border-radius: 10px;
  55. }
  56. .chzn-container,
  57. .chzn-container input[type="text"] {
  58. min-width: 120px;
  59. }
  60. .field-widget-og-complex .chzn-container {
  61. min-width: 100%;
  62. }
  63. .ctools-modal-content form > div > .form-item {
  64. border-bottom: 1px solid #DDD;
  65. padding-left: 10px;
  66. padding-bottom: 6px;
  67. }
  68. .ctools-modal-content form > div > .form-item > label {
  69. font-weight: bold;
  70. }
  71. #modal-content .general-settings-fieldset label.option {
  72. float: none;
  73. }
  74. #modal-content .panels-section-column {
  75. overflow: hidden;
  76. }
  77. #modal-content .panels-section-column fieldset legend {
  78. max-width: 100%;
  79. }
  80. .pane-node-field-oa-media .field-item {
  81. margin-bottom: 5px;
  82. }
  83. .panels-dnd .oa-layout-fluid {
  84. float: left;
  85. }