diff pylons_app/public/css/style.css @ 529:3a567e329fb6

updated whoosh deps, fixed templates, changelog and changeset stylings changed 8 letter password into 6 letter passwords required
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 Sep 2010 18:35:03 +0200
parents 6d0d5e7d7356
children c8798599cf8d
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Thu Sep 30 17:11:58 2010 +0200
+++ b/pylons_app/public/css/style.css	Thu Sep 30 18:35:03 2010 +0200
@@ -1161,7 +1161,7 @@
 #content div.box div.message
 {
 	margin: 0 0 0px 0;
-    padding: 0 0 10px 0;
+    padding: 10px 0 10px 0;
 	clear: both;
 	overflow: hidden;
 }
@@ -3058,7 +3058,9 @@
 }
 
 #changeset_content .container {
-	height: 120px;
+	min-height: 120px;
+	font-size: 1.2em;
+	
 }
 
 #changeset_content .container .left {
@@ -3190,7 +3192,6 @@
 	border: 1px solid #DDDDDD;
 	display: block;
 	float: right;
-	font-size: 0.75em;
 	text-align: center;
 	min-width: 15px;
 }