summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 17:19:00 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-03-03 16:13:55 -0500
commit1efe1054150177ac5eb31ff85e2c18c5856d480a (patch)
tree4e6b0caf98a6fc28853d5da3ce9a0fe877ca25cf /app/assets
parentba869ae50d0c43867f7d34a4f7e08520c1e4c7f1 (diff)
downloadgitlab-ce-1efe1054150177ac5eb31ff85e2c18c5856d480a.tar.gz
SSH keys settings
Closes #13860
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/lists.scss1
-rw-r--r--app/assets/stylesheets/pages/profile.scss10
2 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index b6a781f79de..bfec0911b3c 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -3,6 +3,7 @@
*
*/
.well-list {
+ position: relative;
margin: 0;
padding: 0;
list-style: none;
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index a635e49a7bc..6ac69cf412e 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -145,3 +145,13 @@
width: auto;
}
}
+
+.key-icon {
+ color: #8F8F8F;
+ font-size: 18px;
+ line-height: 42px;
+}
+
+.key-created-at {
+ line-height: 42px;
+}