Preparing for separation of the GUI from the core

This commit is contained in:
RemixDev 2020-04-14 14:23:45 +02:00
parent 8a3aaf9aba
commit 336e1c43c8
1 changed files with 7 additions and 1 deletions

View File

@ -116,12 +116,18 @@ div#middle_section {
#open_login_prompt{
margin: 8px 0px;
}
#login_input_arl{
margin-bottom: 0px;
}
#settings_btn_copyArl{
min-width: 24px;
width: 48px;
margin: 0px 0px 0px 8px;
padding: 0px 4px;
}
#settings_btn_copyArl i{
padding: 6px 0px;
}
#logged_in_info{
display: none;
margin-bottom: 12px;
@ -412,7 +418,7 @@ button[disabled]{
opacity: 0.75;
}
input[type="text"], input[type="password"], input[type="number"]{
width: 100%;
width: calc(100% - 16px);
border: 0px solid black;
line-height: 36px;
padding: 0px 8px;