diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-18 18:57:53 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-28 09:00:30 -0500 |
commit | 0a848266d7b66b3dce19298337e9ac0b1471db11 (patch) | |
tree | 549df9d02f7ea8cfdc8aa86bb8591ea51104009d /app/assets | |
parent | 2672f44e25b6b2638b850208a1ef4a97983f28ed (diff) | |
download | gitlab-ce-0a848266d7b66b3dce19298337e9ac0b1471db11.tar.gz |
Rearrange commit info view
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/commit.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss index 8ecac08137b..62232d8a060 100644 --- a/app/assets/stylesheets/pages/commit.scss +++ b/app/assets/stylesheets/pages/commit.scss @@ -80,6 +80,21 @@ } } +.commit-info-widget { + background: $background-color; + color: $gl-gray; + border: 1px solid $border-color; + border-radius: $border-radius-default; + + .widget-row { + padding: $gl-padding; + + &:not(:last-of-type) { + border-bottom: 1px solid $border-color; + } + } +} + .ci-status-link { svg { overflow: visible; @@ -88,6 +103,7 @@ .commit-box { border-top: 1px solid $border-color; + padding: $gl-padding 0; .commit-title { margin: 0; |