Browse Source

unify button paddings

adaptive-webui
d47081 1 year ago
parent
commit
b7a2cd39f7
  1. 1
      src/webui/www/private/css/style.css
  2. 4
      src/webui/www/private/views/search.html

1
src/webui/www/private/css/style.css

@ -26,6 +26,7 @@ input[type="button"],
input[type="submit"], input[type="submit"],
button { button {
cursor: pointer; cursor: pointer;
padding: 4px 16px;
} }
/*table { border-collapse: collapse; border-spacing: 0; }*/ /*table { border-collapse: collapse; border-spacing: 0; }*/

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

@ -18,10 +18,6 @@
width: 150px; width: 150px;
} }
#startSearchButton {
width: 90px;
}
#searchResultsNoPlugins { #searchResultsNoPlugins {
height: calc(100% - 110px); height: calc(100% - 110px);
} }

Loading…
Cancel
Save