mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	css: Limit message_failed class to inside message_controls.
This is mostly for readability.
This commit is contained in:
		@@ -716,6 +716,25 @@ td.pointer {
 | 
				
			|||||||
    &.sender-status-controls {
 | 
					    &.sender-status-controls {
 | 
				
			||||||
        top: 10px;
 | 
					        top: 10px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .message_failed {
 | 
				
			||||||
 | 
					        display: inline-block;
 | 
				
			||||||
 | 
					        cursor: pointer;
 | 
				
			||||||
 | 
					        font-size: 13px;
 | 
				
			||||||
 | 
					        font-weight: bold;
 | 
				
			||||||
 | 
					        color: hsl(0, 100%, 50%);
 | 
				
			||||||
 | 
					        position: relative;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .rotating {
 | 
				
			||||||
 | 
					            display: inline-block;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            -webkit-animation: rotate 1s infinite linear;
 | 
				
			||||||
 | 
					            -moz-animation: rotate 1s infinite linear;
 | 
				
			||||||
 | 
					            -ms-animation: rotate 1s infinite linear;
 | 
				
			||||||
 | 
					            -o-animation: rotate 1s infinite linear;
 | 
				
			||||||
 | 
					            animation: rotate 1s infinite linear;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.star {
 | 
					.star {
 | 
				
			||||||
@@ -754,25 +773,6 @@ td.pointer {
 | 
				
			|||||||
    top: -3px;
 | 
					    top: -3px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.message_failed {
 | 
					 | 
				
			||||||
    display: inline-block;
 | 
					 | 
				
			||||||
    cursor: pointer;
 | 
					 | 
				
			||||||
    font-size: 13px;
 | 
					 | 
				
			||||||
    font-weight: bold;
 | 
					 | 
				
			||||||
    color: hsl(0, 100%, 50%);
 | 
					 | 
				
			||||||
    position: relative;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    .rotating {
 | 
					 | 
				
			||||||
        display: inline-block;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        -webkit-animation: rotate 1s infinite linear;
 | 
					 | 
				
			||||||
        -moz-animation: rotate 1s infinite linear;
 | 
					 | 
				
			||||||
        -ms-animation: rotate 1s infinite linear;
 | 
					 | 
				
			||||||
        -o-animation: rotate 1s infinite linear;
 | 
					 | 
				
			||||||
        animation: rotate 1s infinite linear;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.message_header {
 | 
					.message_header {
 | 
				
			||||||
    vertical-align: middle;
 | 
					    vertical-align: middle;
 | 
				
			||||||
    text-align: left;
 | 
					    text-align: left;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user