/**
 * Handles positioning header menus, header buttons, header search forms, etc...
 */

/**
 * Case 1; header buttons in page
 */

div#ccm-dashboard-content {

  div#ccm-dashboard-content-inner {

    div.ccm-dashboard-header-buttons {
      position: absolute;
      top: 80px;
      right: 50px;
    }
  }
}

/**
 * Case 2, header menu in header
 */
div#ccm-dashboard-content {
  header {
    div.ccm-dashboard-header-menu {
      position: absolute;
      top: 31px;
      right: 50px;
    }
  }
}