Temdog007 7 лет назад
Родитель
Сommit
9dc0974f35
1 измененных файлов с 27 добавлено и 27 удалено
  1. 27 27
      editor/css/light.css

+ 27 - 27
editor/css/light.css

@@ -223,33 +223,33 @@ select {
 	z-index: 10;
 	z-index: 10;
 }
 }
 	
 	
-		#cameraSelect * {
-			width: 100%;
-		}
-	
-		#cameraSelect[layout='topLeft']{
-			margin-top: 32px;
-			left: 0;
-			top : 0;
-		}
-	
-		#cameraSelect[layout='topRight']{
-			margin-top: 32px;
-			margin-right: 300px;
-			right: 0;
-			top : 0;
-		}
-	
-		#cameraSelect[layout='bottomLeft']{
-			bottom: 0;
-			left: 0;
-		}
-	
-		#cameraSelect[layout='bottomRight']{ 
-			bottom: 0;
-			right: 0;
-			margin-right: 300px;
-		}
+	#cameraSelect * {
+		width: 100%;
+	}
+
+	#cameraSelect[layout='topLeft']{
+		margin-top: 32px;
+		left: 0;
+		top : 0;
+	}
+
+	#cameraSelect[layout='topRight']{
+		margin-top: 32px;
+		margin-right: 300px;
+		right: 0;
+		top : 0;
+	}
+
+	#cameraSelect[layout='bottomLeft']{
+		bottom: 0;
+		left: 0;
+	}
+
+	#cameraSelect[layout='bottomRight']{ 
+		bottom: 0;
+		right: 0;
+		margin-right: 300px;
+	}
 
 
 
 
 .Outliner {
 .Outliner {

粤ICP备19079148号