BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
1c23333f
Unverified
Commit
1c23333f
authored
Jun 10, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align issue box content and mr widgets vertically
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9d09d616
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
issue_box.scss
app/assets/stylesheets/generic/issue_box.scss
+5
-6
merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+4
-0
_commits.html.haml
app/views/projects/merge_requests/show/_commits.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/issue_box.scss
View file @
1c23333f
...
...
@@ -56,23 +56,22 @@
.state
{
border-bottom
:
1px
solid
#DDD
;
padding
:
10px
2
5px
;
padding
:
10px
1
5px
;
}
.title
{
font-size
:
2
6
px
;
font-size
:
2
8
px
;
font-weight
:
normal
;
line-height
:
1
.5
;
margin
:
0
;
color
:
#333
;
padding-bottom
:
0
;
padding
:
15px
25px
;
padding
:
10px
15px
;
}
.context
{
border
:
none
;
border-top
:
1px
solid
#eee
;
padding
:
1
5px
2
5px
;
padding
:
1
0px
1
5px
;
// Reset text align for children
.text-right
>
*
{
text-align
:
left
;
}
...
...
@@ -88,7 +87,7 @@
}
.description
{
padding
:
0
25px
15px
2
5px
;
padding
:
0
15px
10px
1
5px
;
}
.title
,
.context
,
.description
{
...
...
app/assets/stylesheets/sections/merge_requests.scss
View file @
1c23333f
...
...
@@ -118,3 +118,7 @@
.merge-request-show-labels
.label
{
padding
:
6px
10px
;
}
.mr-commits
.commit
{
padding
:
10px
15px
;
}
app/views/projects/merge_requests/show/_commits.html.haml
View file @
1c23333f
...
...
@@ -3,7 +3,7 @@
.panel-heading
%i
.icon-list
Commits (
#{
@commits
.
count
}
)
.commits
.commits
.mr-commits
-
if
@commits
.
count
>
8
%ul
.first-commits.well-list
-
@commits
.
first
(
8
).
each
do
|
commit
|
...
...
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