Browse Source

Merge branch 'master' of git.superglue.it:superglue/editor

Michael 10 years ago
parent
commit
a325d22ab7

+ 1 - 1
src/allplatforms/classes/Selection.js

@@ -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;
 

+ 2 - 2
src/allplatforms/css/DocumentMenu.css

@@ -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 {
 	position:       fixed;
-	top:			65px;
+	top:			60px;
 	left:			15px;
 	width:			30px;
 }

+ 3 - 3
src/allplatforms/css/Selection.css

@@ -21,8 +21,8 @@
 .sg-editing-selection-widget-menu-right {
 	position: absolute;
 	z-index:  100;
-	right:    -45px;
-	bottom:   0px;
+	right:    -36px;
+	bottom:   -36px;
 	width:    30px;
 }
 
@@ -30,7 +30,7 @@
 	position: absolute;
 	z-index:  100;
 	right:    0px;
-	bottom:   -45px;
+	bottom:   -36px;
 	height:   30px;
 	width:    500px;
 }