diff --git a/static/css/style.css b/static/css/style.css index 9a37b76..75496cf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -358,4 +358,13 @@ h2 { /* position: absolute; */ top: 0px; left: 0px; -} \ No newline at end of file +} + +td#setting-item-table-td { + text-align: right; +} + +td#setting-item-table-td > div.mdui-select { + text-align: center; + width: 100%; +} diff --git a/static/js/script.js b/static/js/script.js index 5933bce..53dc345 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -523,23 +523,38 @@ const progress = [0, 1]; mdui.dialog({ title: 'Options', content: `
- - -
- - + + + + + + + + + + + +
+ + + +
+ + + +
`, buttons: [ {