diff rhodecode/public/css/style.css @ 1431:d5d7c40e8591 beta

changelog uses lazy loading of affected files details, in some scenarios this can improve speed of changelog page dramatically especially for larger repositories.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 16 Jul 2011 19:30:38 +0200
parents 864e4daef963
children 8585fbf3ed06
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sat Jul 16 14:07:11 2011 +0200
+++ b/rhodecode/public/css/style.css	Sat Jul 16 19:30:38 2011 +0200
@@ -1787,6 +1787,16 @@
 clear:both;
 }
 
+.right .changes .changed_total{
+border:1px solid #DDD;
+display:block;
+float:right;
+text-align:center;
+min-width:45px;
+cursor: pointer;
+background:#FD8;
+font-weight: bold;
+}
 .right .changes .added,.changed,.removed {
 border:1px solid #DDD;
 display:block;