diff --git a/apps/documenteditor/main/app/view/ShapeSettings.js b/apps/documenteditor/main/app/view/ShapeSettings.js index e0b453c13..63877cc67 100644 --- a/apps/documenteditor/main/app/view/ShapeSettings.js +++ b/apps/documenteditor/main/app/view/ShapeSettings.js @@ -1371,7 +1371,6 @@ define([ restoreHeight: 174, allowScrollbar: false, store: new Common.UI.DataViewStore(me._viewDataLinear), - //itemTemplate: _.template('
') itemTemplate: _.template('') diff --git a/apps/documenteditor/main/resources/less/rightmenu.less b/apps/documenteditor/main/resources/less/rightmenu.less index b21cabe64..cff250ed5 100644 --- a/apps/documenteditor/main/resources/less/rightmenu.less +++ b/apps/documenteditor/main/resources/less/rightmenu.less @@ -49,48 +49,43 @@ margin-right: 62px !important; } +.item-gradient-separator { + margin-right: 62px !important; +} + .gradient-left-top { - //background-position: 0 0; background: linear-gradient(to bottom right, #000, #fff); } .gradient-top { - //background-position: -50px 0; background: linear-gradient(to bottom, #000, #fff); } .gradient-right-top { - //background-position: -100px 0; background: linear-gradient(to bottom left, #000, #fff); } .gradient-left { - //background-position: 0 -50px; background: linear-gradient(to right, #000, #fff); } .gradient-right { - //background-position: -100px -50px; background: linear-gradient(to left, #000, #fff); } .gradient-left-bottom { - //background-position: 0 -100px; background: linear-gradient(to top right, #000, #fff); } .gradient-bottom { - // background-position: -50px -100px; background: linear-gradient(to top, #000, #fff); } .gradient-right-bottom { - //background-position: -100px -100px; background: linear-gradient(to top left, #000, #fff); } .gradient-radial-center { - //background-position: -100px -150px; background: radial-gradient( #000 , #fff 70%); } diff --git a/apps/presentationeditor/main/resources/less/rightmenu.less b/apps/presentationeditor/main/resources/less/rightmenu.less index 25bedd9ef..a580a64ed 100644 --- a/apps/presentationeditor/main/resources/less/rightmenu.less +++ b/apps/presentationeditor/main/resources/less/rightmenu.less @@ -33,7 +33,6 @@ } .item-gradient { - //.background-ximage-all('right-panels/gradients.png', 150px); width:50px; height:50px; } @@ -47,47 +46,38 @@ } .gradient-left-top { - //background-position: 0 0; background: linear-gradient(to bottom right, #000, #fff); } .gradient-top { - //background-position: -50px 0; background: linear-gradient(to bottom, #000, #fff); } .gradient-right-top { - //background-position: -100px 0; background: linear-gradient(to bottom left, #000, #fff); } .gradient-left { - //background-position: 0 -50px; background: linear-gradient(to right, #000, #fff); } .gradient-right { - //background-position: -100px -50px; background: linear-gradient(to left, #000, #fff); } .gradient-left-bottom { - //background-position: 0 -100px; background: linear-gradient(to top right, #000, #fff); } .gradient-bottom { - // background-position: -50px -100px; background: linear-gradient(to top, #000, #fff); } .gradient-right-bottom { - //background-position: -100px -100px; background: linear-gradient(to top left, #000, #fff); } .gradient-radial-center { - //background-position: -100px -150px; background: radial-gradient( #000 , #fff 70%); } diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index a85f1e3af..03a38a5fe 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -36,48 +36,43 @@ margin-right: 62px !important; } +.item-gradient-separator { + margin-right: 62px !important; +} + .gradient-left-top { - //background-position: 0 0; background: linear-gradient(to bottom right, #000, #fff); } .gradient-top { - //background-position: -50px 0; background: linear-gradient(to bottom, #000, #fff); } .gradient-right-top { - //background-position: -100px 0; background: linear-gradient(to bottom left, #000, #fff); } .gradient-left { - //background-position: 0 -50px; background: linear-gradient(to right, #000, #fff); } .gradient-right { - //background-position: -100px -50px; background: linear-gradient(to left, #000, #fff); } .gradient-left-bottom { - //background-position: 0 -100px; background: linear-gradient(to top right, #000, #fff); } .gradient-bottom { - // background-position: -50px -100px; background: linear-gradient(to top, #000, #fff); } .gradient-right-bottom { - //background-position: -100px -100px; background: linear-gradient(to top left, #000, #fff); } .gradient-radial-center { - //background-position: -100px -150px; background: radial-gradient( #000 , #fff 70%); }