Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
d4c0969d
Commit
d4c0969d
authored
Sep 22, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Update style for version history.
parent
f178d639
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
apps/common/main/lib/view/History.js
apps/common/main/lib/view/History.js
+1
-0
apps/common/main/resources/less/history.less
apps/common/main/resources/less/history.less
+5
-5
No files found.
apps/common/main/lib/view/History.js
View file @
d4c0969d
...
...
@@ -107,6 +107,7 @@ define([
for
(
var
i
=
1
;
i
<
revisions
.
length
;
i
++
)
revisions
[
i
].
set
(
'
isVisible
'
,
isExpanded
);
}
this
.
scroller
.
update
({
minScrollbarLength
:
40
});
}
else
Common
.
UI
.
DataView
.
prototype
.
onClickItem
.
call
(
this
,
view
,
record
,
e
);
};
...
...
apps/common/main/resources/less/history.less
View file @
d4c0969d
...
...
@@ -58,7 +58,7 @@
}
.revision-expand {
background-position: -7
4px -149
px;
background-position: -7
0px -145
px;
}
}
}
...
...
@@ -111,10 +111,10 @@
}
.revision-expand {
width:
16
px;
height:
16
px;
background-position: -4
7px -149
px;
margin: 1
4px 12
px;
width:
23
px;
height:
23
px;
background-position: -4
3px -145
px;
margin: 1
0px 10
px;
display: inline-block;
position: absolute;
right: 0;
...
...
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