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
8933204f
Commit
8933204f
authored
Nov 09, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Optimizing less files.
parent
22a5046f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
11 deletions
+8
-11
apps/common/main/lib/view/ReviewChanges.js
apps/common/main/lib/view/ReviewChanges.js
+3
-3
apps/common/main/resources/less/asc-mixins.less
apps/common/main/resources/less/asc-mixins.less
+5
-3
apps/common/main/resources/less/review-changes.less
apps/common/main/resources/less/review-changes.less
+0
-5
No files found.
apps/common/main/lib/view/ReviewChanges.js
View file @
8933204f
...
...
@@ -447,7 +447,7 @@ define([
this
.
btnPrev
=
new
Common
.
UI
.
Button
({
cls
:
'
btn-toolbar
'
,
iconCls
:
'
review-prev
'
,
iconCls
:
'
img-commonctrl
review-prev
'
,
value
:
1
,
hint
:
this
.
txtPrev
,
hintAnchor
:
'
top
'
...
...
@@ -456,7 +456,7 @@ define([
this
.
btnNext
=
new
Common
.
UI
.
Button
({
cls
:
'
btn-toolbar
'
,
iconCls
:
'
review-next
'
,
iconCls
:
'
img-commonctrl
review-next
'
,
value
:
2
,
hint
:
this
.
txtNext
,
hintAnchor
:
'
top
'
...
...
@@ -507,7 +507,7 @@ define([
this
.
btnClose
=
new
Common
.
UI
.
Button
({
cls
:
'
btn-toolbar
'
,
iconCls
:
'
review-close
'
,
iconCls
:
'
img-commonctrl
review-close
'
,
hint
:
this
.
txtClose
,
hintAnchor
:
'
top
'
});
...
...
apps/common/main/resources/less/asc-mixins.less
View file @
8933204f
...
...
@@ -137,9 +137,11 @@
}
@common-controls-width: 100px;
.img-commonctrl,
.theme-colorpalette .color-transparent, .palette-color-ext .color-transparent, .dropdown-menu li .checked:before, .input-error:before {
background: e(%("url(%s)",'@{common-image-path}/@{common-controls}')) no-repeat;
.img-commonctrl,
.theme-colorpalette .color-transparent, .palette-color-ext .color-transparent, .dropdown-menu li .checked:before, .input-error:before,
.btn-toolbar .btn-icon.img-commonctrl {
background-image: e(%("url(%s)",'@{common-image-path}/@{common-controls}'));
background-repeat: no-repeat;
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
...
...
apps/common/main/resources/less/review-changes.less
View file @
8933204f
...
...
@@ -41,11 +41,6 @@
height: 19px;
}
.btn-toolbar {
span.btn-icon {
.background-ximage('@{common-image-path}/@{common-controls}', '@{common-image-path}/@{common-controls2x}', 100px);
}
}
.review-prev {background-position: -40px -250px;}
button.active > .review-prev,
button:active > .review-prev {background-position: -60px -250px !important;}
...
...
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