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
 
@@ -34,49 +34,49 @@ ins {
 
	text-decoration: none;
 
}
 
 
del {
 
	text-decoration: line-through;
 
}
 
 
/* tables still need 'cellspacing="0"' in the markup */
 
table {
 
	border-collapse: collapse;
 
	border-spacing: 0;
 
}
 
 
/*
 
	main stylesheet
 
*/
 
html {
 
	height: 100%;
 
}
 
 
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;
 
	color: #000000;
 
}
 
 
/*
 
	images
 
*/
 
img {
 
	border: none;
 
}
 
 
img.icon {
 
	vertical-align: bottom;
 
}
 
 
/*
 
	anchors
 
*/
 
a {
 
	color: #003367;
 
	text-decoration: none;
 
	cursor: pointer;
 
@@ -209,49 +209,48 @@ div.options {
 
	clear: both;
 
	overflow: hidden;
 
	position: absolute;
 
	background: #FFFFFF;
 
}
 
 
div.options a {
 
	margin: 0;
 
	padding: 3px 8px 3px 8px;
 
	height: 1%;
 
	display: block;
 
	text-decoration: none;
 
}
 
 
div.options a:hover {
 
	text-decoration: none;
 
}
 
 
/*
 
	header
 
*/
 
#header {
 
	margin: 0;
 
	padding: 0 30px 0 30px;
 
	background: #b0b0b0 url("../images/header_background.png") repeat;
 
}
 
 
/*
 
	header / user
 
*/
 
#header ul#logged-user {
 
	margin: 0;
 
	padding: 0;
 
	float: right;
 
}
 
 
#header ul#logged-user li {
 
	margin:-2px 0 0;
 
	padding: 10px 12px 10px 12px;
 
	list-style: none;
 
	float: left;
 
	border-left: 1px solid #bbbbbb;
 
	border-right: 1px solid #a5a5a5;
 
}
 
 
#header ul#logged-user li.first {
 
	border-left: none;
 
	margin: -6px;
 
}
 
@@ -2172,49 +2171,48 @@ div.form div.fields div.buttons input {
 
}
 
 
#content div.box div.traffic table {
 
	width: auto;
 
}
 
 
#content div.box div.traffic table td {
 
	padding: 2px 3px 3px 3px;
 
	background: transparent;
 
	border: none;
 
}
 
 
#content div.box div.traffic table td.legendLabel {
 
	padding: 0 3px 2px 3px;
 
}
 
 
/*
 
	footer
 
*/
 
#footer {
 
	margin: 0;
 
	padding: 0px 30px;
 
	clear: both;
 
	overflow: hidden;
 
	background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
 
	text-align: right;
 
}
 
 
#footer p {
 
	background:none repeat scroll 0 0 #2F2F2F;
 
	color:#FFFFFF;
 
	font-weight:bold;
 
	padding:15px 25px 15px 0;
 
}
 
 
/*
 
	login
 
*/
 
#login {
 
	margin: 10% auto 0 auto;
 
	padding: 0;
 
	width: 420px;
 
}
 
 
/*
 
	login / colors
 
*/
 
#login div.color {
 
	margin: 10px auto 0 auto;
 
@@ -3393,49 +3391,48 @@ table#permissions_manage tr#add_perm_inp
 
*/
 
div.gravatar {
 
	background-color: white;
 
	border: 1px solid #D0D0D0;
 
	float: left;
 
	margin-right: 0.7em;
 
	padding: 2px 2px 0px;
 
}
 
 
/*
 
    GLOBAL WIDTH
 
*/
 
#header,#content,#footer {
 
	min-width: 1224px;
 
}
 
 
/*
 
    content
 
*/
 
#content {
 
	padding:10px 30px;
 
	min-height: 100%;
 
	clear: both;
 
	overflow: hidden;
 
	background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
 
}
 
 
/*
 
    content / right / forms / labels
 
*/
 
#content div.box div.form div.fields div.field div.label {
 
	left: 80px;
 
	margin: 0;
 
	padding: 8px 0 0 5px;
 
	width: auto;
 
	position: absolute;
 
}
 
 
#content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
 
	{
 
	left: 0;
 
	margin: 0;
 
	padding: 0 0 8px 0;
 
	width: auto;
 
	position: relative;
 
}
 
 
/*THEME*/
 
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
 
@@ -28,49 +28,51 @@
 
		                 <th>${_('Last modified')}</th>
 
		                 <th>${_('Last commiter')}</th>
 
		             </tr>
 
		         </thead>
 

	
 
          		% if c.files_list.parent:
 
         		<tr class="parity0">
 
	          		<td>		          		
 
	          			${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.files_list.parent.path),class_="browser-dir")}
 
	          		</td>
 
	          		<td></td>
 
	          		<td></td>
 
	          		<td></td>
 
	          		<td></td>
 
	          		<td></td>
 
				</tr>	          		
 
          		%endif
 
		         	
 
		    %for cnt,node in enumerate(c.files_list,1):
 
				<tr class="parity${cnt%2}">
 
		             <td>
 
						${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():
 
		                  ${node.mimetype}
 
		              %endif
 
		             </td>
 
		             <td>
 
		             	%if node.is_file():
 
		             		${node.last_changeset.revision}
 
		             	%endif
 
		             </td>
 
		             <td>
 
		             	%if node.is_file():
 
		             		${h.age(node.last_changeset._ctx.date())} - ${node.last_changeset.date}
 
		             	%endif
 
		             </td>
 
		             <td>
 
		             	%if node.is_file():
 
		             		${node.last_changeset.author}
 
		             	%endif                    
 
		             </td>
 
				</tr>
 
			%endfor
 
		</table>
0 comments (0 inline, 0 general)