diff rhodecode/public/css/style.css @ 1045:3fc9183e05dd beta

another major codes rewrite: - created BaseRepo controller for all repo specific controller, and added common data propagation - removed obosete codes, and made optimizations, removed to often calls to RepoModel - fixed found bugs in files controller that generated unhandled 500 errors - cache issues - removed repo_branches global template values - journal fixes - main repo list is fully dict now it's less resource heavy that way
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 Feb 2011 01:36:07 +0100
parents 98be43b888c4
children cabe887a9829
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Feb 14 16:43:57 2011 +0100
+++ b/rhodecode/public/css/style.css	Tue Feb 15 01:36:07 2011 +0100
@@ -1420,11 +1420,11 @@
 height: 30px;
 }
 #journal .journal_icon{
+clear: both;
 float: left;
-padding-top: 4px;
-padding-left:12px;
+padding-left: 36px;
 padding-right: 4px;
-clear: both;
+padding-top: 3px;
 }
 #journal .journal_action{
 padding-top:4px;
@@ -1436,7 +1436,12 @@
 margin-left: 6px;
 padding-top: 3px;
 }
-
+#journal .date{
+clear: both;
+color: #777777;
+font-size: 11px;
+padding-left: 56px;
+}
 #journal .journal_repo .journal_repo_name{
 font-weight: bold;
 font-size: 1.1em;