Changeset - 609ec28bd2d1
[Not reviewed]
beta
0 2 0
Aras Pranckevicius - 14 years ago 2012-01-06 21:12:22
aras@unity3d.com
changeset: styling a bit
2 files changed with 6 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -2129,7 +2129,9 @@ h3.files_location {
 
}
 
 
#changeset_content {
 
	border: 1px solid #CCC;
 
	border-left: 1px solid #CCC;
 
	border-right: 1px solid #CCC;
 
	border-bottom: 1px solid #CCC;
 
	padding: 5px;
 
}
 
 
@@ -2139,7 +2141,7 @@ h3.files_location {
 
}
 
 
#changeset_content .container {
 
	min-height: 120px;
 
	min-height: 100px;
 
	font-size: 1.2em;
 
	overflow: hidden;
 
}
rhodecode/templates/changeset/changeset.html
Show inline comments
 
@@ -92,8 +92,8 @@
 
		         </span>                                                                 
 
	                </div>              
 
	        </div>
 
	        <span style="font-size:1.1em;font-weight: bold">
 
	        ${_('%s files affected with %s additions and %s deletions.') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
 
	        <span>
 
	        ${_('%s files affected with %s additions and %s deletions:') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
 
	        </span>
 
	        <div class="cs_files">
 
	                %for change,filenode,diff,cs1,cs2,stat in c.changes:
0 comments (0 inline, 0 general)