Viewing File: /usr/local/cpanel/base/frontend/jupiter/user_manager/index.css

/*
# user_manager/index.css                          Copyright(c) 2020 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
.body-content {
  max-width: 1170px;
}
.edge {
  margin: 10px;
}
.callout {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}
.stripe-even {
  background-color: #dedede;
}
.stripe-odd {
  background-color: white;
}
.stripe-even-warning {
  background-color: #f9cb9c;
}
.stripe-odd-warning {
  background-color: #f6d4b0;
}
.warning {
  background-color: #ff9900;
}
.user-list:first-child {
  margin-top: 10px;
}
.user-list > div:first-child {
  padding-top: 5px;
}
.user-list .avatar {
  position: relative;
}
.link-avatar-container {
  width: 100px;
  position: relative;
  /**
     * Match the top padding in the container (.user-list > div:first-child)
     * to set a min-height, of sorts.
     */
  padding-bottom: 5px;
}
.link-avatar-container .potential-link {
  color: gray;
  position: absolute;
  top: 1px;
}
html[dir="ltr"] .link-avatar-container .potential-link {
  left: 1px;
}
html[dir="rtl"] .link-avatar-container .potential-link {
  right: 1px;
}
.link-avatar-container .avatar-container {
  display: inline-block;
  position: relative;
}
html[dir="ltr"] .link-avatar-container .avatar-container {
  left: 30px;
}
html[dir="rtl"] .link-avatar-container .avatar-container {
  right: 30px;
}
.user-list .avatar span.body {
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  width: 80px;
  height: 80px;
}
.user-list .avatar span.bodyhypothetical {
  color: gray;
}
.user-list .avatar span.special {
  color: #fafafa;
  position: absolute;
  top: 46px;
  z-index: 10;
}
.user-list .avatar span.service-disabled-decoration {
  position: absolute;
  left: 44px;
  top: 46px;
  z-index: 11;
}
span.service {
  position: relative;
}
span.service span.service-disabled-decoration {
  position: absolute;
  top: 16px;
  right: -9px;
  z-index: 10;
}
html[dir="ltr"] .user-list .avatar span.special {
  left: 49px;
}
html[dir="rtl"] .user-list .avatar span.special {
  right: 49px;
}
.user-list .avatar span.hypothetical {
  color: white;
  position: absolute;
  top: 44px;
  z-index: 10;
}
html[dir="ltr"] .user-list .avatar span.hypothetical {
  left: 50px;
}
html[dir="rtl"] .user-list .avatar span.hypothetical {
  right: 50px;
}
.user-list .avatar span.unlinked {
  color: #428bca;
  position: absolute;
  top: 34px;
  z-index: 10;
}
html[dir="ltr"] .user-list .avatar span.unlinked {
  left: 25px;
}
html[dir="rtl"] .user-list .avatar span.unlinked {
  right: 25px;
}
.first-visible-name {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
}
.services {
  padding-top: 5px;
}
.services > span {
  display: inline-block;
  width: 50px;
}
.active {
  color: #337ab7;
}
.passive {
  color: gray;
}
.actions a i,
.actions a span {
  vertical-align: middle;
}
.text-nowrap {
  white-space: nowrap;
}
.hidding-linkable {
  padding-top: 10px;
  vertical-align: middle;
  margin-left: 10px;
}
.hypothetical-summary {
  vertical-align: middle;
  margin-left: 10px;
}
/* Since hidding-linkable is not showing we need a top padding */
.hidding-linkable.ng-hide + .hypothetical-summary {
  padding-top: 10px;
}
/* Since hidding-linkable is showing we need to suppress the top padding */
.hidding-linkable:not(.ng-hide) + .hypothetical-summary {
  padding-top: 0;
}
.candidates {
  padding-top: 10px;
  padding-bottom: 10px;
}
html[dir="ltr"] .candidates {
  margin-left: 10px;
  margin-right: -10px;
  /* correction for extra offset */
}
html[dir="rtl"] .candidates {
  margin-left: -10px;
  /* correction for extra offset */
  margin-right: 10px;
}
.webdisk-service > span:first-child,
.ftp-service > span:first-child,
.email-service > span:first-child {
  display: block;
}
.hypothetical-actions {
  text-align: left;
  white-space: nowrap;
}
html[dir="rtl"] .hypothetical-actions {
  text-align: right;
}
.id-container > span {
  vertical-align: middle;
  display: inline-block;
}
.action-group {
  margin-top: 15px;
}
/**
 * Delete confirmation
 */
.delete-confirm-message {
  position: relative;
  padding-top: 1rem;
}
html[dir="ltr"] .delete-confirm-message {
  padding-left: 5rem;
}
html[dir="rtl"] .delete-confirm-message {
  padding-right: 5rem;
}
.delete-confirm-message > strong {
  font-size: 1.4em;
}
.delete-dialog-icon {
  position: absolute;
  top: -10px;
  padding: 0;
  font-size: 7em;
  color: rgba(231, 76, 60, 0.22);
}
html[dir="ltr"] .delete-dialog-icon {
  left: -17px;
}
html[dir="rtl"] .delete-dialog-icon {
  right: -17px;
}
.callout {
  margin-top: 0;
  margin-bottom: 5px;
}
.delete-note {
  font-size: 0.95em;
  padding-top: 10px;
  display: block;
}
.delete-confirm {
  padding-left: 0;
  overflow: hidden;
}
.badges {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .badges {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.badges .label {
  margin-left: 5px;
  margin-right: 5px;
}
.label-clickable {
  cursor: pointer;
}
#btnClose {
  cursor: pointer;
}
.user-alert div {
  margin-bottom: 5px;
}
.user-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}
html[dir="rtl"] .fa-flip-horizontal {
  transform: scale(1, 1);
}
.service-status {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
h4 .toggle-info-label-container label {
  font-weight: normal;
}
.breadcrumb {
  display: inline-block;
}
.headerSpinner {
  vertical-align: middle;
  margin-left: 10px;
}
.pagination-small {
  margin: 0;
}
#topPager,
#bottomPager {
  margin-bottom: 5px;
}
/**
 * Notification indicators.
 */
.user-label-container {
  padding: 0.5em 0;
}
/**
 * Styles for service conflict resolution.
 */
.panel-heading {
  position: relative;
}
.panel-heading > label {
  margin-bottom: 0;
  padding: 4px 0;
}
.panel-heading .fa-exclamation-triangle,
.panel-heading .fa-info-circle {
  font-size: 1.5em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.conflict-button-container {
  margin-top: 15px;
}
.conflict-button-container > button {
  margin: 0 2px;
}
.existing-service-summary {
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}
.existing-service-summary label {
  margin: 0;
}
.existing-service-summary-header {
  font-size: 90%;
}
.existing-service-summary-header,
.existing-service-summary-header label {
  cursor: pointer;
}
.existing-service-summary-header .fa-caret-down {
  transition: 0.35s;
}
.existing-service-summary-body {
  font-size: 85%;
}
.existing-service-summary-body hr {
  margin: 7px;
  border-color: #ddd;
}
.existing-service-summary-body ul {
  margin: 0;
  padding: 0 10px;
}
.existing-service-summary-body li {
  list-style: none;
}
/* We need this since the standard .form-inline does not
work for < 768px viewport to keep these inlined. */
.pager-form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.pager-form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.pagerstats-container .view-stats {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .pagerstats-container .view-stats-last {
    padding-bottom: 8px;
  }
  .visible-xs-inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .visible-xs-inline-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .view-divots,
  .filter-divots {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #search-area {
    margin-bottom: 0;
  }
}
Back to Directory File Manager