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
bb36f39b
Commit
bb36f39b
authored
Jan 26, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Update layout for FormatSettingsDialog.
parent
3580297d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
+7
-7
No files found.
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
View file @
bb36f39b
...
...
@@ -93,13 +93,13 @@ define([
'
<table cols="1" style="width: 100%;">
'
,
'
<tr>
'
,
'
<td style="width:170px;padding-bottom: 3px;">
'
,
'
<label class="
input-label
">
'
,
me
.
textCategory
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textCategory
,
'
</label>
'
,
'
<div id="format-settings-combo-format" class="input-group-nr" style="width:264px;"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
'
<tr>
'
,
'
<td class="padding-large" style="white-space: nowrap;">
'
,
'
<label style="vertical-align: middle; margin-right:
3
px;">
'
+
me
.
txtSample
+
'
</label>
'
,
'
<label style="vertical-align: middle; margin-right:
4
px;">
'
+
me
.
txtSample
+
'
</label>
'
,
'
<label id="format-settings-label-example" style="vertical-align: middle; max-width: 220px; overflow: hidden; text-overflow: ellipsis;>100</label>
'
,
'
</td>
'
,
'
</tr>
'
,
...
...
@@ -109,7 +109,7 @@ define([
'
</tr>
'
,
'
<tr class="format-decimal">
'
,
'
<td class="padding-large" style="vertical-align: bottom;">
'
,
'
<label class="
input-label
">
'
,
me
.
textDecimal
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textDecimal
,
'
</label>
'
,
'
<div id="format-settings-spin-decimal"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
...
...
@@ -120,25 +120,25 @@ define([
'
</tr>
'
,
'
<tr class="format-symbols">
'
,
'
<td class="padding-large">
'
,
'
<label class="
input-label
">
'
,
me
.
textSymbols
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textSymbols
,
'
</label>
'
,
'
<div id="format-settings-combo-symbols" class="input-group-nr" style="width:264px;"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
'
<tr class="format-decimal">
'
,
'
<td class="padding-large format-negative">
'
,
'
<label class="
input-label
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<div id="format-settings-combo-negative" class="input-group-nr" style="width:264px;"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
'
<tr class="format-type">
'
,
'
<td class="padding-large">
'
,
'
<label class="
input-label
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<div id="format-settings-combo-type" class="input-group-nr" style="width:264px;"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
'
<tr class="format-code">
'
,
'
<td colspan="1" class="padding-large">
'
,
'
<label class="
input-label
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<label class="
header
">
'
,
me
.
textFormat
,
'
</label>
'
,
'
<div id="format-settings-combo-code" class="input-group-nr" style="width:264px;"></div>
'
,
'
</td>
'
,
'
</tr>
'
,
...
...
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