You are here

oa_river.css in Open Atrium Core 7.2

.oa-river .pull-right {
  padding-right: 3px;
  position: relative;
  z-index: 1; /* raise above the mouse-over background color */
}
.oa-river .pull-left {
  padding: 2px 5px 2px 2px;
  position: relative;
  z-index: 1; /* raise above the mouse-over background color */
}
.oa-river .pull-right .oa-description {
  padding-top: 3px;
}
.views-exposed-form .chzn-container,
.views-exposed-form .chzn-container input {
  min-width: 120px;
}

File

modules/oa_river/oa_river.css
View source
  1. .oa-river .pull-right {
  2. padding-right: 3px;
  3. position: relative;
  4. z-index: 1; /* raise above the mouse-over background color */
  5. }
  6. .oa-river .pull-left {
  7. padding: 2px 5px 2px 2px;
  8. position: relative;
  9. z-index: 1; /* raise above the mouse-over background color */
  10. }
  11. .oa-river .pull-right .oa-description {
  12. padding-top: 3px;
  13. }
  14. .views-exposed-form .chzn-container,
  15. .views-exposed-form .chzn-container input {
  16. min-width: 120px;
  17. }