comparison rhodecode/public/css/diff.css @ 815:a41bb4005608 beta

small css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 07 Dec 2010 02:54:54 +0100
parents 6d0474c7e645
children d2de0c2f02cd
comparison
equal deleted inserted replaced
814:65332500612d 815:a41bb4005608
60 text-decoration:none; 60 text-decoration:none;
61 } 61 }
62 62
63 .code-difftable .lineno{ 63 .code-difftable .lineno{
64 background:none repeat scroll 0 0 #EEEEEE !important; 64 background:none repeat scroll 0 0 #EEEEEE !important;
65 border-right:1px solid #DDDDDD;
66 padding-left:2px; 65 padding-left:2px;
67 padding-right:2px; 66 padding-right:2px;
68 text-align:right; 67 text-align:right;
69 width:30px; 68 width:30px;
70 -moz-user-select:none; 69 -moz-user-select:none;
71 -webkit-user-select: none; 70 -webkit-user-select: none;
71 }
72 .code-difftable .new {
73 border-right: 1px solid #CCC !important;
74 }
75 .code-difftable .old {
76 border-right: 1px solid #CCC !important;
72 } 77 }
73 .code-difftable .lineno pre{ 78 .code-difftable .lineno pre{
74 color:#747474 !important; 79 color:#747474 !important;
75 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; 80 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
76 letter-spacing:-1px; 81 letter-spacing:-1px;
77 text-align:right; 82 text-align:right;
78 width:20px; 83 width:20px;
79 } 84 }
80 .code-difftable .lineno a{ 85 .code-difftable .lineno a{
81 color:#0000CC !important; 86 font-weight: 700;
87 cursor: pointer;
82 } 88 }
83 .code-difftable .code td{ 89 .code-difftable .code td{
84 margin:0; 90 margin:0;
85 padding: 0; 91 padding: 0;
86 } 92 }