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
45fd2d38
Commit
45fd2d38
authored
8 years ago
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling updates to sidebar to match design
parent
81e7490d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
5 deletions
+35
-5
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+34
-4
app/views/projects/boards/components/_sidebar.html.haml
app/views/projects/boards/components/_sidebar.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
45fd2d38
...
...
@@ -279,8 +279,38 @@ lex
}
}
.right-sidebar.issue-boards-sidebar
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
.issue-boards-sidebar
{
&
.right-sidebar
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
}
.issuable-sidebar-header
{
position
:
relative
;
}
.gutter-toggle
{
position
:
absolute
;
top
:
0
;
bottom
:
10px
;
right
:
0
;
width
:
22px
;
color
:
$gray-darkest
;
.fa
{
position
:
absolute
;
top
:
50%
;
margin-top
:
(
-15px
/
2
);
}
}
.issuable-header-text
{
width
:
100%
;
padding-right
:
35px
;
>
strong
{
font-weight
:
600
;
}
}
}
This diff is collapsed.
Click to expand it.
app/views/projects/boards/components/_sidebar.html.haml
View file @
45fd2d38
...
...
@@ -13,7 +13,7 @@
%a
.gutter-toggle.pull-right
{
role:
"button"
,
href:
"#"
,
"@click"
=>
"closeSidebar"
,
aria:
{
label:
"Toggle sidebar"
}
}
"aria-label"
=>
"Toggle sidebar"
}
=
icon
(
"times"
)
.js-issuable-update
=
render
"projects/boards/components/sidebar/assignee"
...
...
This diff is collapsed.
Click to expand it.
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