diff --git a/apps/common/main/lib/component/TreeView.js b/apps/common/main/lib/component/TreeView.js index 5bd2767d4a..b8016b4317 100644 --- a/apps/common/main/lib/component/TreeView.js +++ b/apps/common/main/lib/component/TreeView.js @@ -164,7 +164,7 @@ define([ }, template: _.template([ - '
' + '
' ].join('')), initialize : function(options) { diff --git a/apps/common/main/resources/less/treeview.less b/apps/common/main/resources/less/treeview.less index c1c185bb94..22bff45df3 100644 --- a/apps/common/main/resources/less/treeview.less +++ b/apps/common/main/resources/less/treeview.less @@ -1,4 +1,7 @@ .treeview { + border: 1px solid @input-border; + .border-radius(@border-radius-small); + &.inner { width: 100%; height: 100%; diff --git a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js index 80a3ab2674..d5313e2024 100644 --- a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js @@ -83,7 +83,7 @@ define([ '
', '', '
', - '', + '', '', '
', '', diff --git a/apps/documenteditor/main/app/view/Navigation.js b/apps/documenteditor/main/app/view/Navigation.js index 258e2f618f..d4e4de7758 100644 --- a/apps/documenteditor/main/app/view/Navigation.js +++ b/apps/documenteditor/main/app/view/Navigation.js @@ -70,7 +70,8 @@ define([ store: this.storeNavigation, enableKeyEvents: false, emptyText: this.txtEmpty, - emptyItemText: this.txtEmptyItem + emptyItemText: this.txtEmptyItem, + style: 'border: none;' }); this.viewNavigationList.cmpEl.off('click'); this.navigationMenu = new Common.UI.Menu({ diff --git a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js index 95a21ef9bf..9a315da068 100644 --- a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js @@ -85,7 +85,7 @@ define([ '
', '', '
', - '', + '', '
', '
', '', diff --git a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js index 408c2a1985..f0fbaea748 100644 --- a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js @@ -87,7 +87,7 @@ define([ '
', '', '', - '', + '', '
', '', '
',