diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css index 58218774de228d464e4dfd0a601a91720275694b..32a6ad23b4815524c270837cf8c43dc1a2276277 100644 --- a/apps/routerconsole/jsp/themes/console/dark/console.css +++ b/apps/routerconsole/jsp/themes/console/dark/console.css @@ -3492,7 +3492,7 @@ img.wizard.progress { .wizardtext { width: 25%; position: absolute; - top: 17%; + top: 37%; left: 5%; font-size: larger; color: #e6e6e7; diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index 92359f2a8cb267669ea560597ac8f5402231f8dd..b559b11880d7830c6f58b1e50c01b2706965fd61 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -2222,7 +2222,6 @@ td.optionsave { position: absolute; left: 75%; width: 22%; - top: 75%; } #bandwidthconfig .configtable tr:last-child td { @@ -2561,9 +2560,10 @@ td { } .configtable.wizard { - bottom: 10%; + width: 20%; + bottom: 5%; right: 10%; - width: max-content; + position: absolute; box-shadow: none !important; white-space: normal; background: none; @@ -4827,11 +4827,11 @@ div#langsettings { } img.wizard.progress { - mix-blend-mode: multiply; - position: absolute; - top: 1%; - left: 1%; - max-width: 40%; + position: absolute; + top: 6%; + left: 1%; + max-height: 10%; + max-width: 30%; } .overlay { @@ -4851,9 +4851,10 @@ img.wizard.progress { .wizardtext { width: 25%; + position: absolute; + top: 37%; + left: 5%; font-size: larger; - margin-top: -20%; - margin-left: 10%; } .wizardbuttons {