AC-726 Improved search filter, eliminating need for reset button. Fixed drop-down menu on jobs detail page, replacing summary with host summary. Fixed error message on job templates and jobs when list of playbooks cannot be found- message is now informational rather than cryptic error.

This commit is contained in:
Chris Houseknecht
2013-11-23 14:48:43 +00:00
parent 5b48bea8c9
commit fae51d12f0
33 changed files with 148 additions and 329 deletions

View File

@@ -489,16 +489,37 @@ select.page-size {
vertical-align: middle;
}
.search-widget {
margin-bottom: 20px;
}
/* Search Widget */
.search-widget {
margin-bottom: 20px;
}
.search-widget label {
display: inline-block;
padding-right: 15px;
vertical-align: middle;
}
#search_value_input {
padding-right: 25px;
}
.search-widget label {
display: inline-block;
padding-right: 15px;
vertical-align: middle;
}
.search-reset-start {
color: @grey;
float: right;
position: relative;
top: -25px;
left: -10px;
z-index: 10;
}
.search-reset-start:hover {
cursor: pointer;
}
.ui-widget-content a.search-reset-start {
color: @grey;
}
/* breadcrumbs */
.nav-path {