Page 1 of 1
		
			
				[solved] Attachment layout
				
Posted: 
20 Sep 2011, 02:41 
				by charlie
				The vertical flow gives me vertigo.
Can the attachments can be made non-block elements and thus flow horizontally first?
Specifically it is 
this thread that makes me most queasy.
 
			 
			
		
			
				Re: Attachment layout
				
Posted: 
20 Sep 2011, 05:16 
				by qubodup
				We could remove the attachement functionality completely and add links to opengameart, imgur, picasa, mediafire and boxnet instead...
			 
			
		
			
				Re: Attachment layout
				
Posted: 
20 Sep 2011, 05:23 
				by qubodup
				this happens with float: left;
IMHO: not worth getting tweaked. Forum attachments are a compromise.
 
			 
			
		
			
				Re: Attachment layout
				
Posted: 
20 Sep 2011, 10:34 
				by Knitter
				We could just ask that users place only the necessary attachments in the forum and use any other services for bigger or not often used files. For images, instead of placing the full image in the post, place only the links so anyone that doesn't want to see a long list of images isn't bothered by it.
			 
			
		
			
				Re: Attachment layout
				
Posted: 
20 Sep 2011, 11:53 
				by sireus
				I found it works quite well (for qsilver-night at least) if you set display:inline-block on ".attachbox dd", and width:100% on .attachbox so it doesn't waste all that space.
(EDIT: you might need !important for the width setting - dunno, I just played around with firebug and stylish)
			 
			
		
			
				Re: Attachment layout
				
Posted: 
20 Sep 2011, 11:55 
				by charlie
				There's nothing wrong with attachments.
Instead of "float:left;" try "display:inline".
EDIT: what sireus said.
			 
			
		
			
				Re: [solved] Attachment layout
				
Posted: 
20 Sep 2011, 13:24 
				by qubodup
				Done.
Good job, sireus!