summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-01-15 09:13:12 +0000
committerPhil Hughes <me@iamphill.com>2016-01-30 16:01:49 +0000
commit81e7086fec60c368dcd54ff7195f37f6cb8f481c (patch)
tree07cedf825c40fdbc44124fcb3ad1bf4b90948f63 /app/assets/stylesheets/framework/common.scss
parent14394e8bad388dcb331f16353af46755740b216a (diff)
downloadgitlab-ce-81e7086fec60c368dcd54ff7195f37f6cb8f481c.tar.gz
uses AJAX to select the projects
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 6ea2219073c..ea56d9e12a0 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -376,11 +376,11 @@ table {
margin-bottom: $gl-padding;
}
-.new-project-item-select-holder {
+.project-item-select-holder {
display: inline-block;
position: relative;
- .new-project-item-select {
+ .project-item-select {
position: absolute;
top: 0;
right: 0;