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:
authorPhil Hughes <me@iamphill.com>2016-02-05 21:56:37 +0300
committerPhil Hughes <me@iamphill.com>2016-02-05 21:56:37 +0300
commit0a094cb1dfe7328214c8516d60d51deb13c8fc1a (patch)
tree17cc95a8b337d63a21cea39d0f3f1e6339ca0edd /app/assets
parent2e8fe0bdb274e8cdc80d0e38fe340832c70adfb2 (diff)
Changed the project switcher dropdown toggle
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
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;
}
}