Fixed typos
This commit is contained in:
parent
5c43f71d62
commit
b4e05e8c58
2 changed files with 6 additions and 6 deletions
|
@ -35,12 +35,12 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.icon-avartar-federation-menu {
|
||||
.icon-avatar-federation-menu {
|
||||
position: absolute;
|
||||
width: 44px;
|
||||
top: -6px;
|
||||
left: 129px;
|
||||
z-index: 10;
|
||||
width: 44px;
|
||||
top: -6px;
|
||||
left: 129px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* icons for sidebar */
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<form id="avatarform" class="section" method="post" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.postAvatar')); ?>">
|
||||
<h2>
|
||||
<label><?php p($l->t('Profile picture')); ?></label>
|
||||
<span class="icon-avartar-federation-menu icon-password">▾<span/>
|
||||
<span class="icon-avatar-federation-menu icon-password">▾<span/>
|
||||
</h2>
|
||||
<div id="displayavatar">
|
||||
<div class="avatardiv"></div>
|
||||
|
|
Loading…
Reference in a new issue