@@ -42,7 +42,7 @@ SC.loadPackage({ 'Selection': {
activeWidget: null
});
- var generalWidgets = ['WidgetLayerTop', 'WidgetLayerBottom', 'WidgetEditHTML', 'WidgetCopy', 'WidgetDelete'],
+ var generalWidgets = ['WidgetLayerTop', 'WidgetLayerBottom', 'WidgetCopy', 'WidgetDelete', 'WidgetEditHTML'],
generalWidgetsContainer = this.get('menuNodeRight'),
widget = null;
@@ -7,14 +7,14 @@
#sg-editing-document-menu-top {
position: fixed;
top: 25px;
- left: 55px;
+ left: 15px;
width: 350px;
height: 30px;
}
#sg-editing-document-menu-left {
- top: 65px;
+ top: 60px;
left: 15px;
width: 30px;
@@ -21,8 +21,8 @@
.sg-editing-selection-widget-menu-right {
position: absolute;
z-index: 100;
- right: -45px;
- bottom: 0px;
+ right: -36px;
+ bottom: -36px;
@@ -30,7 +30,7 @@
right: 0px;
- bottom: -45px;
width: 500px;