Fix HTML elements size in search tab

Specifying a height/width value might cut the displayed text or
obstruct centering the text in the button, so let it auto decide
instead.
Closes #11553.
This commit is contained in:
Chocobo1 2019-12-04 12:24:37 +08:00 committed by sledgehammer999
parent 7f217110cd
commit 93fe20afcd
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -11,17 +11,14 @@
#categorySelect { #categorySelect {
width: 150px; width: 150px;
height: 20px;
} }
#pluginsSelect { #pluginsSelect {
width: 150px; width: 150px;
height: 20px;
} }
#startSearchButton { #startSearchButton {
width: 90px; width: 90px;
height: 20px;
} }
#searchResultsNoPlugins { #searchResultsNoPlugins {
@ -49,7 +46,6 @@
} }
#manageSearchPlugins { #manageSearchPlugins {
line-height: 1.5em;
float: right; float: right;
} }