Project

General

Profile

« Previous | Next » 

Revision 8527c9f1

Added by Amos Benari about 10 years ago

fixes #4733 lookup keys in puppet class form visual changes

View differences:

app/assets/stylesheets/bootstrap_and_overrides.scss
}
.well {
padding: 19px 19px 19px 36px;
background-color: white;
padding: 19px 19px 19px 36px;
background-color: white;
}
.label-default {
......
background-clip: padding-box;
}
}
.smart-var-left{
max-height:500px;
direction: rtl;
float:left;
text-align: left;
overflow-y: auto;
padding-right:0;
}
.stacked-content.tab-content {
padding: 19px;
min-height: 460px;
border: 1px solid $primary_gradient_start;
@include box-shadow(-2px 0 5px 0px rgba(0, 0, 0, 0.2));
}
.nav.nav-pills.nav-stacked .btn.btn-success:hover{
background-color: #47a447;
}
.nav.nav-pills.nav-stacked {
padding-right: 0;
& > li > a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}

Also available in: Unified diff