comparison rhodecode/public/css/style.css @ 3421:21c96f652470 beta

css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Mar 2013 18:04:44 +0100
parents efc00d363d1e
children b5ce72167906
comparison
equal deleted inserted replaced
3420:a6bef3e8a361 3421:21c96f652470
4638 /***************************************************************************** 4638 /*****************************************************************************
4639 DIFFS CSS 4639 DIFFS CSS
4640 ******************************************************************************/ 4640 ******************************************************************************/
4641 .diff-collapse{ 4641 .diff-collapse{
4642 text-align: center; 4642 text-align: center;
4643 margin-bottom: -15px;
4643 } 4644 }
4644 .diff-collapse-button{ 4645 .diff-collapse-button{
4645 cursor: pointer; 4646 cursor: pointer;
4646 color: #666; 4647 color: #666;
4647 font-size: 16px; 4648 font-size: 16px;
4648 } 4649 }
4649 .diff-container { 4650 .diff-container {
4650 margin-bottom: -15px; 4651
4651 } 4652 }
4652 4653
4653 .diff-container.hidden{ 4654 .diff-container.hidden{
4654 display: none; 4655 display: none;
4655 overflow: hidden; 4656 overflow: hidden;
4742 color:#000000; 4743 color:#000000;
4743 } 4744 }
4744 table.code-difftable { 4745 table.code-difftable {
4745 border-collapse: collapse; 4746 border-collapse: collapse;
4746 width: 99%; 4747 width: 99%;
4748 border-radius: 0px !important;
4747 } 4749 }
4748 table.code-difftable td { 4750 table.code-difftable td {
4749 padding: 0 !important; 4751 padding: 0 !important;
4750 background: none !important; 4752 background: none !important;
4751 border:0 !important; 4753 border:0 !important;
4752 vertical-align: none !important; 4754 vertical-align: none !important;
4755
4753 } 4756 }
4754 table.code-difftable .context { 4757 table.code-difftable .context {
4755 background:none repeat scroll 0 0 #DDE7EF; 4758 background:none repeat scroll 0 0 #DDE7EF;
4756 } 4759 }
4757 table.code-difftable .add { 4760 table.code-difftable .add {