Pavel 7 years ago
parent
commit
81ab16e150
2 changed files with 6 additions and 4 deletions
  1. 5 3
      js12/index.html
  2. 1 1
      js12/main.js

+ 5 - 3
js12/index.html

@@ -66,7 +66,8 @@
 			margin-bottom: 155px;
 			border-radius: 15px;
 			padding-bottom: 30px;
-			box-shadow: inset 0px 0px 11px #878787; 
+			-webkit-box-shadow: inset 0px 0px 11px #474747;
+			        box-shadow: inset 0px 0px 11px #474747; 
 			min-height: 700px;
 		}
 		#result div {
@@ -103,10 +104,11 @@
 			visibility: hidden;
 			border-radius: 20px;
 			background-color: #fff;
-			width: 40%;
+			width: 38%;
 			font-size: 15px;
 			padding: 10px;
-			box-shadow: inset 1px 1px 1px
+			-webkit-box-shadow: inset 1px 1px 1px;
+			        box-shadow: inset 1px 1px 1px
 		}
 
 		.canvas select {

+ 1 - 1
js12/main.js

@@ -28,7 +28,7 @@ canvasIcon.onclick = function(){
 	if(!cansvasIsVisible){
 		canvasBar.style.visibility = "visible";
 		cansvasIsVisible = true;
-		main.style.marginLeft = "40%";
+		main.style.marginLeft = "39%";
 	}
 	else{
 		canvasBar.style.visibility = "hidden";