mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	templates: Remove pull-left class and its bootstrap CSS.
The "pull-left" class was used for hidden file type input in compose_control_buttons.hbs and in the copy code button in codeblocks. It was only used to set the float property in CSS, but we do not need to set it and removing it does not make any change in the position of these elements. So, this commit removes the pull-left class and its CSS from bootstrap.css as well. For the file type input, it is already hidden and after removing the float property also, it is positioned at the same place due to ordering of elements in HTML. For the copy code button in codeblocks, it is postioned using "position" and "right" attributes and removing "float" property has no effect.
This commit is contained in:
		
							
								
								
									
										8
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -1343,9 +1343,6 @@ button.close {
 | 
			
		||||
  border: 0;
 | 
			
		||||
  -webkit-appearance: none;
 | 
			
		||||
}
 | 
			
		||||
.pull-left {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
.hide {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
@@ -1406,11 +1403,6 @@ button.close {
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 480px) {
 | 
			
		||||
  .media .pull-left {
 | 
			
		||||
    float: none;
 | 
			
		||||
    display: block;
 | 
			
		||||
    margin-bottom: 10px;
 | 
			
		||||
  }
 | 
			
		||||
  .modal {
 | 
			
		||||
    top: 10px;
 | 
			
		||||
    left: 10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user