Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
298971ed
Commit
298971ed
authored
Mar 04, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CSS so .open doesnt have to be on a dropdown element
parent
8c0f551f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+7
-4
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-4
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
298971ed
...
...
@@ -11,12 +11,12 @@
.dropdown
{
position
:
relative
;
}
&
.open
{
.open
{
.dropdown-menu
{
display
:
block
;
}
}
}
.dropdown-menu
{
...
...
@@ -27,7 +27,10 @@
z-index
:
9999
;
width
:
240px
;
margin-top
:
2px
;
margin-bottom
:
0
;
padding
:
10px
10px
;
font-size
:
14px
;
font-weight
:
normal
;
background-color
:
$dropdown-bg
;
border
:
1px
solid
$dropdown-border-color
;
border-radius
:
$border-radius-base
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
298971ed
...
...
@@ -49,10 +49,6 @@
}
}
.project-home-dropdown
{
margin
:
13px
0px
0
;
}
.notifications-btn
{
margin-top
:
-28px
;
...
...
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