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
70b793eb
Commit
70b793eb
authored
Oct 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lighter border color for ui-box. Show closed keyword for issues list
parent
995ce5fd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+1
-1
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+1
-2
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-1
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+3
-0
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
70b793eb
...
...
@@ -12,7 +12,7 @@
.ui-box
{
background
:
#FFF
;
margin-bottom
:
20px
;
border
:
1px
solid
#
CCC
;
border
:
1px
solid
#
DDD
;
word-wrap
:
break-word
;
&
.small-box
{
...
...
app/assets/stylesheets/sections/commits.scss
View file @
70b793eb
...
...
@@ -419,7 +419,6 @@
.commit-title
{
margin
:
0
;
font-size
:
20px
;
font-weight
:
bold
;
}
.commit-description
{
...
...
app/assets/stylesheets/sections/dashboard.scss
View file @
70b793eb
...
...
@@ -60,7 +60,7 @@
}
a
{
border-color
:
#
CCC
!
important
;
border-color
:
#
DDD
!
important
;
}
}
}
...
...
app/views/projects/issues/_issue.html.haml
View file @
70b793eb
...
...
@@ -6,6 +6,9 @@
.issue-title
%span
.light
=
"#
#{
issue
.
iid
}
"
=
link_to_gfm
truncate
(
issue
.
title
,
length:
100
),
project_issue_path
(
issue
.
project
,
issue
),
class:
"row_title"
-
if
issue
.
closed?
%small
.pull-right
=
"CLOSED"
.issue-info
-
if
issue
.
assignee
...
...
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