##// END OF EJS Templates
changeset: styling a bit
Aras Pranckevicius -
r1858:609ec28b beta
parent child Browse files
Show More
@@ -2129,7 +2129,9 b' h3.files_location {'
2129 }
2129 }
2130
2130
2131 #changeset_content {
2131 #changeset_content {
2132 border: 1px solid #CCC;
2132 border-left: 1px solid #CCC;
2133 border-right: 1px solid #CCC;
2134 border-bottom: 1px solid #CCC;
2133 padding: 5px;
2135 padding: 5px;
2134 }
2136 }
2135
2137
@@ -2139,7 +2141,7 b' h3.files_location {'
2139 }
2141 }
2140
2142
2141 #changeset_content .container {
2143 #changeset_content .container {
2142 min-height: 120px;
2144 min-height: 100px;
2143 font-size: 1.2em;
2145 font-size: 1.2em;
2144 overflow: hidden;
2146 overflow: hidden;
2145 }
2147 }
@@ -92,8 +92,8 b''
92 </span>
92 </span>
93 </div>
93 </div>
94 </div>
94 </div>
95 <span style="font-size:1.1em;font-weight: bold">
95 <span>
96 ${_('%s files affected with %s additions and %s deletions.') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
96 ${_('%s files affected with %s additions and %s deletions:') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
97 </span>
97 </span>
98 <div class="cs_files">
98 <div class="cs_files">
99 %for change,filenode,diff,cs1,cs2,stat in c.changes:
99 %for change,filenode,diff,cs1,cs2,stat in c.changes:
General Comments 0
You need to be logged in to leave comments. Login now