Browse Source

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.
adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
5f165c4c00
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 4
      src/webui/www/private/views/search.html

4
src/webui/www/private/views/search.html

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

Loading…
Cancel
Save