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
851d24d5
Commit
851d24d5
authored
Mar 29, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Отладка стилей для списка темплейтов таблиц.
parent
5c618a7b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
apps/common/main/resources/less/combo-dataview.less
apps/common/main/resources/less/combo-dataview.less
+5
-2
apps/spreadsheeteditor/main/app/template/TableSettings.template
...preadsheeteditor/main/app/template/TableSettings.template
+1
-1
apps/spreadsheeteditor/main/app/view/TableSettings.js
apps/spreadsheeteditor/main/app/view/TableSettings.js
+3
-4
apps/spreadsheeteditor/main/resources/less/rightmenu.less
apps/spreadsheeteditor/main/resources/less/rightmenu.less
+4
-0
No files found.
apps/common/main/resources/less/combo-dataview.less
View file @
851d24d5
...
...
@@ -157,9 +157,8 @@
}
}
.combo-template {
.combo-template
(@combo-dataview-height: 64px)
{
@combo-dataview-button-width: 18px;
@combo-dataview-height: 64px;
height: @combo-dataview-height;
...
...
@@ -196,6 +195,10 @@
}
};
.combo-template {
.combo-template(64px);
}
.combo-pattern {
@combo-dataview-button-width: 15px;
@combo-dataview-height: 40px;
...
...
apps/spreadsheeteditor/main/app/template/TableSettings.template
View file @
851d24d5
...
...
@@ -43,7 +43,7 @@
</tr>
<tr>
<td colspan=2 class="padding-small">
<div class="" id="table-combo-template" style="width: 100%; height: 6
4
px;"></div>
<div class="" id="table-combo-template" style="width: 100%; height: 6
0
px;"></div>
</td>
</tr>
<tr>
...
...
apps/spreadsheeteditor/main/app/view/TableSettings.js
View file @
851d24d5
...
...
@@ -106,11 +106,10 @@ define([
this
.
chFilter
.
on
(
'
change
'
,
_
.
bind
(
this
.
onCheckFilterChange
,
this
));
this
.
cmbTableTemplate
=
new
Common
.
UI
.
ComboDataView
({
itemWidth
:
70
,
itemHeight
:
50
,
itemWidth
:
61
,
itemHeight
:
46
,
menuMaxHeight
:
300
,
enableKeyEvents
:
true
,
cls
:
'
combo-template
'
enableKeyEvents
:
true
});
this
.
cmbTableTemplate
.
render
(
$
(
'
#table-combo-template
'
));
this
.
cmbTableTemplate
.
openButton
.
menu
.
cmpEl
.
css
({
...
...
apps/spreadsheeteditor/main/resources/less/rightmenu.less
View file @
851d24d5
...
...
@@ -293,4 +293,8 @@ button:active .btn-change-shape {background-position: -56px -16px;}
.pie-doughnut{
background-position: -200px 0;
}
#table-combo-template .combo-dataview{
.combo-template(60px);
}
\ 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