Browse Source

Update code style

Temdog007 6 years ago
parent
commit
e8845a43a9
1 changed files with 28 additions and 28 deletions
  1. 28 28
      editor/css/light.css

+ 28 - 28
editor/css/light.css

@@ -222,34 +222,34 @@ select {
 	position: absolute;
 	position: absolute;
 	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 {