Sha256: 1c18d5a836dc04040db39af9e8911b093824474423e1840c12b006fec6dd6b90

Contents?: true

Size: 1.96 KB

Versions: 41

Compression:

Stored size: 1.96 KB

Contents

@import "patternfly/variables";

.filter-option label {
  font-weight: normal;
}

.alert ul {
  list-style: none;
}

// Patternfly Overrides
$table-cell-padding-top: 5px;
$table-cell-padding-bottom: 5px;

// Foreman Core Overrides
table.table {
  margin-bottom: 0 !important;
}

.table th {
  background: inherit;
}

// Prevent Foreman editable icon from bleeding into our pages
.editable {
  background: inherit;
  padding: 0;
}

.wizard li {
  &:not(:first-child) span {
    padding-left: 15px;
  }
}

.breadcrumbs-inline .breadcrumb {
  display: inline-block;
}

.breadcrumb > .active a {
  color: $breadcrumb-active-color;
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

// Need to override these because .bastion .dropdown-menu (we wrap
// everything in .bastion) has more specificity than these selectors
// and thus overrides them making them not displayed when they should be.
html [uib-typeahead-popup].dropdown-menu,
html .uib-datepicker-popup.dropdown-menu
{
  display: block;
}

// Fix bad margin and border on patternfly dropdown buttons
html .toolbar-pf .toolbar-pf-filter.form-group .input-group-btn .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-right: -1px;
  margin-left: -1px;
}

// Increase size of .toolbar-pf-filter
html .toolbar-pf.table-view-pf-toolbar-external .toolbar-pf-filter {
  width: 35%;
}

// Add border to bottom of empty table
.row.toolbar-pf.table-view-pf-toolbar.empty-table{
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}

// Ensure scrolling on the modal body
.modal-body {
  overflow-x: hidden;
  overflow-y: scroll;
}

// Add some margin to the bottom of the table footer
.content-view-pf-pagination {
  margin-bottom: 20px;
}

.dropdown-menu form {
  padding: 5px;
}

html .dropdown-menu .content-view-pf-pagination {
  background-color: #FFFFFF;
  border: none;
  margin-bottom: 0;
  white-space: nowrap;

  .pagination-pf-back {
    margin-left: 0;
  }

  .form-group:last-child {
    justify-content: center;
  }
}

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
bastion-6.1.17 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.16 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.15 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.14 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.13 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.12 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.11 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.10 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.9 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.8 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.7 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.6 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.5 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.4 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.3 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.2 app/assets/stylesheets/bastion/overrides.scss
bastion-5.1.1 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.1 app/assets/stylesheets/bastion/overrides.scss
bastion-6.1.0 app/assets/stylesheets/bastion/overrides.scss
bastion-6.0.0 app/assets/stylesheets/bastion/overrides.scss