##// END OF EJS Templates
small css fixes
marcink -
r815:a41bb400 beta
parent child Browse files
Show More
@@ -1,113 +1,119
1 div.diffblock {
1 div.diffblock {
2 overflow: auto;
2 overflow: auto;
3 padding: 0px;
3 padding: 0px;
4 border: 1px solid #ccc;
4 border: 1px solid #ccc;
5 background: #f8f8f8;
5 background: #f8f8f8;
6 font-size: 100%;
6 font-size: 100%;
7 line-height: 100%;
7 line-height: 100%;
8 /* new */
8 /* new */
9 line-height: 125%;
9 line-height: 125%;
10 }
10 }
11 div.diffblock .code-header{
11 div.diffblock .code-header{
12 border-bottom: 1px solid #CCCCCC;
12 border-bottom: 1px solid #CCCCCC;
13 background: #EEEEEE;
13 background: #EEEEEE;
14 padding:10px 0 10px 0;
14 padding:10px 0 10px 0;
15 }
15 }
16 div.diffblock .code-header div{
16 div.diffblock .code-header div{
17 margin-left:25px;
17 margin-left:25px;
18 font-weight: bold;
18 font-weight: bold;
19 }
19 }
20 div.diffblock .code-body{
20 div.diffblock .code-body{
21 background: #FFFFFF;
21 background: #FFFFFF;
22 }
22 }
23 div.diffblock pre.raw{
23 div.diffblock pre.raw{
24 background: #FFFFFF;
24 background: #FFFFFF;
25 color:#000000;
25 color:#000000;
26 }
26 }
27
27
28 table.code-difftable{
28 table.code-difftable{
29 border-collapse: collapse;
29 border-collapse: collapse;
30 width: 99%;
30 width: 99%;
31 }
31 }
32 table.code-difftable td:target *{
32 table.code-difftable td:target *{
33 background: repeat scroll 0 0 #FFFFBE !important;
33 background: repeat scroll 0 0 #FFFFBE !important;
34 text-decoration: underline;
34 text-decoration: underline;
35 }
35 }
36
36
37 table.code-difftable td {
37 table.code-difftable td {
38 padding: 0 !important;
38 padding: 0 !important;
39 background: none !important;
39 background: none !important;
40 border:0 !important;
40 border:0 !important;
41 }
41 }
42
42
43
43
44 .code-difftable .context{
44 .code-difftable .context{
45 background:none repeat scroll 0 0 #DDE7EF;
45 background:none repeat scroll 0 0 #DDE7EF;
46 }
46 }
47 .code-difftable .add{
47 .code-difftable .add{
48 background:none repeat scroll 0 0 #DDFFDD;
48 background:none repeat scroll 0 0 #DDFFDD;
49 }
49 }
50 .code-difftable .add ins{
50 .code-difftable .add ins{
51 background:none repeat scroll 0 0 #AAFFAA;
51 background:none repeat scroll 0 0 #AAFFAA;
52 text-decoration:none;
52 text-decoration:none;
53 }
53 }
54
54
55 .code-difftable .del{
55 .code-difftable .del{
56 background:none repeat scroll 0 0 #FFDDDD;
56 background:none repeat scroll 0 0 #FFDDDD;
57 }
57 }
58 .code-difftable .del del{
58 .code-difftable .del del{
59 background:none repeat scroll 0 0 #FFAAAA;
59 background:none repeat scroll 0 0 #FFAAAA;
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;
72 }
71 }
72 .code-difftable .new {
73 border-right: 1px solid #CCC !important;
74 }
75 .code-difftable .old {
76 border-right: 1px solid #CCC !important;
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 }
87 .code-difftable .code pre{
93 .code-difftable .code pre{
88 margin:0;
94 margin:0;
89 padding:0;
95 padding:0;
90 }
96 }
91
97
92 .code {
98 .code {
93 display: block;
99 display: block;
94 width: 100%;
100 width: 100%;
95 }
101 }
96 .code-diff {
102 .code-diff {
97 padding: 0px;
103 padding: 0px;
98 margin-top: 5px;
104 margin-top: 5px;
99 margin-bottom: 5px;
105 margin-bottom: 5px;
100 border-left: 2px solid #ccc;
106 border-left: 2px solid #ccc;
101 }
107 }
102 .code-diff pre, .line pre {
108 .code-diff pre, .line pre {
103 padding: 3px;
109 padding: 3px;
104 margin: 0;
110 margin: 0;
105 }
111 }
106 .lineno a {
112 .lineno a {
107 text-decoration: none;
113 text-decoration: none;
108 }
114 }
109
115
110 .line{
116 .line{
111 padding:0;
117 padding:0;
112 margin:0;
118 margin:0;
113 } No newline at end of file
119 }
General Comments 0
You need to be logged in to leave comments. Login now