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:
authorAlexis Reigel <mail@koffeinfrei.org>2017-07-10 11:02:41 +0300
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 16:43:37 +0300
commit4c5d4a69f0b5a813d2cb53e6f9af925cd3f9e8cb (patch)
tree12b8fde1fbca948f81fc536a38b1b3bdb1a0db26 /app/assets/stylesheets/pages/commits.scss
parent8ccce9d54541de5cbc8e5ce4a33fcefd402bdda4 (diff)
improve spacing / alignments in gpg popup
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss26
1 files changed, 8 insertions, 18 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 16a8c399bc6..62a1296f77e 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -296,16 +296,16 @@
}
}
-.gpg-popover-title {
- display: inline;
+.gpg-popover-status {
+ display: flex;
+ align-items: center;
font-weight: normal;
+ line-height: 1.5;
}
.gpg-popover-icon {
- float: left;
font-size: 35px;
- line-height: 35px;
- width: 32px;
+ // same margin as .s32.avatar
margin-right: $btn-side-margin;
&.valid {
@@ -318,23 +318,13 @@
}
.gpg-popover-user-link {
+ display: flex;
+ align-items: center;
+ margin-bottom: $gl-padding / 2;
text-decoration: none;
color: $gl-text-color;
}
-.gpg-popover-avatar {
- float: left;
- margin-bottom: $gl-padding;
-
- .avatar {
- margin-left: 0;
- }
-}
-
-.gpg-popover-username {
- font-weight: bold;
-}
-
.commit .gpg-popover-help-link {
display: block;
color: $link-color;