Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
76f6f6b6
Commit
76f6f6b6
authored
May 12, 2015
by
Jan-Christoph Borchardt
Browse files
fix user mgmt search box position, fix #15928
parent
46e4d881
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/css/settings.css
View file @
76f6f6b6
...
...
@@ -116,7 +116,14 @@ li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
span
.utils
.delete
,
.rename
{
display
:
none
;
}
#app-navigation
ul
li
.active
>
span
.utils
.delete
,
#app-navigation
ul
li
.active
>
span
.utils
.rename
{
display
:
block
;
}
#usersearchform
{
position
:
absolute
;
top
:
2px
;
right
:
250px
;
}
#usersearchform
{
position
:
absolute
;
top
:
2px
;
right
:
0
;
}
#usersearchform
input
{
width
:
150px
;
}
#usersearchform
label
{
font-weight
:
700
;
}
/* display table at full width */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment