Skip to content
Snippets Groups Projects
Verified Commit bb521358 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update files/diffs to match new layout

parent 966c4f33
No related branches found
No related tags found
No related merge requests found
Loading
@@ -18,7 +18,6 @@
Loading
@@ -18,7 +18,6 @@
line-height: 36px; line-height: 36px;
} }
   
.content-block,
.gray-content-block { .gray-content-block {
margin-top: 0; margin-top: 0;
margin-bottom: -$gl-padding; margin-bottom: -$gl-padding;
Loading
@@ -145,3 +144,12 @@
Loading
@@ -145,3 +144,12 @@
} }
} }
} }
.content-block {
padding: $gl-padding 0;
border-bottom: 1px solid $border-color;
&.oneline-block {
line-height: 42px;
}
}
Loading
@@ -4,8 +4,7 @@
Loading
@@ -4,8 +4,7 @@
*/ */
.file-holder { .file-holder {
border: none; border: none;
border-top: 1px solid #E7E9EE; border: 1px solid $border-color;
border-bottom: 1px solid #E7E9EE;
   
&.readme-holder { &.readme-holder {
border-bottom: 0; border-bottom: 0;
Loading
Loading
Loading
@@ -35,6 +35,8 @@
Loading
@@ -35,6 +35,8 @@
} }
   
.commit-box { .commit-box {
border-top: 1px solid $border-color;
.commit-title { .commit-title {
margin: 0; margin: 0;
font-size: 23px; font-size: 23px;
Loading
Loading
// Common // Common
.diff-file { .diff-file {
border: none; border: 1px solid $border-color;
border-bottom: 1px solid #E7E9EE; border-top: none;
   
.diff-header { .diff-header {
position: relative; position: relative;
Loading
Loading
Loading
@@ -604,8 +604,6 @@ pre.light-well {
Loading
@@ -604,8 +604,6 @@ pre.light-well {
} }
   
.project-last-commit { .project-last-commit {
margin: 0 7px;
.ci-status { .ci-status {
margin-right: 16px; margin-right: 16px;
} }
Loading
@@ -635,7 +633,7 @@ pre.light-well {
Loading
@@ -635,7 +633,7 @@ pre.light-well {
} }
   
.project-show-readme .readme-holder { .project-show-readme .readme-holder {
padding: ($gl-padding + 7px); padding: $gl-padding 0;
border-top: 0; border-top: 0;
   
.edit-project-readme { .edit-project-readme {
Loading
Loading
Loading
@@ -89,12 +89,14 @@
Loading
@@ -89,12 +89,14 @@
   
.blob-commit-info { .blob-commit-info {
list-style: none; list-style: none;
padding: $gl-padding;
background: $background-color;
border: 1px solid $border-color;
border-bottom: none;
margin: 0; margin: 0;
padding: 0;
margin-bottom: 5px;
   
.commit { .commit {
padding: $gl-padding 0; padding: 0;
   
.commit-row-title { .commit-row-title {
.commit-row-message { .commit-row-message {
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
.alert.alert-info .alert.alert-info
Some options are unavailable for LDAP accounts Some options are unavailable for LDAP accounts
   
.account-page .account-page.prepend-top-default
.panel.panel-default.update-token .panel.panel-default.update-token
.panel-heading .panel-heading
Reset Private token Reset Private token
Loading
Loading
#tree-holder.tree-holder.clearfix #tree-holder.tree-holder.clearfix
.gray-content-block.second-block .nav-block
= render 'projects/tree/tree_header', tree: @tree = render 'projects/tree/tree_header', tree: @tree
   
= render 'projects/tree/tree_content', tree: @tree = render 'projects/tree/tree_content', tree: @tree
Loading
Loading
.gray-content-block.top-block .nav-block
.tree-ref-holder .tree-ref-holder
= render 'shared/ref_switcher', destination: 'blob', path: @path = render 'shared/ref_switcher', destination: 'blob', path: @path
   
Loading
Loading
Loading
@@ -50,7 +50,7 @@
Loading
@@ -50,7 +50,7 @@
.commit-info-row.branches .commit-info-row.branches
%i.fa.fa-spinner.fa-spin %i.fa.fa-spinner.fa-spin
   
.commit-box.gray-content-block.middle-block .commit-box.content-block
%h3.commit-title %h3.commit-title
= markdown escape_once(@commit.title), pipeline: :single_line = markdown escape_once(@commit.title), pipeline: :single_line
- if @commit.description.present? - if @commit.description.present?
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
   
= render "head" = render "head"
   
.gray-content-block .gray-content-block.second-block
.tree-ref-holder .tree-ref-holder
= render 'shared/ref_switcher', destination: 'commits' = render 'shared/ref_switcher', destination: 'commits'
   
Loading
Loading
Loading
@@ -3,7 +3,7 @@
Loading
@@ -3,7 +3,7 @@
   
- diff_files = safe_diff_files(diffs) - diff_files = safe_diff_files(diffs)
   
.gray-content-block.middle-block.oneline-block .content-block.oneline-block
.inline-parallel-buttons .inline-parallel-buttons
.btn-group .btn-group
= inline_diff_btn = inline_diff_btn
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment