|
|
@ -1,6 +1,6 @@ |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
#searchPattern { |
|
|
|
#searchPattern { |
|
|
|
width: 500px; |
|
|
|
width: 300px; |
|
|
|
line-height: 2em; |
|
|
|
line-height: 2em; |
|
|
|
padding: 1px 5px 1px 2em; |
|
|
|
padding: 1px 5px 1px 2em; |
|
|
|
background-image: url("images/qbt-theme/edit-find.svg"); |
|
|
|
background-image: url("images/qbt-theme/edit-find.svg"); |
|
|
@ -66,6 +66,10 @@ |
|
|
|
#searchResultsGranularFiltersWarning { |
|
|
|
#searchResultsGranularFiltersWarning { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#searchPattern { |
|
|
|
|
|
|
|
width: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |
|
|
|