Project

General

Profile

« Previous | Next » 

Revision 384c8080

Added by Sebastian Gräßl over 7 years ago

Fixes #14714 - Make inherited Puppet Classes more apparent

To better recognize which Puppet Classes are inherited for Host
or Hostgroup they are under a sub-heading as a seperated list.

View differences:

app/assets/stylesheets/patternfly_and_overrides.scss
.pficon-ok.warn:before {
color: #ec7a08;
}
.paneless {
.panel {
box-shadow: none;
}
.panel-title {
font-size: inherit;
}
.panel-heading + .panel-collapse .panel-body {
border: none;
padding: 0;
}
.panel-heading {
background: none;
border: none;
padding-left: inherit;
padding-right: inherit;
a {
font-weight: inherit;
font-size: inherit;
}
}
}

Also available in: Unified diff