Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
bb521358
Commit
bb521358
authored
Jan 14, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update files/diffs to match new layout
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
966c4f33
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
17 deletions
+26
-17
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+9
-1
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+1
-2
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+2
-0
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+2
-2
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-3
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+5
-3
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+1
-1
app/views/projects/_files.html.haml
app/views/projects/_files.html.haml
+1
-1
app/views/projects/blob/_blob.html.haml
app/views/projects/blob/_blob.html.haml
+1
-1
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+1
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
app/views/projects/diffs/_diffs.html.haml
app/views/projects/diffs/_diffs.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
bb521358
...
...
@@ -18,7 +18,6 @@
line-height
:
36px
;
}
.content-block
,
.gray-content-block
{
margin-top
:
0
;
margin-bottom
:
-
$gl-padding
;
...
...
@@ -145,3 +144,12 @@
}
}
}
.content-block
{
padding
:
$gl-padding
0
;
border-bottom
:
1px
solid
$border-color
;
&
.oneline-block
{
line-height
:
42px
;
}
}
app/assets/stylesheets/framework/files.scss
View file @
bb521358
...
...
@@ -4,8 +4,7 @@
*/
.file-holder
{
border
:
none
;
border-top
:
1px
solid
#E7E9EE
;
border-bottom
:
1px
solid
#E7E9EE
;
border
:
1px
solid
$border-color
;
&
.readme-holder
{
border-bottom
:
0
;
...
...
app/assets/stylesheets/pages/commit.scss
View file @
bb521358
...
...
@@ -35,6 +35,8 @@
}
.commit-box
{
border-top
:
1px
solid
$border-color
;
.commit-title
{
margin
:
0
;
font-size
:
23px
;
...
...
app/assets/stylesheets/pages/diff.scss
View file @
bb521358
// Common
.diff-file
{
border
:
none
;
border-
bottom
:
1px
solid
#E7E9EE
;
border
:
1px
solid
$border-color
;
border-
top
:
none
;
.diff-header
{
position
:
relative
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
bb521358
...
...
@@ -604,8 +604,6 @@ pre.light-well {
}
.project-last-commit
{
margin
:
0
7px
;
.ci-status
{
margin-right
:
16px
;
}
...
...
@@ -635,7 +633,7 @@ pre.light-well {
}
.project-show-readme
.readme-holder
{
padding
:
(
$gl-padding
+
7px
)
;
padding
:
$gl-padding
0
;
border-top
:
0
;
.edit-project-readme
{
...
...
app/assets/stylesheets/pages/tree.scss
View file @
bb521358
...
...
@@ -89,12 +89,14 @@
.blob-commit-info
{
list-style
:
none
;
padding
:
$gl-padding
;
background
:
$background-color
;
border
:
1px
solid
$border-color
;
border-bottom
:
none
;
margin
:
0
;
padding
:
0
;
margin-bottom
:
5px
;
.commit
{
padding
:
$gl-padding
0
;
padding
:
0
;
.commit-row-title
{
.commit-row-message
{
...
...
app/views/profiles/accounts/show.html.haml
View file @
bb521358
...
...
@@ -6,7 +6,7 @@
.alert.alert-info
Some options are unavailable for LDAP accounts
.account-page
.account-page
.prepend-top-default
.panel.panel-default.update-token
.panel-heading
Reset Private token
...
...
app/views/projects/_files.html.haml
View file @
bb521358
#tree-holder
.tree-holder.clearfix
.
gray-content-block.second
-block
.
nav
-block
=
render
'projects/tree/tree_header'
,
tree:
@tree
=
render
'projects/tree/tree_content'
,
tree:
@tree
...
...
app/views/projects/blob/_blob.html.haml
View file @
bb521358
.
gray-content-block.top
-block
.
nav
-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'blob'
,
path:
@path
...
...
app/views/projects/commit/_commit_box.html.haml
View file @
bb521358
...
...
@@ -50,7 +50,7 @@
.commit-info-row.branches
%i
.fa.fa-spinner.fa-spin
.commit-box.
gray-content-block.middle
-block
.commit-box.
content
-block
%h3
.commit-title
=
markdown
escape_once
(
@commit
.
title
),
pipeline: :single_line
-
if
@commit
.
description
.
present?
...
...
app/views/projects/commits/show.html.haml
View file @
bb521358
...
...
@@ -6,7 +6,7 @@
=
render
"head"
.gray-content-block
.gray-content-block
.second-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'commits'
...
...
app/views/projects/diffs/_diffs.html.haml
View file @
bb521358
...
...
@@ -3,7 +3,7 @@
-
diff_files
=
safe_diff_files
(
diffs
)
.
gray-content-block.middle
-block.oneline-block
.
content
-block.oneline-block
.inline-parallel-buttons
.btn-group
=
inline_diff_btn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment