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
 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
 
	{
 
	margin: 0;
 
	padding: 0;
 
	border: 0;
 
	outline: 0;
 
	font-size: 100%;
 
	vertical-align: baseline;
 
	background: transparent;
 
}
 
 
body {
 
	line-height: 1;
 
}
 
 
ol,ul {
 
	list-style: none;
 
}
 
 
blockquote,q {
 
	quotes: none;
 
}
 
 
blockquote:before,blockquote:after,q:before,q:after {
 
	content: '';
 
	content: none;
 
}
 
 
:focus {
 
	outline: 0;
 
}
 
 
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;
 
	font-weight: bold;
 
}
 
 
a:hover {
 
	color: #316293;
 
	text-decoration: underline;
 
}
 
 
/*
 
	headings
 
*/
 
h1,h2,h3,h4,h5,h6 {
 
	color: #292929;
 
	font-weight: bold;
 
}
 
 
h1 {
 
	font-size: 22px;
 
}
 
 
h2 {
 
	font-size: 20px;
 
}
 
 
h3 {
 
	font-size: 18px;
 
}
 
 
h4 {
 
	font-size: 16px;
 
}
 
 
h5 {
 
	font-size: 14px;
 
}
 
 
h6 {
 
	font-size: 11px;
 
}
 
 
/*
 
	lists
 
*/
 
ul.circle {
 
	list-style-type: circle;
 
}
 
 
ul.disc {
 
	list-style-type: disc;
 
}
 
 
ul.square {
 
	list-style-type: square;
 
}
 
 
ol.lower-roman {
 
	list-style-type: lower-roman;
 
}
 
 
ol.upper-roman {
 
	list-style-type: upper-roman;
 
}
 
 
ol.lower-alpha {
 
	list-style-type: lower-alpha;
 
}
 
 
ol.upper-alpha {
 
	list-style-type: upper-alpha;
 
}
 
 
ol.decimal {
 
	list-style-type: decimal;
 
}
 
 
/*
 
	colors
 
*/
 
div.color {
 
	margin: 7px 0 0 60px;
 
	padding: 1px 1px 1px 0px;
 
	clear: both;
 
	overflow: hidden;
 
	position: absolute;
 
	background: #FFFFFF;
 
}
 
 
div.color a {
 
	margin: 0 0 0 1px;
 
	padding: 0;
 
	width: 15px;
 
	height: 15px;
 
	display: block;
 
	float: left;
 
}
 
 
div.color a.blue {
 
	background: #376ea6;
 
}
 
 
div.color a.green {
 
	background: #85924b;
 
}
 
 
div.color a.brown {
 
	background: #9b6e42;
 
}
 
 
div.color a.purple {
 
	background: #88528b;
 
}
 
 
div.color a.red {
 
	background: #bd3220;
 
}
 
 
div.color a.greyblue {
 
	background: #566e86;
 
}
 
 
/*
 
	options
 
*/
 
div.options {
 
	margin: 7px 0 0 162px;
 
	padding: 0;
 
	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;
 
}
 
 
#header ul#logged-user li.first div.account {
 
	padding-top: 4px;
 
	float: left;
 
}
 
 
#header ul#logged-user li.last {
 
	border-right: none;
 
}
 
 
#header ul#logged-user li a {
 
	color: #4e4e4e;
 
	font-weight: bold;
 
	text-decoration: none;
 
}
 
 
#header ul#logged-user li a:hover {
 
	color: #376ea6;
 
	text-decoration: underline;
 
}
 
 
#header ul#logged-user li.highlight a {
 
	color: #ffffff;
 
}
 
 
#header ul#logged-user li.highlight a:hover {
 
	color: #376ea6;
 
}
 
 
#header #header-inner {
 
	margin: 0;
 
	padding: 0;
 
	height: 40px;
 
	clear: both;
 
	position: relative;
 
	background: #003367 url("../images/header_inner.png") repeat-x;
 
	border-bottom: 2px solid #ffffff;
 
}
 
 
/*
 
	header / home
 
*/
 
#header #header-inner #home {
 
	float: left;
 
}
 
 
#header #header-inner #home a {
 
	margin: 0;
 
	padding: 0;
 
	height: 40px;
 
	width: 46px;
 
	display: block;
 
	background: url("../images/button_home.png");
 
	background-position: 0 0;
 
}
 
 
#header #header-inner #home a:hover {
 
	background-position: 0 -40px;
 
}
 
 
/*
 
	header / logo
 
*/
 
#header #header-inner #logo {
 
	float: left;
 
}
 
 
#header #header-inner #logo h1 {
 
	margin: 13px 0 0 13px;
 
	padding: 0;
 
	color: #FFFFFF;
 
	font-size: 14px;
 
	text-transform: uppercase;
 
}
 
 
#header #header-inner #logo a {
 
	color: #ffffff;
 
	text-decoration: none;
 
}
 
 
#header #header-inner #logo a:hover {
 
	color: #dabf29;
 
}
 
 
/*
 
	header / quick
 
*/
 
#header #header-inner #quick,#header #header-inner #quick ul {
 
	margin: 10px 5px 0 0;
 
	padding: 0;
 
	position: relative;
 
	float: right;
 
	list-style-type: none;
 
	list-style-position: outside;
 
}
 
 
#header #header-inner #quick li {
 
	margin: 0 5px 0 0;
 
	padding: 0;
 
	position: relative;
 
	float: left;
 
}
 
 
#header #header-inner #quick li a {
 
	top: 0;
 
	left: 0;
 
	padding: 0;
 
	height: 1%;
 
	display: block;
 
	clear: both;
 
	overflow: hidden;
 
	background: #336699 url("../../resources/images/quick_l.png") no-repeat
 
		top left;
 
	color: #FFFFFF;
 
	font-weight: bold;
 
	text-decoration: none;
 
}
 
 
#header #header-inner #quick li span {
 
	top: 0;
 
	right: 0;
 
	margin: 0;
 
	padding: 10px 12px 8px 10px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
	background: url("../../resources/images/quick_r.png") no-repeat top
 
		right;
 
	border-left: 1px solid #3f6f9f;
 
}
 
 
#header #header-inner #quick li span.normal {
 
	padding: 10px 12px 8px 12px;
 
	border: none;
 
}
 
 
#header #header-inner #quick li span.icon {
 
	top: 0;
 
	left: 0;
 
	padding: 8px 8px 4px 8px;
 
	background: url("../../resources/images/quick_l.png") no-repeat top left;
 
	border-left: none;
 
	border-right: 1px solid #2e5c89;
 
}
 
 
#header #header-inner #quick li a:hover {
 
	background: #4e4e4e url("../../resources/images/quick_l_selected.png")
 
		no-repeat top left;
 
}
 
 
#header #header-inner #quick li a:hover span {
 
	background: url("../../resources/images/quick_r_selected.png") no-repeat
 
		top right;
 
	border-left: 1px solid #545454;
 
}
 
 
#header #header-inner #quick li a:hover span.normal {
 
	border: none;
 
}
 
 
#header #header-inner #quick li a:hover span.icon {
 
	background: url("../../resources/images/quick_l_selected.png") no-repeat
 
		top left;
 
	border-left: none;
 
	border-right: 1px solid #464646;
 
}
 
 
#header #header-inner #quick ul {
 
@@ -2004,385 +2003,384 @@ div.form div.fields div.buttons input {
 
}
 
 
#content div.box div.pagination ul.pager li.current {
 
	padding: 6px;
 
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
	border-top: 1px solid #cccccc;
 
	border-left: 1px solid #bebebe;
 
	border-right: 1px solid #b1b1b1;
 
	border-bottom: 1px solid #afafaf;
 
	color: #515151;
 
}
 
 
#content div.box div.pagination ul.pager li.disabled {
 
	padding: 6px;
 
	color: #B4B4B4;
 
}
 
 
#content div.box div.pagination ul.pager li a {
 
	margin: 0;
 
	padding: 6px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
	color: #515151;
 
	text-decoration: none;
 
}
 
 
#content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
 
	{
 
	margin: -1px;
 
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
	border-top: 1px solid #cccccc;
 
	border-left: 1px solid #bebebe;
 
	border-right: 1px solid #b1b1b1;
 
	border-bottom: 1px solid #afafaf;
 
}
 
 
/*
 
	content / webhelpers pagination
 
*/
 
#content div.box div.pagination-wh {
 
	margin: 10px 0 0 0;
 
	padding: 0;
 
	height: 1%;
 
	clear: both;
 
	overflow: hidden;
 
	text-align: right;
 
}
 
 
#content div.box div.pagination-wh div.results {
 
	margin: 0;
 
	padding: 0;
 
	text-align: left;
 
	float: left
 
}
 
 
#content div.box div.pagination-wh div.results span {
 
	margin: 0;
 
	padding: 6px 8px 6px 8px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
	background: #ebebeb url("../images/pager.png") repeat-x;
 
	border-top: 1px solid #dedede;
 
	border-left: 1px solid #cfcfcf;
 
	border-right: 1px solid #c4c4c4;
 
	border-bottom: 1px solid #c4c4c4;
 
	color: #4A4A4A;
 
	font-weight: bold;
 
}
 
 
#content div.box div.pagination-left {
 
	float: left;
 
}
 
 
#content div.box div.pagination-right {
 
	float: right;
 
}
 
 
#content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
 
	{
 
	margin: 0 0 0 4px;
 
	padding: 6px;
 
	height: 1%;
 
	float: left;
 
	background: #ebebeb url("../images/pager.png") repeat-x;
 
	border-top: 1px solid #dedede;
 
	border-left: 1px solid #cfcfcf;
 
	border-right: 1px solid #c4c4c4;
 
	border-bottom: 1px solid #c4c4c4;
 
	color: #4A4A4A;
 
	font-weight: bold;
 
}
 
 
#content div.box div.pagination-wh span.pager_curpage {
 
	margin: 0 0 0 4px;
 
	padding: 6px;
 
	height: 1%;
 
	float: left;
 
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
	border-top: 1px solid #cccccc;
 
	border-left: 1px solid #bebebe;
 
	border-right: 1px solid #b1b1b1;
 
	border-bottom: 1px solid #afafaf;
 
	color: #515151;
 
	font-weight: bold;
 
}
 
 
#content div.box div.pagination-wh a.disabled {
 
	padding: 6px;
 
	color: #B4B4B4;
 
}
 
 
#content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
 
	{
 
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
 
	border-top: 1px solid #cccccc;
 
	border-left: 1px solid #bebebe;
 
	border-right: 1px solid #b1b1b1;
 
	border-bottom: 1px solid #afafaf;
 
	text-decoration: none;
 
}
 
 
/*
 
	content / right / traffic chart
 
*/
 
#content div.box div.traffic {
 
	margin: 0;
 
	padding: 0 20px 10px 20px;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#content div.box div.traffic div.legend {
 
	margin: 0 0 10px 0;
 
	padding: 0 0 10px 0;
 
	clear: both;
 
	overflow: hidden;
 
	border-bottom: 1px solid #dddddd;
 
}
 
 
#content div.box div.traffic div.legend h6 {
 
	margin: 0;
 
	padding: 0;
 
	float: left;
 
	border: none;
 
}
 
 
#content div.box div.traffic div.legend ul {
 
	margin: 0;
 
	padding: 0;
 
	float: right;
 
}
 
 
#content div.box div.traffic div.legend li {
 
	margin: 0;
 
	padding: 0 8px 0 4px;
 
	list-style: none;
 
	float: left;
 
	font-size: 11px;
 
}
 
 
#content div.box div.traffic div.legend li.visits {
 
	border-left: 12px solid #edc240;
 
}
 
 
#content div.box div.traffic div.legend li.pageviews {
 
	border-left: 12px solid #afd8f8;
 
}
 
 
#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;
 
	padding: 3px 3px 3px 0;
 
	clear: both;
 
	overflow: hidden;
 
	background: #FFFFFF;
 
}
 
 
#login div.color a {
 
	margin: 0 0 0 3px;
 
	padding: 0;
 
	width: 20px;
 
	height: 20px;
 
	display: block;
 
	float: left;
 
}
 
 
/*
 
	login / title
 
*/
 
#login div.title {
 
	margin: 0 auto;
 
	padding: 0;
 
	width: 420px;
 
	clear: both;
 
	overflow: hidden;
 
	position: relative;
 
	background: #003367 url("../images/header_inner.png") repeat-x;
 
}
 
 
#login div.title h5 {
 
	margin: 10px;
 
	padding: 0;
 
	color: #ffffff;
 
}
 
 
/*
 
	login / title / corners
 
*/
 
#login div.title div.corner {
 
	height: 6px;
 
	width: 6px;
 
	position: absolute;
 
	background: url("../images/login_corners.png") no-repeat;
 
}
 
 
#login div.title div.tl {
 
	top: 0;
 
	left: 0;
 
	background-position: 0 0;
 
}
 
 
#login div.title div.tr {
 
	top: 0;
 
	right: 0;
 
	background-position: -6px 0;
 
}
 
 
#login div.inner {
 
	margin: 0 auto;
 
	padding: 20px;
 
	width: 380px;
 
	background: #FFFFFF url("../images/login.png") no-repeat top left;
 
	border-top: none;
 
	border-bottom: none;
 
}
 
 
/*
 
	login / form
 
*/
 
#login div.form {
 
	margin: 0;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#login div.form div.fields {
 
	margin: 0;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#login div.form div.fields div.field {
 
	margin: 0;
 
	padding: 0 0 10px 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#login div.form div.fields div.field span.error-message {
 
	margin: 8px 0 0 0;
 
	padding: 0;
 
	height: 1%;
 
	display: block;
 
	color: #FF0000;
 
}
 
 
#login div.form div.fields div.field div.label {
 
	margin: 2px 10px 0 0;
 
	padding: 5px 0 0 5px;
 
	width: 173px;
 
	float: left;
 
	text-align: right;
 
}
 
 
#login div.form div.fields div.field div.label label {
 
	color: #000000;
 
	font-weight: bold;
 
}
 
 
#login  div.form div.fields div.field div.label span {
 
	margin: 0;
 
	padding: 2px 0 0 0;
 
	height: 1%;
 
	display: block;
 
	color: #363636;
 
}
 
 
#login div.form div.fields div.field div.input {
 
	margin: 0;
 
	padding: 0;
 
	float: left;
 
}
 
 
#login div.form div.fields div.field div.input input {
 
	margin: 0;
 
	padding: 7px 7px 6px 7px;
 
	width: 176px;
 
	background: #FFFFFF;
 
	border-top: 1px solid #b3b3b3;
 
	border-left: 1px solid #b3b3b3;
 
	border-right: 1px solid #eaeaea;
 
	border-bottom: 1px solid #eaeaea;
 
	color: #000000;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular,
 
		Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 11px;
 
}
 
 
#login div.form div.fields div.field div.input  input.error {
 
	background: #FBE3E4;
 
	border-top: 1px solid #e1b2b3;
 
	border-left: 1px solid #e1b2b3;
 
	border-right: 1px solid #FBC2C4;
 
	border-bottom: 1px solid #FBC2C4;
 
}
 
 
#login div.form div.fields div.field div.input  input.success {
 
	background: #E6EFC2;
 
	border-top: 1px solid #cebb98;
 
	border-left: 1px solid #cebb98;
 
	border-right: 1px solid #c6d880;
 
	border-bottom: 1px solid #c6d880;
 
}
 
 
#login div.form div.fields div.field div.input div.link {
 
	margin: 6px 0 0 0;
 
	padding: 0;
 
	text-align: right;
 
}
 
 
#login div.form div.fields div.field div.checkbox {
 
	margin: 0 0 0 184px;
 
	padding: 0;
 
}
 
 
#login div.form div.fields div.field div.checkbox label {
 
	color: #565656;
 
@@ -3225,385 +3223,384 @@ table.code-browser .browser-dir {
 
	height: 16px;
 
	padding-left: 20px;
 
	text-align: left;
 
	padding-top: 1px;
 
}
 
 
.action_button {
 
	border: 0px;
 
	display: block;
 
}
 
 
.action_button:hover {
 
	border: 0px;
 
	text-decoration: underline;
 
	cursor: pointer;
 
}
 
 
/*
 
    REPO SWITCHER
 
*/
 
#switch_repos {
 
	position: absolute;
 
	height: 25px;
 
	z-index: 1;
 
}
 
 
#switch_repos select {
 
	min-width: 150px;
 
	max-height: 250px;
 
	z-index: 1;
 
}
 
 
/*
 
    BREADCRUMBS
 
*/
 
.breadcrumbs {
 
	border: medium none;
 
	color: #FFFFFF;
 
	float: left;
 
	margin: 0;
 
	padding: 11px 0 11px 10px;
 
	text-transform: uppercase;
 
	font-weight: bold;
 
	font-size: 14px;
 
}
 
 
.breadcrumbs a {
 
	color: #FFFFFF;
 
}
 
 
/*
 
    FLASH MSG
 
*/
 
.flash_msg ul {
 
	margin: 0;
 
	padding: 0px 0px 10px 0px;
 
}
 
 
.error_msg {
 
	background-color: #FFCFCF;
 
	background-image: url("../../images/icons/error_msg.png");
 
	border: 1px solid #FF9595;
 
	color: #CC3300;
 
}
 
 
.warning_msg {
 
	background-color: #FFFBCC;
 
	background-image: url("../../images/icons/warning_msg.png");
 
	border: 1px solid #FFF35E;
 
	color: #C69E00;
 
}
 
 
.success_msg {
 
	background-color: #D5FFCF;
 
	background-image: url("../../images/icons/success_msg.png");
 
	border: 1px solid #97FF88;
 
	color: #009900;
 
}
 
 
.notice_msg {
 
	background-color: #DCE3FF;
 
	background-image: url("../../images/icons/notice_msg.png");
 
	border: 1px solid #93A8FF;
 
	color: #556CB5;
 
}
 
 
.success_msg,.error_msg,.notice_msg,.warning_msg {
 
	background-position: 10px center;
 
	background-repeat: no-repeat;
 
	font-size: 12px;
 
	font-weight: bold;
 
	min-height: 14px;
 
	line-height: 14px;
 
	margin-bottom: 0px;
 
	margin-top: 0px;
 
	padding: 6px 10px 6px 40px;
 
	display: block;
 
	overflow: auto;
 
}
 
 
#msg_close {
 
	background: transparent url("../../icons/cross_grey_small.png")
 
		no-repeat scroll 0 0;
 
	cursor: pointer;
 
	height: 16px;
 
	position: absolute;
 
	right: 5px;
 
	top: 5px;
 
	width: 16px;
 
}
 
 
/*
 
	YUI FLOT
 
*/
 
div#commit_history {
 
	float: left;
 
}
 
 
div#legend_data {
 
	float: left;
 
}
 
 
div#legend_container {
 
	float: left;
 
}
 
 
div#legend_container table,div#legend_choices table {
 
	width: auto !important;
 
}
 
 
div#legend_container table td {
 
	border: none !important;
 
	padding: 0px !important;
 
	height: 20px !important;
 
}
 
 
div#legend_choices table td {
 
	border: none !important;
 
	padding: 0px !important;
 
	height: 20px !important;
 
}
 
 
div#legend_choices {
 
	float: left;
 
}
 
 
/*
 
    PERMISSIONS TABLE
 
*/
 
table#permissions_manage {
 
	width: 0 !important;
 
}
 
 
table#permissions_manage span.private_repo_msg {
 
	font-size: 0.8em;
 
	opacity: 0.6;
 
}
 
 
table#permissions_manage td.private_repo_msg {
 
	font-size: 0.8em;
 
}
 
 
table#permissions_manage tr#add_perm_input td {
 
	vertical-align: middle;
 
}
 
 
/*
 
    GRAVATARS
 
*/
 
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*/
 
 
/*
 
    header / quick
 
*/
 
#header #header-inner #quick li a {
 
	background: #336699 url("../../images/quick_l.png") no-repeat top left;
 
}
 
 
#header #header-inner #quick li span {
 
	background: url("../../images/quick_r.png") no-repeat top right;
 
	border-left: 1px solid #3f6f9f;
 
}
 
 
#header #header-inner #quick li span.icon {
 
	background: url("../../images/quick_l.png") no-repeat top left;
 
	border-right: 1px solid #2e5c89;
 
}
 
 
#header #header-inner #quick li a:hover {
 
	background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat
 
		top left;
 
}
 
 
#header #header-inner #quick li a:hover span {
 
	background: url("../../images/quick_r_selected.png") no-repeat top right;
 
}
 
 
#header #header-inner #quick li a:hover span.icon {
 
	background: url("../../images/quick_l_selected.png") no-repeat top left;
 
}
 
 
/*
 
    header corners
 
*/
 
#header #header-inner div.corner {
 
	background: url("../../images/header_inner_corners.png") no-repeat;
 
}
 
 
#header #header-inner div.tl {
 
	top: 0;
 
	left: 0;
 
	background-position: 0 0;
 
}
 
 
#header #header-inner div.tr {
 
	top: 0;
 
	right: 0;
 
	background-position: -6px 0;
 
}
 
 
/*
 
    content / left / menu
 
*/
 
#content #left #menu h6.selected {
 
	background: #00376e url("../../images/menu_selected.png") repeat-x;
 
}
 
 
#content #left #menu h6.selected a {
 
	background: url("../../images/menu_l_selected.png") no-repeat top left;
 
}
 
 
#content #left #menu h6.selected span {
 
	background: url("../../images/menu_r_selected.png") no-repeat top right;
 
}
 
 
#content #left #menu ul {
 
	background: #376ea6;
 
}
 
 
#content #left #menu li {
 
	border-top: 1px solid #4377ab;
 
	border-bottom: 1px solid #326395;
 
}
 
 
#content #left #menu li a {
 
	background: url("../../images/menu_arrow.png") no-repeat 0 9px;
 
}
 
 
#content #left #menu li a:hover {
 
	color: #b9dcff;
 
}
 
 
#content #left #menu li.collapsible {
 
	background: url("../../images/menu_border.png") no-repeat top left;
 
}
 
 
#content #left #menu li.collapsible a.minus {
 
	border-bottom: 1px solid #326395;
 
}
 
 
#content #left #menu li ul {
 
	border-left: 18px solid #326395;
 
}
 
 
#content #left #menu li ul li {
 
	background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
 
	border-top: 1px solid #4377ab;
 
	border-bottom: 1px solid #326395;
 
}
 
 
 
 
#content div.box div.title ul.links li.ui-tabs-selected a {
 
	background: url("../../images/title_tab_selected.png") no-repeat bottom
 
		center;
 
	color: #bfe3ff;
 
}
 
 
/*
 
    content / right / box / search
 
*/
 
#content div.box div.title div.search {
 
	background: url("../../images/title_link.png") no-repeat top left;
 
	border-left: 1px solid #316293;
 
}
 
 
#content div.box div.title div.search div.input input {
 
	border: 1px solid #316293;
 
}
 
 
#content div.box div.title div.search div.button input.ui-state-default
 
	{
 
	background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
	border: 1px solid #316293;
 
	border-left: none;
 
	color: #FFFFFF;
 
}
 
 
#content div.box div.title div.search div.button input.ui-state-hover {
 
	background: #46a0c1 url("../../images/button_highlight_selected.png")
 
		repeat-x;
 
	border: 1px solid #316293;
 
	border-left: none;
 
	color: #FFFFFF;
 
}
 
 
/*
 
    content / right / forms / button
 
*/
 
#content div.box div.form div.fields div.field div.highlight .ui-state-default
 
	{
 
	background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
	border-top: 1px solid #5c91a4;
 
	border-left: 1px solid #2a6f89;
 
	border-right: 1px solid #2b7089;
 
	border-bottom: 1px solid #1a6480;
 
	color: #ffffff;
 
}
 
 
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
 
	{
 
	background: #46a0c1 url("../../images/button_highlight_selected.png")
 
		repeat-x;
 
	border-top: 1px solid #78acbf;
 
	border-left: 1px solid #34819e;
 
	border-right: 1px solid #35829f;
 
	border-bottom: 1px solid #257897;
 
	color: #ffffff;
 
}
 
 
/*
 
    content / right / forms / buttons
 
*/
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
 
	{
 
	background: #4e85bb url("../../images/button_highlight.png") repeat-x;
 
	border-top: 1px solid #5c91a4;
 
	border-left: 1px solid #2a6f89;
 
	border-right: 1px solid #2b7089;
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
 
<%def name="file_class(node)">
 
	%if node.is_file():
 
		<%return "browser-file" %>
 
	%else:
 
		<%return "browser-dir"%>
 
	%endif
 
</%def>
 
<div id="body" class="browserblock">
 
	<div class="browser-header">
 
		${h.form(h.url.current())}
 
		<div class="info_box">
 
          <span >${_('view')}@rev</span> 
 
          <a href="${c.url_prev}">&laquo;</a>
 
          ${h.text('at_rev',value=c.rev_nr,size=3)}
 
          <a href="${c.url_next}">&raquo;</a>
 
          ${h.submit('view','view')}
 
	    </div>           
 
		${h.end_form()}
 
	</div>
 
	<div class="browser-body">
 
		<table class="code-browser">
 
		         <thead>
 
		             <tr>
 
		                 <th>${_('Name')}</th>
 
		                 <th>${_('Size')}</th>
 
		                 <th>${_('Mimetype')}</th>
 
		                 <th>${_('Revision')}</th>
 
		                 <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>
 
	</div>
 
</div>
 
\ No newline at end of file
0 comments (0 inline, 0 general)