Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-02-06 01:12:03 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-02-06 01:12:03 +0300
commite63941ab34d7ee714d20d1f7e0b8bb57876153de (patch)
treefb27be1c67f2aaf30e1611c1239006faf3ed0bc5 /app/assets
parent70b7eacfb257f2f7473136789adf8c8a1fa872fb (diff)
parentb724f0871ac3d3af5e19bdd45553e50a92d4a4f0 (diff)
Merge branch 'project-title-dropdown-toggle-button' into 'master'
Changed the project switcher dropdown toggle Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 cc. @jschatz1 @dzaporozhets See merge request !2733
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/header.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 7871a33b6c5..a81e258573d 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -91,8 +91,17 @@ header {
.dropdown-toggle-caret {
position: relative;
top: -2px;
+ width: 12px;
+ line-height: 12px;
margin-left: 5px;
font-size: 10px;
+ text-align: center;
+ cursor: pointer;
+ }
+
+ .project-item-select {
+ right: auto;
+ left: 0;
}
}