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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1c2c860c
Commit
1c2c860c
authored
Mar 17, 2012
by
Steven Verbeek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed css issues with issues :)
parent
c93fda27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+13
-0
app/views/issues/show.html.haml
app/views/issues/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/common.scss
View file @
1c2c860c
...
...
@@ -935,3 +935,16 @@ p.time {
padding
:
4px
;
margin
:
2px
;
}
/* Issues Changed */
/* Could probably rewrite this, a bit sloppy */
.well
{
.issue_status.span2
{
width
:
116px
;
.alert-message
{
width
:
34px
;
margin
:
0
0
0
auto
;
}
}
}
app/views/issues/show.html.haml
View file @
1c2c860c
...
...
@@ -28,7 +28,7 @@
%div
.well
%div
%div
.issue_meta
%div
.issue_meta
.span13
%cite
.cgray
Created by
=
image_tag
gravatar_icon
(
@issue
.
author_email
),
:width
=>
16
,
:class
=>
"lil_av"
%strong
.author
=
link_to_issue_author
(
@issue
)
...
...
@@ -37,7 +37,7 @@
=
image_tag
gravatar_icon
(
@issue
.
assignee_email
),
:width
=>
16
,
:class
=>
"lil_av"
%strong
.author
=
link_to_issue_assignee
(
@issue
)
%div
.issue_status
%div
.issue_status
.span2
-
if
@issue
.
closed
.alert-message.error
Closed
-
else
...
...
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