summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss1
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index c83cf881596..ad6ade1304e 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -37,6 +37,7 @@
background: $color-darker;
.sidebar-user {
+ border-top: 1px solid $color;
background: $color-darker;
color: $color-light;
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index c042684dd71..8d0b0112cdf 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -312,7 +312,6 @@
.page-sidebar-expanded {
.complex-sidebar {
- margin-bottom: 100px;
display: inline-block;
.nav-sidebar {
@@ -337,6 +336,7 @@
}
.nav-secondary {
+ padding-bottom: 100px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
float: left;
width: 168px;