Add preset search.

This commit is contained in:
Tom MacWright
2013-01-31 13:50:19 -05:00
parent e6e0306953
commit c871361bad
5 changed files with 91 additions and 10 deletions
+16
View File
@@ -1269,6 +1269,22 @@ a.success-action {
}
.preset-section.cf,
.inspector-preset.cf,
.preset-section-input.cf {
width: 100%;
}
.preset-search-input {
width:100%;
}
.preset-search-input input {
width: 100%;
padding: 5px;
}
.preset-search-result {
padding: 0px 10px;
height:30px;
margin: 5px;
}