WebUI: Apply box-sizing reset
commit0704049026d8fccb2ddb56e16ab26036ac3afc20
authorskomerko <168652295+skomerko@users.noreply.github.com>
Sat, 12 Oct 2024 06:22:07 +0000 (12 08:22 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 06:22:07 +0000 (12 14:22 +0800)
tree13218f97dc21893dee9750d3c21066f256af4388
parent81509dfb6554f3cf5679a6dd560b37c54bc77a2c
WebUI: Apply box-sizing reset

Box-sizing: border-box is now applied globally. A lot of tiny changes were made but they were necessary to correct resulting inconsistencies. Everything should be pretty much as it was with just some minor exceptions.

Looks like this PR also indirectly fixed #21414.

PR #21464.
29 files changed:
src/webui/www/private/addtrackers.html
src/webui/www/private/css/Layout.css
src/webui/www/private/css/Tabs.css
src/webui/www/private/css/Window.css
src/webui/www/private/css/dynamicTable.css
src/webui/www/private/css/style.css
src/webui/www/private/downloadlimit.html
src/webui/www/private/index.html
src/webui/www/private/rename_files.html
src/webui/www/private/scripts/dynamicTable.js
src/webui/www/private/scripts/mocha-init.js
src/webui/www/private/scripts/progressbar.js
src/webui/www/private/scripts/prop-files.js
src/webui/www/private/scripts/prop-general.js
src/webui/www/private/scripts/prop-peers.js
src/webui/www/private/scripts/prop-trackers.js
src/webui/www/private/scripts/prop-webseeds.js
src/webui/www/private/scripts/search.js
src/webui/www/private/uploadlimit.html
src/webui/www/private/views/cookies.html
src/webui/www/private/views/filters.html
src/webui/www/private/views/log.html
src/webui/www/private/views/preferences.html
src/webui/www/private/views/properties.html
src/webui/www/private/views/rss.html
src/webui/www/private/views/rssDownloader.html
src/webui/www/private/views/search.html
src/webui/www/private/views/searchplugins.html
src/webui/www/private/views/transferlist.html