Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
99a64e70
Commit
99a64e70
authored
5 years ago
by
GretaD
Committed by
Julius Härtl
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix userlist alignment
Signed-off-by:
GretaD
<
gretadoci@gmail.com
>
parent
cf771c58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/settings/css/settings.scss
+5
-1
5 additions, 1 deletion
apps/settings/css/settings.scss
apps/settings/src/components/UserList.vue
+10
-10
10 additions, 10 deletions
apps/settings/src/components/UserList.vue
with
15 additions
and
11 deletions
apps/settings/css/settings.scss
+
5
−
1
View file @
99a64e70
...
...
@@ -1430,7 +1430,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
// separate prop to set initial value to top: 50px
&
#new-user
{
top
:
$header-height
+
$grid-row-height
;
top
:
$header-height
+
$grid-row-height
;
height
:
90px
;
.row
{
padding-top
:
50px
;
}
}
&
#grid-header
{
color
:
var
(
--
color-text-maxcontrast
);
...
...
This diff is collapsed.
Click to expand it.
apps/settings/src/components/UserList.vue
+
10
−
10
View file @
99a64e70
...
...
@@ -96,16 +96,16 @@
pattern=
"[a-zA-Z0-9 _\.@\-']+"
required
type=
"text"
>
<
/
div>
<div
class=
"
display
N
ame"
>
<input
id=
"new
display
n
ame"
v-mo
de
l
=
"
newUser.d
isplay
N
ame"
:placeholder=
"t('settings', 'Display name')
"
autoc
apitalize=
"none
"
autoco
mplete
=
"off"
autocorrect=
"off
"
name=
"displayname"
type=
"text"
>
<div
class=
"displayName"
>
<input
id=
"new
display
n
ame"
v-model=
"newUser.
display
N
ame"
:placehol
de
r
=
"
t('settings', 'D
isplay
n
ame
')
"
autocapitalize=
"none
"
autoc
omplete=
"off
"
autoco
rrect
=
"off"
name=
"displayname
"
type=
"text"
>
</div
>
</div>
<div
class=
"password"
>
<input
id=
"newuserpassword"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment