mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Move less from public/ to web_src/ so that it will not be packe… (#8908)
This commit is contained in:
		
				
					committed by
					
						
						Antoine GIRARD
					
				
			
			
				
	
			
			
			
						parent
						
							a0d4014517
						
					
				
				
					commit
					e4e6d48e30
				
			
							
								
								
									
										38
									
								
								web_src/less/_install.less
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								web_src/less/_install.less
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,38 @@
 | 
			
		||||
.install {
 | 
			
		||||
    padding-top: 45px;
 | 
			
		||||
 | 
			
		||||
    form {
 | 
			
		||||
        @input-padding: 320px !important;
 | 
			
		||||
 | 
			
		||||
        label {
 | 
			
		||||
            text-align: right;
 | 
			
		||||
            width: @input-padding;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        input {
 | 
			
		||||
            width: 35% !important;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .field {
 | 
			
		||||
            text-align: left;
 | 
			
		||||
 | 
			
		||||
            .help {
 | 
			
		||||
                margin-left: @input-padding+15px;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            &.optional .title {
 | 
			
		||||
                margin-left: 38%;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .ui {
 | 
			
		||||
        .checkbox {
 | 
			
		||||
            margin-left: 40% !important;
 | 
			
		||||
 | 
			
		||||
            label {
 | 
			
		||||
                width: auto !important;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user