diff options
author | Phil Hughes <me@iamphill.com> | 2016-01-15 09:13:12 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-01-30 16:01:49 +0000 |
commit | 81e7086fec60c368dcd54ff7195f37f6cb8f481c (patch) | |
tree | 07cedf825c40fdbc44124fcb3ad1bf4b90948f63 /app/assets/stylesheets/framework/common.scss | |
parent | 14394e8bad388dcb331f16353af46755740b216a (diff) | |
download | gitlab-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.scss | 4 |
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; |