Add files via upload
This commit is contained in:
parent
0ae396b0da
commit
66bfa029f5
1 changed files with 11 additions and 0 deletions
11
styles/styles.min.css
vendored
11
styles/styles.min.css
vendored
|
@ -6620,6 +6620,17 @@ html.layout-phone .image-selector .attachmentslist {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
html.layout-small .task-login #logo {
|
||||
top: 8vh;
|
||||
}
|
||||
|
||||
html.layout-small .task-login #login-form {
|
||||
top: 16vh;
|
||||
transform: scale(1.2);
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
|
||||
#login-form table,
|
||||
#login-form tbody {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue