changeset 1855:5ab237f172a3 beta

css: styling file change counts
author Aras Pranckevicius <aras@unity3d.com>
date Fri, 06 Jan 2012 21:31:26 +0200
parents 4208e8ebf7cf
children 0855c64c571f
files rhodecode/public/css/style.css
diffstat 1 files changed, 8 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Jan 06 21:11:19 2012 +0200
+++ b/rhodecode/public/css/style.css	Fri Jan 06 21:31:26 2012 +0200
@@ -2307,49 +2307,38 @@
 }
 
 .right .changes .changed_total {
-	border: 0px solid #DDD;
 	display: block;
 	float: right;
 	text-align: center;
 	min-width: 45px;
 	cursor: pointer;
-	background: #FD8;
-	font-weight: bold;
+	color: #444444;
+	background: #FEA;
 	-webkit-border-radius: 0px 0px 0px 6px;
 	-moz-border-radius: 0px 0px 0px 6px;
 	border-radius: 0px 0px 0px 6px;
-	padding: 2px;	
+	padding: 1px;
 }
 
 .right .changes .added,.changed,.removed {
-	border: 1px solid #DDD;
 	display: block;
+	padding: 1px;
+	color: #444444;
 	float: right;
 	text-align: center;
 	min-width: 15px;
-	cursor: help;
-}
-
-.right .changes .large {
-	border: 1px solid #DDD;
-	display: block;
-	float: right;
-	text-align: center;
-	min-width: 45px;
-	cursor: help;
-	background: #54A9F7;
 }
 
 .right .changes .added {
-	background: #BFB;
+	background: #CFC;
 }
 
 .right .changes .changed {
-	background: #FD8;
+	background: #FEA;
 }
 
 .right .changes .removed {
-	background: #F88;
+	background: #FAA;
 }
 
 .right .merge {