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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 21:42:27 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 21:42:27 +0300
commitef0c87f67f56564de8ae88d215e99146015cebdb (patch)
tree3c0e9e3d9adeedd674e07e537f30becd51d70423 /app/assets/stylesheets/pages/help.scss
parent832cdd3d516698d0e6a7257b3d94292819a0436a (diff)
Add margin to top of form actions
Diffstat (limited to 'app/assets/stylesheets/pages/help.scss')
-rw-r--r--app/assets/stylesheets/pages/help.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index 604f1700cf8..ee95bdf488e 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -59,8 +59,10 @@
position: relative;
overflow-y: auto;
padding: 15px;
+
.form-actions {
margin: -$gl-padding+1;
+ margin-top: 15px;
}
}