fix it for small screens

This commit is contained in:
tiotrom 2021-06-17 14:31:55 +00:00
parent 02d2d8e849
commit 3d70320a23
1 changed files with 32 additions and 65 deletions

View File

@ -38,11 +38,8 @@ QProgressBar::chunk {
#textBoxVerifiedRootPassword #textBoxVerifiedRootPassword
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:300px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -51,13 +48,11 @@ color: #ccc;
#textBoxRootPassword #textBoxRootPassword
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:300px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -67,51 +62,40 @@ color: #ccc;
#checkBoxReusePassword #checkBoxReusePassword
{ {
margin-top: 0px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#labelChooseRootPassword #labelChooseRootPassword
{ {
margin-top: 20px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#checkBoxDoAutoLogin #checkBoxDoAutoLogin
{ {
margin-top: 0px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#password_label_2 #password_label_2
{ {
margin-top: 0px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#textBoxUserVerifiedPassword #textBoxUserVerifiedPassword
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:300px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -121,11 +105,8 @@ color: #ccc;
#textBoxUserPassword #textBoxUserPassword
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:300px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -135,22 +116,18 @@ color: #ccc;
#hostname_label_2 #hostname_label_2
{ {
margin-top: 0px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#textBoxHostName #textBoxHostName
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:750px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -160,22 +137,18 @@ color: #ccc;
#username_label_2 #username_label_2
{ {
margin-top: 0px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#textBoxLoginName #textBoxLoginName
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:750px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -188,20 +161,15 @@ color: #ccc;
#labelWhatIsYourName #labelWhatIsYourName
{ {
margin-top: 30px; margin-top: 10px;
margin-left: 20px; margin-left: 5px;
width:750px;
text-align:center;
text-transform: uppercase; text-transform: uppercase;
} }
#textBoxFullName #textBoxFullName
{ {
padding: 10px; height:30px;
margin:20px; margin:10px;
width:100%;
min-width:750px;
max-width:2000px;
border:1px solid; border:1px solid;
display:inline-box; display:inline-box;
text-transform: lowercase; text-transform: lowercase;
@ -470,4 +438,3 @@ color: #ffffff;
background-color: rgb(169, 65, 80); background-color: rgb(169, 65, 80);
} }