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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b352462d
Commit
b352462d
authored
Oct 07, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dropdown header alignment; empty navbar positioning
parent
9b27f62d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+1
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+17
-17
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
b352462d
...
...
@@ -749,7 +749,7 @@
margin-bottom
:
$dropdown-vertical-offset
;
}
li
{
li
:not
(
.dropdown-bold-header
)
{
display
:
block
;
padding
:
0
1px
;
...
...
app/assets/stylesheets/framework/header.scss
View file @
b352462d
...
...
@@ -5,22 +5,6 @@
.navbar-gitlab
{
@include
new-style-dropdown
;
&
.navbar-empty
{
height
:
$header-height
;
background
:
$white-light
;
border-bottom
:
1px
solid
$white-normal
;
.center-logo
{
margin
:
8px
0
;
text-align
:
center
;
.tanuki-logo
,
img
{
height
:
36px
;
}
}
}
&
.navbar-gitlab
{
padding
:
0
16px
;
z-index
:
1000
;
...
...
@@ -550,7 +534,7 @@
color
:
$gl-text-color
;
left
:
auto
;
.current-user
{
li
.current-user
{
padding
:
5px
18px
;
.user-name
{
...
...
@@ -570,3 +554,19 @@
.with-performance-bar
.navbar-gitlab
{
top
:
$performance-bar-height
;
}
.navbar-empty
{
height
:
$header-height
;
background
:
$white-light
;
border-bottom
:
1px
solid
$white-normal
;
.center-logo
{
margin
:
8px
0
;
text-align
:
center
;
.tanuki-logo
,
img
{
height
:
36px
;
}
}
}
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