diff pylons_app/public/css/style.css @ 527:6d44d3862ec4

fixes #36, removed username, name, lastname, minimal length restrictions, fixed branches/tags icons in changelog and made them active links
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 Sep 2010 12:44:06 +0200
parents 804a14e086dc
children 6d0d5e7d7356
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Thu Sep 30 10:31:37 2010 +0200
+++ b/pylons_app/public/css/style.css	Thu Sep 30 12:44:06 2010 +0200
@@ -3152,7 +3152,7 @@
 	border-bottom: 1px solid #CCCCCC;
 	border-left: 1px solid #CCCCCC;
 	border-right: 1px solid #CCCCCC;
-	min-height: 90px;
+	min-height: 80px;
 	overflow: hidden;
 	font-size:1.2em;	
 }
@@ -3223,14 +3223,14 @@
 }
 
 .right .logtags .branchtag{
-	background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 130px 9px;
+	background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 9px;
     display:block;
-    padding:12px 2px 2px 24px;
+    padding:12px 16px 0px 0px
 }
 .right .logtags .tagtag{
-    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 130px 9px;
+    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 9px;
     display:block;
-    padding:12px 2px 2px 24px;
+    padding:12px 18px 0px 0px
 }
 
 /* -----------------------------------------------------------