Changeset - 40b409af53a5
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-07-01 21:23:32
marcin@python-works.com
litle html updates for changeset
2 files changed with 6 insertions and 10 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/css/monoblue_custom.css
Show inline comments
 
@@ -677,8 +677,8 @@ p.files {
 

	
 
/** end of file **/ /** changeset **/
 
#changeset_content {
 
	width: 60%;
 
	float: left;
 
	border:1px solid #CCCCCC;
 
	padding:5px;
 
}
 

	
 
#changeset_content .container .wrapper {
 
@@ -686,7 +686,6 @@ p.files {
 
}
 

	
 
#changeset_content .container {
 
	border: 1px solid #CCCCCC;
 
	height: 120px;
 
}
 

	
 
@@ -716,7 +715,7 @@ p.files {
 
}
 

	
 
.cs_files {
 
	width: 60%;
 

	
 
}
 

	
 
.cs_files .cs_added {
pylons_app/templates/changeset/changeset.html
Show inline comments
 
@@ -25,9 +25,7 @@
 
			<div class="left">
 
				<div class="date">${_('Date')}: ${c.changeset.date}</div>
 
				<div class="author">${_('Author')}: ${c.changeset.author}</div>
 
				<div class="message">
 
					${h.wrap_paragraphs(c.changeset.message)}
 
				</div>
 
				<div class="message">${h.wrap_paragraphs(c.changeset.message)}</div>
 
			</div>	
 
			<div class="right">
 
				<span class="logtags">
 
@@ -49,14 +47,13 @@
 
				%endfor								
 
			</div>		
 
		</div>    
 
    </div>
 
    
 
    <div style="clear:both;height:10px"></div>
 
		<span style="font-size:1.1em;font-weight: bold">${_('Files affected')}</span>
 
    <div class="cs_files">
 
			%for change,filenode,diff,cs1,cs2 in c.changes:
 
				<div class="cs_${change}">${h.link_to(filenode.path,h.url.current(anchor='CHANGE-%s'%filenode.path))}</div>
 
			%endfor
 
	</div>
 
    </div>
 
	
 
	%for change,filenode,diff,cs1,cs2 in c.changes:
 
		%if change !='removed':
0 comments (0 inline, 0 general)