mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	bootstrap: Remove bootstrap CSS for pull-right class.
We use pull-right class for copy button with the multi-use invite link only and this commit adds CSS for that specific element. This commit then removes the bootstrap CSS for pull-right class and also removes pull-right class from the copy button since it is no longer required.
This commit is contained in:
		
							
								
								
									
										34
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										34
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -227,23 +227,6 @@ blockquote small {
 | 
			
		||||
blockquote small:before {
 | 
			
		||||
  content: '\2014 \00A0';
 | 
			
		||||
}
 | 
			
		||||
blockquote.pull-right {
 | 
			
		||||
  float: right;
 | 
			
		||||
  padding-right: 15px;
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  border-right: 5px solid #eeeeee;
 | 
			
		||||
  border-left: 0;
 | 
			
		||||
}
 | 
			
		||||
blockquote.pull-right p,
 | 
			
		||||
blockquote.pull-right small {
 | 
			
		||||
  text-align: right;
 | 
			
		||||
}
 | 
			
		||||
blockquote.pull-right small:before {
 | 
			
		||||
  content: '';
 | 
			
		||||
}
 | 
			
		||||
blockquote.pull-right small:after {
 | 
			
		||||
  content: '\00A0 \2014';
 | 
			
		||||
}
 | 
			
		||||
q:before,
 | 
			
		||||
q:after,
 | 
			
		||||
blockquote:before,
 | 
			
		||||
@@ -620,9 +603,6 @@ input.search-query {
 | 
			
		||||
.nav > li > a > img {
 | 
			
		||||
  max-width: none;
 | 
			
		||||
}
 | 
			
		||||
.nav > .pull-right {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
.nav-header {
 | 
			
		||||
  display: block;
 | 
			
		||||
  padding: 3px 15px;
 | 
			
		||||
@@ -1150,10 +1130,6 @@ input.search-query {
 | 
			
		||||
  -moz-background-clip: padding;
 | 
			
		||||
  background-clip: padding-box;
 | 
			
		||||
}
 | 
			
		||||
.dropdown-menu.pull-right {
 | 
			
		||||
  right: 0;
 | 
			
		||||
  left: auto;
 | 
			
		||||
}
 | 
			
		||||
.dropdown-menu .divider {
 | 
			
		||||
  height: 1px;
 | 
			
		||||
  margin: 9px 1px;
 | 
			
		||||
@@ -1219,10 +1195,6 @@ input.search-query {
 | 
			
		||||
  top: 0;
 | 
			
		||||
  z-index: 990;
 | 
			
		||||
}
 | 
			
		||||
.pull-right > .dropdown-menu {
 | 
			
		||||
  right: 0;
 | 
			
		||||
  left: auto;
 | 
			
		||||
}
 | 
			
		||||
.dropup .caret {
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
  border-bottom: 4px solid #000000;
 | 
			
		||||
@@ -1371,9 +1343,6 @@ button.close {
 | 
			
		||||
  border: 0;
 | 
			
		||||
  -webkit-appearance: none;
 | 
			
		||||
}
 | 
			
		||||
.pull-right {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
.pull-left {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
@@ -1437,8 +1406,7 @@ button.close {
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 480px) {
 | 
			
		||||
  .media .pull-left,
 | 
			
		||||
  .media .pull-right {
 | 
			
		||||
  .media .pull-left {
 | 
			
		||||
    float: none;
 | 
			
		||||
    display: block;
 | 
			
		||||
    margin-bottom: 10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user