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
27a3505e
Commit
27a3505e
authored
Jan 25, 2017
by
Jose Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted the change from .second-block to .calender-block
parent
21630c6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/javascripts/users/calendar.js
app/assets/javascripts/users/calendar.js
+1
-1
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+0
-1
app/assets/stylesheets/framework/calendar.scss
app/assets/stylesheets/framework/calendar.scss
+1
-0
changelogs/unreleased/contribution-calendar-scroll.yml
changelogs/unreleased/contribution-calendar-scroll.yml
+4
-0
No files found.
app/assets/javascripts/users/calendar.js
View file @
27a3505e
...
...
@@ -88,7 +88,7 @@
var
lastMonth
,
lastMonthX
,
month
,
x
;
if
(
a
===
0
&&
stamp
.
day
===
0
)
{
month
=
stamp
.
date
.
getMonth
();
x
=
(
_this
.
daySizeWithSpace
*
i
+
1
)
+
_this
.
daySizeWithSpace
;
x
=
(
_this
.
daySizeWithSpace
*
i
+
4
1
)
+
_this
.
daySizeWithSpace
;
lastMonth
=
_
.
last
(
_this
.
months
);
if
(
lastMonth
!=
null
)
{
lastMonthX
=
lastMonth
.
x
;
...
...
app/assets/stylesheets/framework/blocks.scss
View file @
27a3505e
...
...
@@ -56,7 +56,6 @@
&
.second-block
{
margin-top
:
-1px
;
margin-bottom
:
0
;
direction
:
rtl
;
}
&
.footer-block
{
...
...
app/assets/stylesheets/framework/calendar.scss
View file @
27a3505e
.calender-block
{
padding-left
:
0
;
padding-right
:
0
;
direction
:
rtl
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-md-max
)
{
overflow-x
:
scroll
;
...
...
changelogs/unreleased/contribution-calendar-scroll.yml
0 → 100644
View file @
27a3505e
---
title
:
contribution calendar scrolls from right to left
merge_request
:
author
:
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