comparison 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
comparison
equal deleted inserted replaced
1044:f3402cb92fdf 1045:3fc9183e05dd
1418 font-size: 14px; 1418 font-size: 14px;
1419 font-weight: bold; 1419 font-weight: bold;
1420 height: 30px; 1420 height: 30px;
1421 } 1421 }
1422 #journal .journal_icon{ 1422 #journal .journal_icon{
1423 clear: both;
1423 float: left; 1424 float: left;
1424 padding-top: 4px; 1425 padding-left: 36px;
1425 padding-left:12px;
1426 padding-right: 4px; 1426 padding-right: 4px;
1427 clear: both; 1427 padding-top: 3px;
1428 } 1428 }
1429 #journal .journal_action{ 1429 #journal .journal_action{
1430 padding-top:4px; 1430 padding-top:4px;
1431 min-height:2px; 1431 min-height:2px;
1432 float:left 1432 float:left
1434 #journal .journal_repo{ 1434 #journal .journal_repo{
1435 float: left; 1435 float: left;
1436 margin-left: 6px; 1436 margin-left: 6px;
1437 padding-top: 3px; 1437 padding-top: 3px;
1438 } 1438 }
1439 1439 #journal .date{
1440 clear: both;
1441 color: #777777;
1442 font-size: 11px;
1443 padding-left: 56px;
1444 }
1440 #journal .journal_repo .journal_repo_name{ 1445 #journal .journal_repo .journal_repo_name{
1441 font-weight: bold; 1446 font-weight: bold;
1442 font-size: 1.1em; 1447 font-size: 1.1em;
1443 } 1448 }
1444 #journal .compare_view{ 1449 #journal .compare_view{