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
cf0c6e87
Commit
cf0c6e87
authored
Mar 21, 2016
by
Phil Hughes
Committed by
Jacob Schatz
Mar 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some colours in sidebar
parent
201101df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
issuable.scss
app/assets/stylesheets/pages/issuable.scss
+6
-2
_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+2
-3
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
cf0c6e87
...
@@ -30,6 +30,10 @@
...
@@ -30,6 +30,10 @@
}
}
.issuable-sidebar
{
.issuable-sidebar
{
a
{
color
:
inherit
;
}
.block
{
.block
{
@include
clearfix
;
@include
clearfix
;
padding
:
$gl-padding
0
;
padding
:
$gl-padding
0
;
...
@@ -89,7 +93,7 @@
...
@@ -89,7 +93,7 @@
}
}
.cross-project-reference
{
.cross-project-reference
{
color
:
$gl-link-color
;
color
:
inherit
;
span
{
span
{
white-space
:
nowrap
;
white-space
:
nowrap
;
...
@@ -258,7 +262,7 @@
...
@@ -258,7 +262,7 @@
text-decoration
:
none
;
text-decoration
:
none
;
}
}
}
}
.dropdown-menu-toggle
{
.dropdown-menu-toggle
{
width
:
100%
;
width
:
100%
;
padding-top
:
6px
;
padding-top
:
6px
;
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
cf0c6e87
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
%span
.username
%span
.username
=
issuable
.
assignee
.
to_reference
=
issuable
.
assignee
.
to_reference
-
else
-
else
%span
.assign-yourself
%span
.assign-yourself
No assignee -
No assignee -
%a
.js-assign-yourself
{
href
:'#'
}
%a
.js-assign-yourself
{
href
:'#'
}
assign yourself
assign yourself
...
@@ -153,4 +153,4 @@
...
@@ -153,4 +153,4 @@
new
MilestoneSelect
();
new
MilestoneSelect
();
new
LabelsSelect
();
new
LabelsSelect
();
new
IssuableContext
(
'
#{
current_user
.
to_json
(
only:
[
:username
,
:id
,
:name
])
}
'
);
new
IssuableContext
(
'
#{
current_user
.
to_json
(
only:
[
:username
,
:id
,
:name
])
}
'
);
new
Subscription
(
'.subscription'
)
new
Subscription
(
'.subscription'
)
\ No newline at end of file
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