Allow custom search query to update metadata

This commit is contained in:
JonnyWong16 2016-01-23 12:40:41 -08:00
commit cc287607cd
5 changed files with 72 additions and 33 deletions

View file

@ -2641,6 +2641,14 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
-o-transition: background 0.3s;
transition: background 0.3s;
}
#update_search_form div.input-group {
display: inline-table;
vertical-align: middle;
max-width: 250px;
}
#update_search_form #update_query {
margin: 5px 0 0 0.5em;
}
.notification-params {
margin-top: 10px;
background-color: #282828;