Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-14 13:06:43 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-14 13:06:43 +0300
commit3c3b75fa532c59364606d811da8be48bf8cd6fbf (patch)
tree429732f40abddfff13515f4b65550fc2f644226d /content
parent024dbcaee84c959cc633b0fc62422b8f113eddf8 (diff)
Fix search input margin
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index dc47b778..de6616f8 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -322,7 +322,7 @@ h6 {
background-color: $white;
-webkit-appearance: none;
padding: 7px 11px 7px 28px;
- margin: -5px;
+ margin: -20;
width: 190px;
background-image: url("<%= @items['/assets/images/icon_search.svg'].path %>");
background-repeat: no-repeat;