forked from GNUsocial/gnu-social
		
	Updated notice item view where a) notice text no longer wraps around
(under author's photo) b) supplemental notice content and options will start right under notice text.
This commit is contained in:
		@@ -176,8 +176,18 @@ margin-bottom:0;
 | 
				
			|||||||
.profile {
 | 
					.profile {
 | 
				
			||||||
padding-top:4px;
 | 
					padding-top:4px;
 | 
				
			||||||
padding-bottom:4px;
 | 
					padding-bottom:4px;
 | 
				
			||||||
 | 
					min-height:65px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.notice div.entry-content {
 | 
					#content .notice .entry-title {
 | 
				
			||||||
 | 
					float:left;
 | 
				
			||||||
 | 
					width:100%;
 | 
				
			||||||
 | 
					margin-left:0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#content .notice .author .photo {
 | 
				
			||||||
 | 
					position:static;
 | 
				
			||||||
 | 
					float:left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#content .notice div.entry-content {
 | 
				
			||||||
margin-left:0;
 | 
					margin-left:0;
 | 
				
			||||||
width:75%;
 | 
					width:75%;
 | 
				
			||||||
max-width:100%;
 | 
					max-width:100%;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1006,6 +1006,16 @@ float:left;
 | 
				
			|||||||
#shownotice .vcard .photo {
 | 
					#shownotice .vcard .photo {
 | 
				
			||||||
margin-bottom:4px;
 | 
					margin-bottom:4px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					#content .notice .author .photo {
 | 
				
			||||||
 | 
					position:absolute;
 | 
				
			||||||
 | 
					top:11px;
 | 
				
			||||||
 | 
					left:0;
 | 
				
			||||||
 | 
					float:none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#content .notice .entry-title {
 | 
				
			||||||
 | 
					margin-left:59px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.vcard .url {
 | 
					.vcard .url {
 | 
				
			||||||
text-decoration:none;
 | 
					text-decoration:none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1014,13 +1024,19 @@ text-decoration:underline;
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.notice .entry-title {
 | 
					.notice .entry-title {
 | 
				
			||||||
float:left;
 | 
					 | 
				
			||||||
width:100%;
 | 
					 | 
				
			||||||
overflow:hidden;
 | 
					overflow:hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.notice .entry-title.ov {
 | 
					.notice .entry-title.ov {
 | 
				
			||||||
overflow:visible;
 | 
					overflow:visible;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					#showstream .notice .entry-title,
 | 
				
			||||||
 | 
					#showstream .notice div.entry-content {
 | 
				
			||||||
 | 
					margin-left:0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#shownotice .notice .entry-title,
 | 
				
			||||||
 | 
					#shownotice .notice div.entry-content {
 | 
				
			||||||
 | 
					margin-left:110px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
#shownotice .notice .entry-title {
 | 
					#shownotice .notice .entry-title {
 | 
				
			||||||
font-size:2.2em;
 | 
					font-size:2.2em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1050,7 +1066,6 @@ max-width:70%;
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#showstream .notice div.entry-content,
 | 
					#showstream .notice div.entry-content,
 | 
				
			||||||
#shownotice .notice div.entry-content {
 | 
					#shownotice .notice div.entry-content {
 | 
				
			||||||
margin-left:0;
 | 
					 | 
				
			||||||
max-width:79%;
 | 
					max-width:79%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1114,6 +1129,7 @@ position:relative;
 | 
				
			|||||||
font-size:0.95em;
 | 
					font-size:0.95em;
 | 
				
			||||||
width:113px;
 | 
					width:113px;
 | 
				
			||||||
float:right;
 | 
					float:right;
 | 
				
			||||||
 | 
					margin-top:3px;
 | 
				
			||||||
margin-right:4px;
 | 
					margin-right:4px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user