Commit 9e6113a2 authored by Phil Hughes's avatar Phil Hughes

spacing fixes

made the title a link back to the dashboard

[ci skip]
parent b9ba97f1
...@@ -227,7 +227,7 @@ header { ...@@ -227,7 +227,7 @@ header {
} }
a { a {
color: $gl-text-color; color: currentColor;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
......
...@@ -18,11 +18,19 @@ header.navbar-gitlab-new { ...@@ -18,11 +18,19 @@ header.navbar-gitlab-new {
.title { .title {
padding-top: 14px; padding-top: 14px;
padding-right: 10px; padding-right: 9px;
color: currentColor; color: currentColor;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
padding-right: 20px; padding-right: 15px;
}
a {
&:hover,
&:focus {
color: currentColor;
text-decoration: none;
}
} }
} }
...@@ -35,6 +43,11 @@ header.navbar-gitlab-new { ...@@ -35,6 +43,11 @@ header.navbar-gitlab-new {
.dropdown-menu { .dropdown-menu {
margin-top: 4px; margin-top: 4px;
min-width: 130px; min-width: 130px;
@media (max-width: $screen-xs-max) {
left: auto;
right: 0;
}
} }
} }
...@@ -122,4 +135,17 @@ header.navbar-gitlab-new { ...@@ -122,4 +135,17 @@ header.navbar-gitlab-new {
.search-input::placeholder { .search-input::placeholder {
color: $gray-normal; color: $gray-normal;
} }
.location-badge {
color: $gray-normal;
background-color: #2d2d2d;
}
&.search-active {
.search-input-wrap {
i {
color: $gray-normal;
}
}
}
} }
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
.title-container .title-container
%h1.title %h1.title
= link_to root_path, title: 'Dashboard' do
GitLab GitLab
- if current_user - if current_user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment