changeset 1849:162300a90342 beta

changelog: making less noisy
author Aras Pranckevicius <aras@unity3d.com>
date Thu, 05 Jan 2012 21:05:42 +0200
parents fde242bdd9ce
children c4ff52b0d112
files rhodecode/public/css/style.css rhodecode/templates/changelog/changelog.html
diffstat 2 files changed, 30 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Jan 05 20:21:32 2012 +0200
+++ b/rhodecode/public/css/style.css	Thu Jan 05 21:05:42 2012 +0200
@@ -2141,7 +2141,7 @@
 
 #changeset_content .container .right {
 	float: right;
-	width: 25%;
+	width: 20%;
 	text-align: right;
 }
 
@@ -2222,7 +2222,7 @@
 }
 
 #graph_content {
-	width: 800px;
+	width: 80%;
 	float: left;
 }
 
@@ -2244,21 +2244,32 @@
 	border-bottom: 1px solid #CCC;
 	border-left: 1px solid #CCC;
 	border-right: 1px solid #CCC;
-	min-height: 70px;
+	height: 60px;
 	overflow: hidden;
-	font-size: 1.2em;
 }
 
 #graph_content .container .right {
 	float: right;
-	width: 28%;
+	width: 23%;
 	text-align: right;
-	padding-bottom: 5px;
-}
+}
+
+#graph_content .container .left {
+	float: left;
+	width: 25%;
+	padding-left: 5px;
+}
+
+#graph_content .container .mid {
+	float: left;
+	width: 49%;
+}
+
 
 #graph_content .container .left .date {
-	font-weight: 700;
-	padding-bottom: 5px;
+	color: #444444;
+	f_ont-weight: 700;
+	p_adding-bottom: 5px;
 }
 
 #graph_content .container .left .date span {
@@ -2272,7 +2283,6 @@
 #graph_content .container .left .author .user {
 	color: #444444;
 	float: left;
-	font-size: 12px;
 	margin-left: -4px;
 	margin-top: 4px;
 }
@@ -2281,6 +2291,11 @@
 	font-size: 100%;
 	padding-top: 3px;
 	white-space: pre-wrap;
+	border: 1px solid red;
+	position: relative;
+	top: -30px;
+	left: 40%;
+	width: 30%;
 }
 
 #graph_content .container .left .message a:hover{
@@ -3449,9 +3464,9 @@
 	width: 600px;
 }
 
-#changeset_content .container .left,#graph_content .container .left {
+#changeset_content .container .left {
 	float: left;
-	width: 70%;
+	width: 75%;
 	padding-left: 5px;
 }
 
--- a/rhodecode/templates/changelog/changelog.html	Thu Jan 05 20:21:32 2012 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Thu Jan 05 21:05:42 2012 +0200
@@ -48,7 +48,7 @@
 						<div class="left">
 							<div class="date">
 							${h.checkbox(cs.short_id,class_="changeset_range")}
-							<span>${_('commit')} ${cs.revision}: ${h.short_id(cs.raw_id)}@${cs.date}</span>
+							<span>${cs.revision}: ${h.short_id(cs.raw_id)}<br/>${cs.date}</span>
 							</div>
 							<div class="author">
 								<div class="gravatar">
@@ -56,6 +56,8 @@
 								</div>
 								<div title="${cs.author}" class="user">${h.person(cs.author)}</div>
 							</div>
+						</div>
+						<div class="mid">
 							<div class="message">${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
 						</div>	
 						<div class="right">