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>2017-08-01 20:04:03 +0300
committerPhil Hughes <me@iamphill.com>2017-08-03 19:03:49 +0300
commit370839cf10828e791893adaf81ab2e39c2b419cb (patch)
tree703722a369ea7545ff97e8cddaf8889bf0f05b3f /app/assets/stylesheets/pages/diff.scss
parent86d34921fee9ec324fdce3d36a8557604851a619 (diff)
fixed alert box moving when is-stuck gets added
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index f98129bc09d..cfc801859a7 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -577,7 +577,8 @@
background-color: $white-light;
z-index: 190;
- + .files {
+ + .files,
+ + .alert {
margin-top: 1px;
}
@@ -596,7 +597,8 @@
display: none;
}
- + .files {
+ + .files,
+ + .alert {
margin-top: 30px;
}
}