diff --git a/apps/common/main/lib/component/TreeView.js b/apps/common/main/lib/component/TreeView.js index 5bd2767d4..b8016b431 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 c1c185bb9..22bff45df 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 80a3ab267..d5313e202 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 258e2f618..d4e4de775 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 95a21ef9b..9a315da06 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 408c2a198..f0fbaea74 100644 --- a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js @@ -87,7 +87,7 @@ define([ '
', '', '', - '', + '', '
', '', '
',