summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/commits.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-23 10:09:22 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-23 10:09:22 -0500
commit0dd71ed4a8901d34dda5b485b75afe595658da53 (patch)
treeb6124baf5522a512212e954944ff2acd93f1544a /app/assets/stylesheets/pages/commits.scss
parentc184a135f2a17a4bcf6189ae92e6cedb31855033 (diff)
downloadgitlab-ce-0dd71ed4a8901d34dda5b485b75afe595658da53.tar.gz
Fix alignment of gpg status36709-gpg-status
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 46fbfe5f91e..d0d11b4d71c 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -286,6 +286,9 @@
.gpg-status-box {
+ padding: 2px 10px;
+ margin-right: $gl-padding;
+
&:empty {
display: none;
}
@@ -314,7 +317,6 @@
&.valid {
svg {
border: 1px solid $brand-success;
-
fill: $brand-success;
}
}
@@ -322,7 +324,6 @@
&.invalid {
svg {
border: 1px solid $common-gray-light;
-
fill: $common-gray-light;
}
}