diff pylons_app/public/css/style.css @ 541:c8798599cf8d

fixed displaying multi line commit messages, some templating updates
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Oct 2010 01:58:53 +0200
parents 3a567e329fb6
children c43b1a6d3ba9
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Sun Oct 03 17:37:58 2010 +0200
+++ b/pylons_app/public/css/style.css	Tue Oct 05 01:58:53 2010 +0200
@@ -3060,7 +3060,7 @@
 #changeset_content .container {
 	min-height: 120px;
 	font-size: 1.2em;
-	
+	overflow: hidden;
 }
 
 #changeset_content .container .left {
@@ -3086,6 +3086,7 @@
 #changeset_content .container .left .message {
 	font-style: italic;
 	color: #556CB5;
+	white-space: pre-wrap;
 }
 
 .cs_files {
@@ -3167,8 +3168,9 @@
 
 #graph_content .container .right {
 	float: right;
-	width: 25%;
+	width: 28%;
 	text-align: right;
+	padding-bottom: 5px;
 }
 
 #graph_content .container .left .date {
@@ -3182,6 +3184,7 @@
 #graph_content .container .left .message {
 	font-size: 100%;
 	padding-top: 3px;
+	white-space: pre-wrap;
 }
 
 .right div {