Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
Signed-off-by: Greta Doci <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Dec 5, 2019
1 parent c215919 commit 375eb3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1533,18 +1533,22 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
}
&.userActions {
.action-item {
position: absolute;
}
#newsubmit {
width: 100%;
}
.toggleUserActions {
position: relative;
display: inline-flex;
display: block;
align-items: center;
.icon-more {
width: 44px;
height: 44px;
opacity: .5;
cursor: pointer;
margin-left: 40px;
&:hover {
opacity: .7;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/private/User/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public function loginName2UserName($loginName) {
* @return string the name of the backend to be shown
*/
public function getBackendName() {
return 'Local';
return 'Database';
}

public static function preLoginNameUsedAsUserName($param) {
Expand Down

0 comments on commit 375eb3e

Please sign in to comment.