Improve bandwidth wizard CSS on narrow browser windows

This commit is contained in:
hankhill19580
2019-10-05 23:05:01 +00:00
parent c259abc82c
commit 16db73b092
2 changed files with 35 additions and 24 deletions

View File

@@ -1890,6 +1890,7 @@ h1 {
width: 30%;
position: absolute;
top: 17%;
z-index: 499;
}
span.newtab {
@@ -2030,6 +2031,10 @@ button:active {
line-height: 16px;
}
.langbox > select#langsettings {
height: unset;
}
.langbox img {
opacity: 0.7;
padding: 0 !important;
@@ -3216,9 +3221,9 @@ td#themeselect {
#wizardheading {
border: none;
width: 50%;
width: 100%;
padding: 2%;
margin: 2% 24%;
margin: auto;
top: 2%;
font-size: xx-large;
text-transform: uppercase;
@@ -3233,11 +3238,12 @@ td#themeselect {
#infodiv {
position: absolute;
right: 12%;
left: 76%;
width: 16%;
top: 17%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
background: rgba(0,0,0,0.7);
}
#bandwidthconfig {
@@ -3255,8 +3261,8 @@ td#themeselect {
.configtable.wizard {
width: 20%;
bottom: 5rem;
right: 10rem;
bottom: 5%;
right: 10%;
position: absolute;
box-shadow: none !important;
white-space: normal;
@@ -3307,8 +3313,8 @@ div#langsettings {
div#wizlangsettings.wizard {
border: none;
position: absolute;
left: 15rem;
bottom: 10rem;
left: 15%;
top: 30%;
}
#langsettings hr {
@@ -3543,11 +3549,10 @@ p#ipconfig, p#ipv4config, p#udpconfig, p#externaltcp {
img.wizard.progress {
position: absolute;
top: 2%;
top: 6%;
left: 0%;
width: auto;
height: 15%;
max-height: 15%;
max-height: 10%;
max-width: 30%;
-webkit-filter: invert(1);
filter: invert(1);
z-index: 500;
@@ -3558,6 +3563,7 @@ img.wizard.progress {
background: none !important;
box-shadow: none !important;
border-top: none !important;
background: rgba(0,0,0,0.7);
}
#bwconfigheader {
@@ -3567,7 +3573,7 @@ img.wizard.progress {
#bandwidthconfig.configtable.wizardtable {
width: 35%;
top: 17%;
left: 31%;
left: 32%;
position: absolute;
background: none;
font-size: larger;
@@ -3592,8 +3598,8 @@ img.wizard.progress {
}
.wizardimg {
max-width: 100%;
max-height: 100vh;
max-width: 75%;
max-height: 100%;
margin: auto;
top: 0;
-webkit-filter: invert(1);

View File

@@ -1884,7 +1884,7 @@ h3#passwordheading {
.mlabtable {
width: 30%;
position: absolute;
top: 36%;
top: 17%;
font-size: larger;
}
@@ -2603,6 +2603,7 @@ td {
top: 36%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
background: rgba(255,255,255,0.7);
font-size: larger;
}
@@ -2612,8 +2613,8 @@ td {
#bandwidthconfig.configtable.wizardtable {
width: 35%;
top: 36%;
left: 31%;
top: 17%;
left: 32%;
position: absolute;
background: none;
font-size: larger;
@@ -3751,6 +3752,10 @@ div[lang="de"] .links li {
opacity: 1 !important;
}
.langbox > select#langsettings {
height: unset;
}
.langbox img {
padding: 0 !important;
opacity: 0.9;
@@ -4921,16 +4926,15 @@ div#wizlangsettings.wizard {
img.wizard.progress {
position: absolute;
top: 2%;
top: 6%;
left: 0%;
width: auto;
height: 15%;
max-height: 15%;
max-height: 10%;
max-width: 30%;
mix-blend-mode: multiply;
}
.overlay {
height: 100vh 100%;
height: 100%;
}
.wizard {
@@ -4950,6 +4954,7 @@ img.wizard.progress {
top: 17%;
left: 5%;
font-size: larger;
background: rgba(255,255,255,0.7);
}
#wizard {
@@ -4978,8 +4983,8 @@ img.wizard.progress {
}
.wizardimg {
max-width: 100%;
height: 100%;
max-width: 75%;
max-height: 100%;
margin: auto;
mix-blend-mode: multiply;
position: absolute;