Browse Source

Update code style

Temdog007 6 years ago
parent
commit
9dc0974f35
1 changed files with 27 additions and 27 deletions
  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 {