Changeset - 95b746f2f0ed
[Not reviewed]
default
2 3 0
Marcin Kuzminski - 15 years ago 2010-10-11 10:46:05
marcin@python-works.com
fixed nasty bug when browsing on renames.
Turned off dirsize until new vcs release.
some templating updates
5 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -55,7 +55,7 @@ body {
 
	margin: 0;
 
	padding: 0;
 
	height: 100%;
 
	background: #d1d1d1 url("../images/background.png") repeat;
 
	background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular,
 
		Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 12px;
 
@@ -230,7 +230,6 @@ div.options a:hover {
 
#header {
 
	margin: 0;
 
	padding: 0 30px 0 30px;
 
	background: #b0b0b0 url("../images/header_background.png") repeat;
 
}
 
 
/*
 
@@ -2193,7 +2192,6 @@ div.form div.fields div.buttons input {
 
	padding: 0px 30px;
 
	clear: both;
 
	overflow: hidden;
 
	background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
 
	text-align: right;
 
}
 
 
@@ -3414,7 +3412,6 @@ div.gravatar {
 
	min-height: 100%;
 
	clear: both;
 
	overflow: hidden;
 
	background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
 
}
 
 
/*
rhodecode/public/images/background.png
Show inline comments
 
binary diff not shown
Show images
rhodecode/public/images/header_background.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/menu_arrow.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/templates/files/files_browser.html
Show inline comments
 
@@ -49,7 +49,9 @@
 
						${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=node.path),class_=file_class(node))}
 
		             </td>
 
		             <td>
 
		             %if node.is_file():
 
		             	${h.format_byte_size(node.size,binary=True)}
 
		             %endif	
 
		             </td>
 
		             <td>
 
		              %if node.is_file():
0 comments (0 inline, 0 general)