Hide checkbox in avatarcropper
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d83f1d96d4
commit
f444090272
|
@ -54,6 +54,10 @@ input#openid, input#webdav {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#avatarform .jcrop-keymgr {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
#displayavatar {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue