##// END OF EJS Templates
graph: fix counting of "heads" for graph, condense graph into more narrow lines instead of trying to increase its width (past certain width produces really bad html layout)
Aras Pranckevicius -
r2924:fcbcef60 beta
parent child Browse files
Show More
@@ -1,4675 +1,4675 b''
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
2 {
2 {
3 border: 0;
3 border: 0;
4 outline: 0;
4 outline: 0;
5 font-size: 100%;
5 font-size: 100%;
6 vertical-align: baseline;
6 vertical-align: baseline;
7 background: transparent;
7 background: transparent;
8 margin: 0;
8 margin: 0;
9 padding: 0;
9 padding: 0;
10 }
10 }
11
11
12 body {
12 body {
13 line-height: 1;
13 line-height: 1;
14 height: 100%;
14 height: 100%;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
18 color: #000;
18 color: #000;
19 margin: 0;
19 margin: 0;
20 padding: 0;
20 padding: 0;
21 font-size: 12px;
21 font-size: 12px;
22 }
22 }
23
23
24 ol,ul {
24 ol,ul {
25 list-style: none;
25 list-style: none;
26 }
26 }
27
27
28 blockquote,q {
28 blockquote,q {
29 quotes: none;
29 quotes: none;
30 }
30 }
31
31
32 blockquote:before,blockquote:after,q:before,q:after {
32 blockquote:before,blockquote:after,q:before,q:after {
33 content: none;
33 content: none;
34 }
34 }
35
35
36 :focus {
36 :focus {
37 outline: 0;
37 outline: 0;
38 }
38 }
39
39
40 del {
40 del {
41 text-decoration: line-through;
41 text-decoration: line-through;
42 }
42 }
43
43
44 table {
44 table {
45 border-collapse: collapse;
45 border-collapse: collapse;
46 border-spacing: 0;
46 border-spacing: 0;
47 }
47 }
48
48
49 html {
49 html {
50 height: 100%;
50 height: 100%;
51 }
51 }
52
52
53 a {
53 a {
54 color: #003367;
54 color: #003367;
55 text-decoration: none;
55 text-decoration: none;
56 cursor: pointer;
56 cursor: pointer;
57 }
57 }
58
58
59 a:hover {
59 a:hover {
60 color: #316293;
60 color: #316293;
61 text-decoration: underline;
61 text-decoration: underline;
62 }
62 }
63
63
64 h1,h2,h3,h4,h5,h6 {
64 h1,h2,h3,h4,h5,h6 {
65 color: #292929;
65 color: #292929;
66 font-weight: 700;
66 font-weight: 700;
67 }
67 }
68
68
69 h1 {
69 h1 {
70 font-size: 22px;
70 font-size: 22px;
71 }
71 }
72
72
73 h2 {
73 h2 {
74 font-size: 20px;
74 font-size: 20px;
75 }
75 }
76
76
77 h3 {
77 h3 {
78 font-size: 18px;
78 font-size: 18px;
79 }
79 }
80
80
81 h4 {
81 h4 {
82 font-size: 16px;
82 font-size: 16px;
83 }
83 }
84
84
85 h5 {
85 h5 {
86 font-size: 14px;
86 font-size: 14px;
87 }
87 }
88
88
89 h6 {
89 h6 {
90 font-size: 11px;
90 font-size: 11px;
91 }
91 }
92
92
93 ul.circle {
93 ul.circle {
94 list-style-type: circle;
94 list-style-type: circle;
95 }
95 }
96
96
97 ul.disc {
97 ul.disc {
98 list-style-type: disc;
98 list-style-type: disc;
99 }
99 }
100
100
101 ul.square {
101 ul.square {
102 list-style-type: square;
102 list-style-type: square;
103 }
103 }
104
104
105 ol.lower-roman {
105 ol.lower-roman {
106 list-style-type: lower-roman;
106 list-style-type: lower-roman;
107 }
107 }
108
108
109 ol.upper-roman {
109 ol.upper-roman {
110 list-style-type: upper-roman;
110 list-style-type: upper-roman;
111 }
111 }
112
112
113 ol.lower-alpha {
113 ol.lower-alpha {
114 list-style-type: lower-alpha;
114 list-style-type: lower-alpha;
115 }
115 }
116
116
117 ol.upper-alpha {
117 ol.upper-alpha {
118 list-style-type: upper-alpha;
118 list-style-type: upper-alpha;
119 }
119 }
120
120
121 ol.decimal {
121 ol.decimal {
122 list-style-type: decimal;
122 list-style-type: decimal;
123 }
123 }
124
124
125 div.color {
125 div.color {
126 clear: both;
126 clear: both;
127 overflow: hidden;
127 overflow: hidden;
128 position: absolute;
128 position: absolute;
129 background: #FFF;
129 background: #FFF;
130 margin: 7px 0 0 60px;
130 margin: 7px 0 0 60px;
131 padding: 1px 1px 1px 0;
131 padding: 1px 1px 1px 0;
132 }
132 }
133
133
134 div.color a {
134 div.color a {
135 width: 15px;
135 width: 15px;
136 height: 15px;
136 height: 15px;
137 display: block;
137 display: block;
138 float: left;
138 float: left;
139 margin: 0 0 0 1px;
139 margin: 0 0 0 1px;
140 padding: 0;
140 padding: 0;
141 }
141 }
142
142
143 div.options {
143 div.options {
144 clear: both;
144 clear: both;
145 overflow: hidden;
145 overflow: hidden;
146 position: absolute;
146 position: absolute;
147 background: #FFF;
147 background: #FFF;
148 margin: 7px 0 0 162px;
148 margin: 7px 0 0 162px;
149 padding: 0;
149 padding: 0;
150 }
150 }
151
151
152 div.options a {
152 div.options a {
153 height: 1%;
153 height: 1%;
154 display: block;
154 display: block;
155 text-decoration: none;
155 text-decoration: none;
156 margin: 0;
156 margin: 0;
157 padding: 3px 8px;
157 padding: 3px 8px;
158 }
158 }
159
159
160 .top-left-rounded-corner {
160 .top-left-rounded-corner {
161 -webkit-border-top-left-radius: 8px;
161 -webkit-border-top-left-radius: 8px;
162 -khtml-border-radius-topleft: 8px;
162 -khtml-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
164 border-top-left-radius: 8px;
164 border-top-left-radius: 8px;
165 }
165 }
166
166
167 .top-right-rounded-corner {
167 .top-right-rounded-corner {
168 -webkit-border-top-right-radius: 8px;
168 -webkit-border-top-right-radius: 8px;
169 -khtml-border-radius-topright: 8px;
169 -khtml-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
171 border-top-right-radius: 8px;
171 border-top-right-radius: 8px;
172 }
172 }
173
173
174 .bottom-left-rounded-corner {
174 .bottom-left-rounded-corner {
175 -webkit-border-bottom-left-radius: 8px;
175 -webkit-border-bottom-left-radius: 8px;
176 -khtml-border-radius-bottomleft: 8px;
176 -khtml-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
178 border-bottom-left-radius: 8px;
178 border-bottom-left-radius: 8px;
179 }
179 }
180
180
181 .bottom-right-rounded-corner {
181 .bottom-right-rounded-corner {
182 -webkit-border-bottom-right-radius: 8px;
182 -webkit-border-bottom-right-radius: 8px;
183 -khtml-border-radius-bottomright: 8px;
183 -khtml-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
185 border-bottom-right-radius: 8px;
185 border-bottom-right-radius: 8px;
186 }
186 }
187
187
188 .top-left-rounded-corner-mid {
188 .top-left-rounded-corner-mid {
189 -webkit-border-top-left-radius: 4px;
189 -webkit-border-top-left-radius: 4px;
190 -khtml-border-radius-topleft: 4px;
190 -khtml-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
192 border-top-left-radius: 4px;
192 border-top-left-radius: 4px;
193 }
193 }
194
194
195 .top-right-rounded-corner-mid {
195 .top-right-rounded-corner-mid {
196 -webkit-border-top-right-radius: 4px;
196 -webkit-border-top-right-radius: 4px;
197 -khtml-border-radius-topright: 4px;
197 -khtml-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
199 border-top-right-radius: 4px;
199 border-top-right-radius: 4px;
200 }
200 }
201
201
202 .bottom-left-rounded-corner-mid {
202 .bottom-left-rounded-corner-mid {
203 -webkit-border-bottom-left-radius: 4px;
203 -webkit-border-bottom-left-radius: 4px;
204 -khtml-border-radius-bottomleft: 4px;
204 -khtml-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
206 border-bottom-left-radius: 4px;
206 border-bottom-left-radius: 4px;
207 }
207 }
208
208
209 .bottom-right-rounded-corner-mid {
209 .bottom-right-rounded-corner-mid {
210 -webkit-border-bottom-right-radius: 4px;
210 -webkit-border-bottom-right-radius: 4px;
211 -khtml-border-radius-bottomright: 4px;
211 -khtml-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
213 border-bottom-right-radius: 4px;
213 border-bottom-right-radius: 4px;
214 }
214 }
215
215
216 .help-block {
216 .help-block {
217 color: #999999;
217 color: #999999;
218 display: block;
218 display: block;
219 margin-bottom: 0;
219 margin-bottom: 0;
220 margin-top: 5px;
220 margin-top: 5px;
221 }
221 }
222
222
223 .empty_data{
223 .empty_data{
224 color:#B9B9B9;
224 color:#B9B9B9;
225 }
225 }
226
226
227 a.permalink{
227 a.permalink{
228 visibility: hidden;
228 visibility: hidden;
229 }
229 }
230
230
231 a.permalink:hover{
231 a.permalink:hover{
232 text-decoration: none;
232 text-decoration: none;
233 }
233 }
234
234
235 h1:hover > a.permalink,
235 h1:hover > a.permalink,
236 h2:hover > a.permalink,
236 h2:hover > a.permalink,
237 h3:hover > a.permalink,
237 h3:hover > a.permalink,
238 h4:hover > a.permalink,
238 h4:hover > a.permalink,
239 h5:hover > a.permalink,
239 h5:hover > a.permalink,
240 h6:hover > a.permalink,
240 h6:hover > a.permalink,
241 div:hover > a.permalink {
241 div:hover > a.permalink {
242 visibility: visible;
242 visibility: visible;
243 }
243 }
244
244
245 #header {
245 #header {
246 margin: 0;
246 margin: 0;
247 padding: 0 10px;
247 padding: 0 10px;
248 }
248 }
249
249
250 #header ul#logged-user {
250 #header ul#logged-user {
251 margin-bottom: 5px !important;
251 margin-bottom: 5px !important;
252 -webkit-border-radius: 0px 0px 8px 8px;
252 -webkit-border-radius: 0px 0px 8px 8px;
253 -khtml-border-radius: 0px 0px 8px 8px;
253 -khtml-border-radius: 0px 0px 8px 8px;
254 -moz-border-radius: 0px 0px 8px 8px;
254 -moz-border-radius: 0px 0px 8px 8px;
255 border-radius: 0px 0px 8px 8px;
255 border-radius: 0px 0px 8px 8px;
256 height: 37px;
256 height: 37px;
257 background-color: #003B76;
257 background-color: #003B76;
258 background-repeat: repeat-x;
258 background-repeat: repeat-x;
259 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
259 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
260 background-image: -moz-linear-gradient(top, #003b76, #00376e);
260 background-image: -moz-linear-gradient(top, #003b76, #00376e);
261 background-image: -ms-linear-gradient(top, #003b76, #00376e);
261 background-image: -ms-linear-gradient(top, #003b76, #00376e);
262 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
262 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
263 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
263 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
264 background-image: -o-linear-gradient(top, #003b76, #00376e);
264 background-image: -o-linear-gradient(top, #003b76, #00376e);
265 background-image: linear-gradient(top, #003b76, #00376e);
265 background-image: linear-gradient(top, #003b76, #00376e);
266 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
266 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
267 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
267 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
268 }
268 }
269
269
270 #header ul#logged-user li {
270 #header ul#logged-user li {
271 list-style: none;
271 list-style: none;
272 float: left;
272 float: left;
273 margin: 8px 0 0;
273 margin: 8px 0 0;
274 padding: 4px 12px;
274 padding: 4px 12px;
275 border-left: 1px solid #316293;
275 border-left: 1px solid #316293;
276 }
276 }
277
277
278 #header ul#logged-user li.first {
278 #header ul#logged-user li.first {
279 border-left: none;
279 border-left: none;
280 margin: 4px;
280 margin: 4px;
281 }
281 }
282
282
283 #header ul#logged-user li.first div.gravatar {
283 #header ul#logged-user li.first div.gravatar {
284 margin-top: -2px;
284 margin-top: -2px;
285 }
285 }
286
286
287 #header ul#logged-user li.first div.account {
287 #header ul#logged-user li.first div.account {
288 padding-top: 4px;
288 padding-top: 4px;
289 float: left;
289 float: left;
290 }
290 }
291
291
292 #header ul#logged-user li.last {
292 #header ul#logged-user li.last {
293 border-right: none;
293 border-right: none;
294 }
294 }
295
295
296 #header ul#logged-user li a {
296 #header ul#logged-user li a {
297 color: #fff;
297 color: #fff;
298 font-weight: 700;
298 font-weight: 700;
299 text-decoration: none;
299 text-decoration: none;
300 }
300 }
301
301
302 #header ul#logged-user li a:hover {
302 #header ul#logged-user li a:hover {
303 text-decoration: underline;
303 text-decoration: underline;
304 }
304 }
305
305
306 #header ul#logged-user li.highlight a {
306 #header ul#logged-user li.highlight a {
307 color: #fff;
307 color: #fff;
308 }
308 }
309
309
310 #header ul#logged-user li.highlight a:hover {
310 #header ul#logged-user li.highlight a:hover {
311 color: #FFF;
311 color: #FFF;
312 }
312 }
313
313
314 #header #header-inner {
314 #header #header-inner {
315 min-height: 44px;
315 min-height: 44px;
316 clear: both;
316 clear: both;
317 position: relative;
317 position: relative;
318 background-color: #003B76;
318 background-color: #003B76;
319 background-repeat: repeat-x;
319 background-repeat: repeat-x;
320 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
320 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
321 background-image: -moz-linear-gradient(top, #003b76, #00376e);
321 background-image: -moz-linear-gradient(top, #003b76, #00376e);
322 background-image: -ms-linear-gradient(top, #003b76, #00376e);
322 background-image: -ms-linear-gradient(top, #003b76, #00376e);
323 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
323 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
324 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
324 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
325 background-image: -o-linear-gradient(top, #003b76, #00376e);
325 background-image: -o-linear-gradient(top, #003b76, #00376e);
326 background-image: linear-gradient(top, #003b76, #00376e);
326 background-image: linear-gradient(top, #003b76, #00376e);
327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
328 margin: 0;
328 margin: 0;
329 padding: 0;
329 padding: 0;
330 display: block;
330 display: block;
331 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
331 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
332 -webkit-border-radius: 4px 4px 4px 4px;
332 -webkit-border-radius: 4px 4px 4px 4px;
333 -khtml-border-radius: 4px 4px 4px 4px;
333 -khtml-border-radius: 4px 4px 4px 4px;
334 -moz-border-radius: 4px 4px 4px 4px;
334 -moz-border-radius: 4px 4px 4px 4px;
335 border-radius: 4px 4px 4px 4px;
335 border-radius: 4px 4px 4px 4px;
336 }
336 }
337 #header #header-inner.hover{
337 #header #header-inner.hover{
338 position: fixed !important;
338 position: fixed !important;
339 width: 100% !important;
339 width: 100% !important;
340 margin-left: -10px !important;
340 margin-left: -10px !important;
341 z-index: 10000;
341 z-index: 10000;
342 -webkit-border-radius: 0px 0px 0px 0px;
342 -webkit-border-radius: 0px 0px 0px 0px;
343 -khtml-border-radius: 0px 0px 0px 0px;
343 -khtml-border-radius: 0px 0px 0px 0px;
344 -moz-border-radius: 0px 0px 0px 0px;
344 -moz-border-radius: 0px 0px 0px 0px;
345 border-radius: 0px 0px 0px 0px;
345 border-radius: 0px 0px 0px 0px;
346 }
346 }
347
347
348 .ie7 #header #header-inner.hover,
348 .ie7 #header #header-inner.hover,
349 .ie8 #header #header-inner.hover,
349 .ie8 #header #header-inner.hover,
350 .ie9 #header #header-inner.hover
350 .ie9 #header #header-inner.hover
351 {
351 {
352 z-index: auto !important;
352 z-index: auto !important;
353 }
353 }
354
354
355 .header-pos-fix{
355 .header-pos-fix{
356 margin-top: -44px;
356 margin-top: -44px;
357 padding-top: 44px;
357 padding-top: 44px;
358 }
358 }
359
359
360 #header #header-inner #home a {
360 #header #header-inner #home a {
361 height: 40px;
361 height: 40px;
362 width: 46px;
362 width: 46px;
363 display: block;
363 display: block;
364 background: url("../images/button_home.png");
364 background: url("../images/button_home.png");
365 background-position: 0 0;
365 background-position: 0 0;
366 margin: 0;
366 margin: 0;
367 padding: 0;
367 padding: 0;
368 }
368 }
369
369
370 #header #header-inner #home a:hover {
370 #header #header-inner #home a:hover {
371 background-position: 0 -40px;
371 background-position: 0 -40px;
372 }
372 }
373
373
374 #header #header-inner #logo {
374 #header #header-inner #logo {
375 float: left;
375 float: left;
376 position: absolute;
376 position: absolute;
377 }
377 }
378
378
379 #header #header-inner #logo h1 {
379 #header #header-inner #logo h1 {
380 color: #FFF;
380 color: #FFF;
381 font-size: 20px;
381 font-size: 20px;
382 margin: 12px 0 0 13px;
382 margin: 12px 0 0 13px;
383 padding: 0;
383 padding: 0;
384 }
384 }
385
385
386 #header #header-inner #logo a {
386 #header #header-inner #logo a {
387 color: #fff;
387 color: #fff;
388 text-decoration: none;
388 text-decoration: none;
389 }
389 }
390
390
391 #header #header-inner #logo a:hover {
391 #header #header-inner #logo a:hover {
392 color: #bfe3ff;
392 color: #bfe3ff;
393 }
393 }
394
394
395 #header #header-inner #quick,#header #header-inner #quick ul {
395 #header #header-inner #quick,#header #header-inner #quick ul {
396 position: relative;
396 position: relative;
397 float: right;
397 float: right;
398 list-style-type: none;
398 list-style-type: none;
399 list-style-position: outside;
399 list-style-position: outside;
400 margin: 8px 8px 0 0;
400 margin: 8px 8px 0 0;
401 padding: 0;
401 padding: 0;
402 }
402 }
403
403
404 #header #header-inner #quick li {
404 #header #header-inner #quick li {
405 position: relative;
405 position: relative;
406 float: left;
406 float: left;
407 margin: 0 5px 0 0;
407 margin: 0 5px 0 0;
408 padding: 0;
408 padding: 0;
409 }
409 }
410
410
411 #header #header-inner #quick li a.menu_link {
411 #header #header-inner #quick li a.menu_link {
412 top: 0;
412 top: 0;
413 left: 0;
413 left: 0;
414 height: 1%;
414 height: 1%;
415 display: block;
415 display: block;
416 clear: both;
416 clear: both;
417 overflow: hidden;
417 overflow: hidden;
418 color: #FFF;
418 color: #FFF;
419 font-weight: 700;
419 font-weight: 700;
420 text-decoration: none;
420 text-decoration: none;
421 background: #369;
421 background: #369;
422 padding: 0;
422 padding: 0;
423 -webkit-border-radius: 4px 4px 4px 4px;
423 -webkit-border-radius: 4px 4px 4px 4px;
424 -khtml-border-radius: 4px 4px 4px 4px;
424 -khtml-border-radius: 4px 4px 4px 4px;
425 -moz-border-radius: 4px 4px 4px 4px;
425 -moz-border-radius: 4px 4px 4px 4px;
426 border-radius: 4px 4px 4px 4px;
426 border-radius: 4px 4px 4px 4px;
427 }
427 }
428
428
429 #header #header-inner #quick li span.short {
429 #header #header-inner #quick li span.short {
430 padding: 9px 6px 8px 6px;
430 padding: 9px 6px 8px 6px;
431 }
431 }
432
432
433 #header #header-inner #quick li span {
433 #header #header-inner #quick li span {
434 top: 0;
434 top: 0;
435 right: 0;
435 right: 0;
436 height: 1%;
436 height: 1%;
437 display: block;
437 display: block;
438 float: left;
438 float: left;
439 border-left: 1px solid #3f6f9f;
439 border-left: 1px solid #3f6f9f;
440 margin: 0;
440 margin: 0;
441 padding: 10px 12px 8px 10px;
441 padding: 10px 12px 8px 10px;
442 }
442 }
443
443
444 #header #header-inner #quick li span.normal {
444 #header #header-inner #quick li span.normal {
445 border: none;
445 border: none;
446 padding: 10px 12px 8px;
446 padding: 10px 12px 8px;
447 }
447 }
448
448
449 #header #header-inner #quick li span.icon {
449 #header #header-inner #quick li span.icon {
450 top: 0;
450 top: 0;
451 left: 0;
451 left: 0;
452 border-left: none;
452 border-left: none;
453 border-right: 1px solid #2e5c89;
453 border-right: 1px solid #2e5c89;
454 padding: 8px 6px 4px;
454 padding: 8px 6px 4px;
455 }
455 }
456
456
457 #header #header-inner #quick li span.icon_short {
457 #header #header-inner #quick li span.icon_short {
458 top: 0;
458 top: 0;
459 left: 0;
459 left: 0;
460 border-left: none;
460 border-left: none;
461 border-right: 1px solid #2e5c89;
461 border-right: 1px solid #2e5c89;
462 padding: 8px 6px 4px;
462 padding: 8px 6px 4px;
463 }
463 }
464
464
465 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
465 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
466 {
466 {
467 margin: 0px -2px 0px 0px;
467 margin: 0px -2px 0px 0px;
468 }
468 }
469
469
470 #header #header-inner #quick li a:hover {
470 #header #header-inner #quick li a:hover {
471 background: #4e4e4e no-repeat top left;
471 background: #4e4e4e no-repeat top left;
472 }
472 }
473
473
474 #header #header-inner #quick li a:hover span {
474 #header #header-inner #quick li a:hover span {
475 border-left: 1px solid #545454;
475 border-left: 1px solid #545454;
476 }
476 }
477
477
478 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
478 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
479 {
479 {
480 border-left: none;
480 border-left: none;
481 border-right: 1px solid #464646;
481 border-right: 1px solid #464646;
482 }
482 }
483
483
484 #header #header-inner #quick ul {
484 #header #header-inner #quick ul {
485 top: 29px;
485 top: 29px;
486 right: 0;
486 right: 0;
487 min-width: 200px;
487 min-width: 200px;
488 display: none;
488 display: none;
489 position: absolute;
489 position: absolute;
490 background: #FFF;
490 background: #FFF;
491 border: 1px solid #666;
491 border: 1px solid #666;
492 border-top: 1px solid #003367;
492 border-top: 1px solid #003367;
493 z-index: 100;
493 z-index: 100;
494 margin: 0px 0px 0px 0px;
494 margin: 0px 0px 0px 0px;
495 padding: 0;
495 padding: 0;
496 }
496 }
497
497
498 #header #header-inner #quick ul.repo_switcher {
498 #header #header-inner #quick ul.repo_switcher {
499 max-height: 275px;
499 max-height: 275px;
500 overflow-x: hidden;
500 overflow-x: hidden;
501 overflow-y: auto;
501 overflow-y: auto;
502 }
502 }
503
503
504 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
504 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
505 float: none;
505 float: none;
506 margin: 0;
506 margin: 0;
507 border-bottom: 2px solid #003367;
507 border-bottom: 2px solid #003367;
508 }
508 }
509
509
510 #header #header-inner #quick .repo_switcher_type {
510 #header #header-inner #quick .repo_switcher_type {
511 position: absolute;
511 position: absolute;
512 left: 0;
512 left: 0;
513 top: 9px;
513 top: 9px;
514 }
514 }
515
515
516 #header #header-inner #quick li ul li {
516 #header #header-inner #quick li ul li {
517 border-bottom: 1px solid #ddd;
517 border-bottom: 1px solid #ddd;
518 }
518 }
519
519
520 #header #header-inner #quick li ul li a {
520 #header #header-inner #quick li ul li a {
521 width: 182px;
521 width: 182px;
522 height: auto;
522 height: auto;
523 display: block;
523 display: block;
524 float: left;
524 float: left;
525 background: #FFF;
525 background: #FFF;
526 color: #003367;
526 color: #003367;
527 font-weight: 400;
527 font-weight: 400;
528 margin: 0;
528 margin: 0;
529 padding: 7px 9px;
529 padding: 7px 9px;
530 }
530 }
531
531
532 #header #header-inner #quick li ul li a:hover {
532 #header #header-inner #quick li ul li a:hover {
533 color: #000;
533 color: #000;
534 background: #FFF;
534 background: #FFF;
535 }
535 }
536
536
537 #header #header-inner #quick ul ul {
537 #header #header-inner #quick ul ul {
538 top: auto;
538 top: auto;
539 }
539 }
540
540
541 #header #header-inner #quick li ul ul {
541 #header #header-inner #quick li ul ul {
542 right: 200px;
542 right: 200px;
543 max-height: 275px;
543 max-height: 275px;
544 overflow: auto;
544 overflow: auto;
545 overflow-x: hidden;
545 overflow-x: hidden;
546 white-space: normal;
546 white-space: normal;
547 }
547 }
548
548
549 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
549 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
550 {
550 {
551 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
551 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
552 #FFF;
552 #FFF;
553 width: 167px;
553 width: 167px;
554 margin: 0;
554 margin: 0;
555 padding: 12px 9px 7px 24px;
555 padding: 12px 9px 7px 24px;
556 }
556 }
557
557
558 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
558 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
559 {
559 {
560 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
560 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
561 #FFF;
561 #FFF;
562 min-width: 167px;
562 min-width: 167px;
563 margin: 0;
563 margin: 0;
564 padding: 12px 9px 7px 24px;
564 padding: 12px 9px 7px 24px;
565 }
565 }
566
566
567 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
567 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
568 {
568 {
569 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
569 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
570 9px #FFF;
570 9px #FFF;
571 min-width: 167px;
571 min-width: 167px;
572 margin: 0;
572 margin: 0;
573 padding: 12px 9px 7px 24px;
573 padding: 12px 9px 7px 24px;
574 }
574 }
575
575
576 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
576 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
577 {
577 {
578 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
578 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
579 #FFF;
579 #FFF;
580 min-width: 167px;
580 min-width: 167px;
581 margin: 0 0 0 14px;
581 margin: 0 0 0 14px;
582 padding: 12px 9px 7px 24px;
582 padding: 12px 9px 7px 24px;
583 }
583 }
584
584
585 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
585 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
586 {
586 {
587 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
587 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
588 #FFF;
588 #FFF;
589 min-width: 167px;
589 min-width: 167px;
590 margin: 0 0 0 14px;
590 margin: 0 0 0 14px;
591 padding: 12px 9px 7px 24px;
591 padding: 12px 9px 7px 24px;
592 }
592 }
593
593
594 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
594 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
595 {
595 {
596 background: url("../images/icons/database_edit.png") no-repeat scroll
596 background: url("../images/icons/database_edit.png") no-repeat scroll
597 4px 9px #FFF;
597 4px 9px #FFF;
598 width: 167px;
598 width: 167px;
599 margin: 0;
599 margin: 0;
600 padding: 12px 9px 7px 24px;
600 padding: 12px 9px 7px 24px;
601 }
601 }
602
602
603 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
603 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
604 {
604 {
605 background: url("../images/icons/database_link.png") no-repeat scroll
605 background: url("../images/icons/database_link.png") no-repeat scroll
606 4px 9px #FFF;
606 4px 9px #FFF;
607 width: 167px;
607 width: 167px;
608 margin: 0;
608 margin: 0;
609 padding: 12px 9px 7px 24px;
609 padding: 12px 9px 7px 24px;
610 }
610 }
611
611
612 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
612 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
613 {
613 {
614 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
614 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
615 width: 167px;
615 width: 167px;
616 margin: 0;
616 margin: 0;
617 padding: 12px 9px 7px 24px;
617 padding: 12px 9px 7px 24px;
618 }
618 }
619
619
620 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
620 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
621 {
621 {
622 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
622 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
623 width: 167px;
623 width: 167px;
624 margin: 0;
624 margin: 0;
625 padding: 12px 9px 7px 24px;
625 padding: 12px 9px 7px 24px;
626 }
626 }
627
627
628 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
628 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
629 {
629 {
630 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
630 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
631 width: 167px;
631 width: 167px;
632 margin: 0;
632 margin: 0;
633 padding: 12px 9px 7px 24px;
633 padding: 12px 9px 7px 24px;
634 }
634 }
635
635
636 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
636 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
637 {
637 {
638 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
638 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
639 width: 167px;
639 width: 167px;
640 margin: 0;
640 margin: 0;
641 padding: 12px 9px 7px 24px;
641 padding: 12px 9px 7px 24px;
642 }
642 }
643
643
644 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
644 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
645 {
645 {
646 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
646 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
647 width: 167px;
647 width: 167px;
648 margin: 0;
648 margin: 0;
649 padding: 12px 9px 7px 24px;
649 padding: 12px 9px 7px 24px;
650 }
650 }
651
651
652 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
652 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
653 {
653 {
654 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
654 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
655 9px;
655 9px;
656 width: 167px;
656 width: 167px;
657 margin: 0;
657 margin: 0;
658 padding: 12px 9px 7px 24px;
658 padding: 12px 9px 7px 24px;
659 }
659 }
660
660
661 #header #header-inner #quick li ul li a.locking_add,#header #header-inner #quick li ul li a.locking_add:hover
661 #header #header-inner #quick li ul li a.locking_add,#header #header-inner #quick li ul li a.locking_add:hover
662 {
662 {
663 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px
663 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px
664 9px;
664 9px;
665 width: 167px;
665 width: 167px;
666 margin: 0;
666 margin: 0;
667 padding: 12px 9px 7px 24px;
667 padding: 12px 9px 7px 24px;
668 }
668 }
669
669
670 #header #header-inner #quick li ul li a.locking_del,#header #header-inner #quick li ul li a.locking_del:hover
670 #header #header-inner #quick li ul li a.locking_del,#header #header-inner #quick li ul li a.locking_del:hover
671 {
671 {
672 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px
672 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px
673 9px;
673 9px;
674 width: 167px;
674 width: 167px;
675 margin: 0;
675 margin: 0;
676 padding: 12px 9px 7px 24px;
676 padding: 12px 9px 7px 24px;
677 }
677 }
678
678
679 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
679 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
680 {
680 {
681 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
681 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
682 9px;
682 9px;
683 width: 167px;
683 width: 167px;
684 margin: 0;
684 margin: 0;
685 padding: 12px 9px 7px 24px;
685 padding: 12px 9px 7px 24px;
686 }
686 }
687
687
688 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
688 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
689 {
689 {
690 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
690 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
691 width: 167px;
691 width: 167px;
692 margin: 0;
692 margin: 0;
693 padding: 12px 9px 7px 24px;
693 padding: 12px 9px 7px 24px;
694 }
694 }
695
695
696 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
696 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
697 {
697 {
698 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
698 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
699 width: 167px;
699 width: 167px;
700 margin: 0;
700 margin: 0;
701 padding: 12px 9px 7px 24px;
701 padding: 12px 9px 7px 24px;
702 }
702 }
703
703
704 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
704 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
705 {
705 {
706 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
706 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
707 9px;
707 9px;
708 width: 167px;
708 width: 167px;
709 margin: 0;
709 margin: 0;
710 padding: 12px 9px 7px 24px;
710 padding: 12px 9px 7px 24px;
711 }
711 }
712
712
713 #header #header-inner #quick li ul li a.tags,
713 #header #header-inner #quick li ul li a.tags,
714 #header #header-inner #quick li ul li a.tags:hover{
714 #header #header-inner #quick li ul li a.tags:hover{
715 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
715 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
716 width: 167px;
716 width: 167px;
717 margin: 0;
717 margin: 0;
718 padding: 12px 9px 7px 24px;
718 padding: 12px 9px 7px 24px;
719 }
719 }
720
720
721 #header #header-inner #quick li ul li a.bookmarks,
721 #header #header-inner #quick li ul li a.bookmarks,
722 #header #header-inner #quick li ul li a.bookmarks:hover{
722 #header #header-inner #quick li ul li a.bookmarks:hover{
723 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
723 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
724 width: 167px;
724 width: 167px;
725 margin: 0;
725 margin: 0;
726 padding: 12px 9px 7px 24px;
726 padding: 12px 9px 7px 24px;
727 }
727 }
728
728
729 #header #header-inner #quick li ul li a.admin,
729 #header #header-inner #quick li ul li a.admin,
730 #header #header-inner #quick li ul li a.admin:hover{
730 #header #header-inner #quick li ul li a.admin:hover{
731 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
731 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
732 width: 167px;
732 width: 167px;
733 margin: 0;
733 margin: 0;
734 padding: 12px 9px 7px 24px;
734 padding: 12px 9px 7px 24px;
735 }
735 }
736
736
737 .groups_breadcrumbs a {
737 .groups_breadcrumbs a {
738 color: #fff;
738 color: #fff;
739 }
739 }
740
740
741 .groups_breadcrumbs a:hover {
741 .groups_breadcrumbs a:hover {
742 color: #bfe3ff;
742 color: #bfe3ff;
743 text-decoration: none;
743 text-decoration: none;
744 }
744 }
745
745
746 td.quick_repo_menu {
746 td.quick_repo_menu {
747 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
747 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
748 cursor: pointer;
748 cursor: pointer;
749 width: 8px;
749 width: 8px;
750 border: 1px solid transparent;
750 border: 1px solid transparent;
751 }
751 }
752
752
753 td.quick_repo_menu.active {
753 td.quick_repo_menu.active {
754 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
754 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
755 border: 1px solid #003367;
755 border: 1px solid #003367;
756 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
756 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
757 cursor: pointer;
757 cursor: pointer;
758 }
758 }
759
759
760 td.quick_repo_menu .menu_items {
760 td.quick_repo_menu .menu_items {
761 margin-top: 10px;
761 margin-top: 10px;
762 margin-left:-6px;
762 margin-left:-6px;
763 width: 150px;
763 width: 150px;
764 position: absolute;
764 position: absolute;
765 background-color: #FFF;
765 background-color: #FFF;
766 background: none repeat scroll 0 0 #FFFFFF;
766 background: none repeat scroll 0 0 #FFFFFF;
767 border-color: #003367 #666666 #666666;
767 border-color: #003367 #666666 #666666;
768 border-right: 1px solid #666666;
768 border-right: 1px solid #666666;
769 border-style: solid;
769 border-style: solid;
770 border-width: 1px;
770 border-width: 1px;
771 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
771 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
772 border-top-style: none;
772 border-top-style: none;
773 }
773 }
774
774
775 td.quick_repo_menu .menu_items li {
775 td.quick_repo_menu .menu_items li {
776 padding: 0 !important;
776 padding: 0 !important;
777 }
777 }
778
778
779 td.quick_repo_menu .menu_items a {
779 td.quick_repo_menu .menu_items a {
780 display: block;
780 display: block;
781 padding: 4px 12px 4px 8px;
781 padding: 4px 12px 4px 8px;
782 }
782 }
783
783
784 td.quick_repo_menu .menu_items a:hover {
784 td.quick_repo_menu .menu_items a:hover {
785 background-color: #EEE;
785 background-color: #EEE;
786 text-decoration: none;
786 text-decoration: none;
787 }
787 }
788
788
789 td.quick_repo_menu .menu_items .icon img {
789 td.quick_repo_menu .menu_items .icon img {
790 margin-bottom: -2px;
790 margin-bottom: -2px;
791 }
791 }
792
792
793 td.quick_repo_menu .menu_items.hidden {
793 td.quick_repo_menu .menu_items.hidden {
794 display: none;
794 display: none;
795 }
795 }
796
796
797 .yui-dt-first th {
797 .yui-dt-first th {
798 text-align: left;
798 text-align: left;
799 }
799 }
800
800
801 /*
801 /*
802 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
802 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
803 Code licensed under the BSD License:
803 Code licensed under the BSD License:
804 http://developer.yahoo.com/yui/license.html
804 http://developer.yahoo.com/yui/license.html
805 version: 2.9.0
805 version: 2.9.0
806 */
806 */
807 .yui-skin-sam .yui-dt-mask {
807 .yui-skin-sam .yui-dt-mask {
808 position: absolute;
808 position: absolute;
809 z-index: 9500;
809 z-index: 9500;
810 }
810 }
811 .yui-dt-tmp {
811 .yui-dt-tmp {
812 position: absolute;
812 position: absolute;
813 left: -9000px;
813 left: -9000px;
814 }
814 }
815 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
815 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
816 .yui-dt-scrollable .yui-dt-hd {
816 .yui-dt-scrollable .yui-dt-hd {
817 overflow: hidden;
817 overflow: hidden;
818 position: relative;
818 position: relative;
819 }
819 }
820 .yui-dt-scrollable .yui-dt-bd thead tr,
820 .yui-dt-scrollable .yui-dt-bd thead tr,
821 .yui-dt-scrollable .yui-dt-bd thead th {
821 .yui-dt-scrollable .yui-dt-bd thead th {
822 position: absolute;
822 position: absolute;
823 left: -1500px;
823 left: -1500px;
824 }
824 }
825 .yui-dt-scrollable tbody { -moz-outline: 0 }
825 .yui-dt-scrollable tbody { -moz-outline: 0 }
826 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
826 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
827 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
827 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
828 .yui-dt-coltarget {
828 .yui-dt-coltarget {
829 position: absolute;
829 position: absolute;
830 z-index: 999;
830 z-index: 999;
831 }
831 }
832 .yui-dt-hd { zoom: 1 }
832 .yui-dt-hd { zoom: 1 }
833 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
833 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
834 .yui-dt-resizer {
834 .yui-dt-resizer {
835 position: absolute;
835 position: absolute;
836 right: 0;
836 right: 0;
837 bottom: 0;
837 bottom: 0;
838 height: 100%;
838 height: 100%;
839 cursor: e-resize;
839 cursor: e-resize;
840 cursor: col-resize;
840 cursor: col-resize;
841 background-color: #CCC;
841 background-color: #CCC;
842 opacity: 0;
842 opacity: 0;
843 filter: alpha(opacity=0);
843 filter: alpha(opacity=0);
844 }
844 }
845 .yui-dt-resizerproxy {
845 .yui-dt-resizerproxy {
846 visibility: hidden;
846 visibility: hidden;
847 position: absolute;
847 position: absolute;
848 z-index: 9000;
848 z-index: 9000;
849 background-color: #CCC;
849 background-color: #CCC;
850 opacity: 0;
850 opacity: 0;
851 filter: alpha(opacity=0);
851 filter: alpha(opacity=0);
852 }
852 }
853 th.yui-dt-hidden .yui-dt-liner,
853 th.yui-dt-hidden .yui-dt-liner,
854 td.yui-dt-hidden .yui-dt-liner,
854 td.yui-dt-hidden .yui-dt-liner,
855 th.yui-dt-hidden .yui-dt-resizer { display: none }
855 th.yui-dt-hidden .yui-dt-resizer { display: none }
856 .yui-dt-editor,
856 .yui-dt-editor,
857 .yui-dt-editor-shim {
857 .yui-dt-editor-shim {
858 position: absolute;
858 position: absolute;
859 z-index: 9000;
859 z-index: 9000;
860 }
860 }
861 .yui-skin-sam .yui-dt table {
861 .yui-skin-sam .yui-dt table {
862 margin: 0;
862 margin: 0;
863 padding: 0;
863 padding: 0;
864 font-family: arial;
864 font-family: arial;
865 font-size: inherit;
865 font-size: inherit;
866 border-collapse: separate;
866 border-collapse: separate;
867 *border-collapse: collapse;
867 *border-collapse: collapse;
868 border-spacing: 0;
868 border-spacing: 0;
869 border: 1px solid #7f7f7f;
869 border: 1px solid #7f7f7f;
870 }
870 }
871 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
871 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
872 .yui-skin-sam .yui-dt caption {
872 .yui-skin-sam .yui-dt caption {
873 color: #000;
873 color: #000;
874 font-size: 85%;
874 font-size: 85%;
875 font-weight: normal;
875 font-weight: normal;
876 font-style: italic;
876 font-style: italic;
877 line-height: 1;
877 line-height: 1;
878 padding: 1em 0;
878 padding: 1em 0;
879 text-align: center;
879 text-align: center;
880 }
880 }
881 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
881 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
882 .yui-skin-sam .yui-dt th,
882 .yui-skin-sam .yui-dt th,
883 .yui-skin-sam .yui-dt th a {
883 .yui-skin-sam .yui-dt th a {
884 font-weight: normal;
884 font-weight: normal;
885 text-decoration: none;
885 text-decoration: none;
886 color: #000;
886 color: #000;
887 vertical-align: bottom;
887 vertical-align: bottom;
888 }
888 }
889 .yui-skin-sam .yui-dt th {
889 .yui-skin-sam .yui-dt th {
890 margin: 0;
890 margin: 0;
891 padding: 0;
891 padding: 0;
892 border: 0;
892 border: 0;
893 border-right: 1px solid #cbcbcb;
893 border-right: 1px solid #cbcbcb;
894 }
894 }
895 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
895 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
896 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
896 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
897 .yui-skin-sam .yui-dt-liner {
897 .yui-skin-sam .yui-dt-liner {
898 margin: 0;
898 margin: 0;
899 padding: 0;
899 padding: 0;
900 }
900 }
901 .yui-skin-sam .yui-dt-coltarget {
901 .yui-skin-sam .yui-dt-coltarget {
902 width: 5px;
902 width: 5px;
903 background-color: red;
903 background-color: red;
904 }
904 }
905 .yui-skin-sam .yui-dt td {
905 .yui-skin-sam .yui-dt td {
906 margin: 0;
906 margin: 0;
907 padding: 0;
907 padding: 0;
908 border: 0;
908 border: 0;
909 border-right: 1px solid #cbcbcb;
909 border-right: 1px solid #cbcbcb;
910 text-align: left;
910 text-align: left;
911 }
911 }
912 .yui-skin-sam .yui-dt-list td { border-right: 0 }
912 .yui-skin-sam .yui-dt-list td { border-right: 0 }
913 .yui-skin-sam .yui-dt-resizer { width: 6px }
913 .yui-skin-sam .yui-dt-resizer { width: 6px }
914 .yui-skin-sam .yui-dt-mask {
914 .yui-skin-sam .yui-dt-mask {
915 background-color: #000;
915 background-color: #000;
916 opacity: .25;
916 opacity: .25;
917 filter: alpha(opacity=25);
917 filter: alpha(opacity=25);
918 }
918 }
919 .yui-skin-sam .yui-dt-message { background-color: #FFF }
919 .yui-skin-sam .yui-dt-message { background-color: #FFF }
920 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
920 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
921 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
921 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
922 border-left: 1px solid #7f7f7f;
922 border-left: 1px solid #7f7f7f;
923 border-top: 1px solid #7f7f7f;
923 border-top: 1px solid #7f7f7f;
924 border-right: 1px solid #7f7f7f;
924 border-right: 1px solid #7f7f7f;
925 }
925 }
926 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
926 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
927 border-left: 1px solid #7f7f7f;
927 border-left: 1px solid #7f7f7f;
928 border-bottom: 1px solid #7f7f7f;
928 border-bottom: 1px solid #7f7f7f;
929 border-right: 1px solid #7f7f7f;
929 border-right: 1px solid #7f7f7f;
930 background-color: #FFF;
930 background-color: #FFF;
931 }
931 }
932 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
932 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
933 .yui-skin-sam th.yui-dt-asc,
933 .yui-skin-sam th.yui-dt-asc,
934 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
934 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
935 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
935 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
936 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
936 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
937 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
937 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
938 tbody .yui-dt-editable { cursor: pointer }
938 tbody .yui-dt-editable { cursor: pointer }
939 .yui-dt-editor {
939 .yui-dt-editor {
940 text-align: left;
940 text-align: left;
941 background-color: #f2f2f2;
941 background-color: #f2f2f2;
942 border: 1px solid #808080;
942 border: 1px solid #808080;
943 padding: 6px;
943 padding: 6px;
944 }
944 }
945 .yui-dt-editor label {
945 .yui-dt-editor label {
946 padding-left: 4px;
946 padding-left: 4px;
947 padding-right: 6px;
947 padding-right: 6px;
948 }
948 }
949 .yui-dt-editor .yui-dt-button {
949 .yui-dt-editor .yui-dt-button {
950 padding-top: 6px;
950 padding-top: 6px;
951 text-align: right;
951 text-align: right;
952 }
952 }
953 .yui-dt-editor .yui-dt-button button {
953 .yui-dt-editor .yui-dt-button button {
954 background: url(../images/sprite.png) repeat-x 0 0;
954 background: url(../images/sprite.png) repeat-x 0 0;
955 border: 1px solid #999;
955 border: 1px solid #999;
956 width: 4em;
956 width: 4em;
957 height: 1.8em;
957 height: 1.8em;
958 margin-left: 6px;
958 margin-left: 6px;
959 }
959 }
960 .yui-dt-editor .yui-dt-button button.yui-dt-default {
960 .yui-dt-editor .yui-dt-button button.yui-dt-default {
961 background: url(../images/sprite.png) repeat-x 0 -1400px;
961 background: url(../images/sprite.png) repeat-x 0 -1400px;
962 background-color: #5584e0;
962 background-color: #5584e0;
963 border: 1px solid #304369;
963 border: 1px solid #304369;
964 color: #FFF;
964 color: #FFF;
965 }
965 }
966 .yui-dt-editor .yui-dt-button button:hover {
966 .yui-dt-editor .yui-dt-button button:hover {
967 background: url(../images/sprite.png) repeat-x 0 -1300px;
967 background: url(../images/sprite.png) repeat-x 0 -1300px;
968 color: #000;
968 color: #000;
969 }
969 }
970 .yui-dt-editor .yui-dt-button button:active {
970 .yui-dt-editor .yui-dt-button button:active {
971 background: url(../images/sprite.png) repeat-x 0 -1700px;
971 background: url(../images/sprite.png) repeat-x 0 -1700px;
972 color: #000;
972 color: #000;
973 }
973 }
974 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
974 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
975 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
975 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
976 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
976 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
977 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
977 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
978 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
978 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
979 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
979 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
980 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
980 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
981 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
981 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
982 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
982 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
983 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
983 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
984 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
984 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
985 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
985 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
986 .yui-skin-sam th.yui-dt-highlighted,
986 .yui-skin-sam th.yui-dt-highlighted,
987 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
987 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
988 .yui-skin-sam tr.yui-dt-highlighted,
988 .yui-skin-sam tr.yui-dt-highlighted,
989 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
989 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
990 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
990 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
991 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
991 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
992 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
992 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
993 cursor: pointer;
993 cursor: pointer;
994 background-color: #b2d2ff;
994 background-color: #b2d2ff;
995 }
995 }
996 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
996 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
997 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
997 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
998 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
998 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
999 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
999 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
1000 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
1000 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
1001 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
1001 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
1002 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
1002 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
1003 cursor: pointer;
1003 cursor: pointer;
1004 background-color: #b2d2ff;
1004 background-color: #b2d2ff;
1005 }
1005 }
1006 .yui-skin-sam th.yui-dt-selected,
1006 .yui-skin-sam th.yui-dt-selected,
1007 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
1007 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
1008 .yui-skin-sam tr.yui-dt-selected td,
1008 .yui-skin-sam tr.yui-dt-selected td,
1009 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
1009 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
1010 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
1010 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
1011 background-color: #426fd9;
1011 background-color: #426fd9;
1012 color: #FFF;
1012 color: #FFF;
1013 }
1013 }
1014 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
1014 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
1015 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
1015 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
1016 background-color: #446cd7;
1016 background-color: #446cd7;
1017 color: #FFF;
1017 color: #FFF;
1018 }
1018 }
1019 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
1019 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
1020 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
1020 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
1021 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
1021 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
1022 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
1022 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
1023 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
1023 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
1024 background-color: #426fd9;
1024 background-color: #426fd9;
1025 color: #FFF;
1025 color: #FFF;
1026 }
1026 }
1027 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
1027 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
1028 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
1028 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
1029 background-color: #446cd7;
1029 background-color: #446cd7;
1030 color: #FFF;
1030 color: #FFF;
1031 }
1031 }
1032 .yui-skin-sam .yui-dt-paginator {
1032 .yui-skin-sam .yui-dt-paginator {
1033 display: block;
1033 display: block;
1034 margin: 6px 0;
1034 margin: 6px 0;
1035 white-space: nowrap;
1035 white-space: nowrap;
1036 }
1036 }
1037 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
1037 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
1038 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
1038 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
1039 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
1039 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
1040 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
1040 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
1041 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
1041 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
1042 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
1042 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
1043 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
1043 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
1044 .yui-skin-sam a.yui-dt-page {
1044 .yui-skin-sam a.yui-dt-page {
1045 border: 1px solid #cbcbcb;
1045 border: 1px solid #cbcbcb;
1046 padding: 2px 6px;
1046 padding: 2px 6px;
1047 text-decoration: none;
1047 text-decoration: none;
1048 background-color: #fff;
1048 background-color: #fff;
1049 }
1049 }
1050 .yui-skin-sam .yui-dt-selected {
1050 .yui-skin-sam .yui-dt-selected {
1051 border: 1px solid #fff;
1051 border: 1px solid #fff;
1052 background-color: #fff;
1052 background-color: #fff;
1053 }
1053 }
1054
1054
1055 #content #left {
1055 #content #left {
1056 left: 0;
1056 left: 0;
1057 width: 280px;
1057 width: 280px;
1058 position: absolute;
1058 position: absolute;
1059 }
1059 }
1060
1060
1061 #content #right {
1061 #content #right {
1062 margin: 0 60px 10px 290px;
1062 margin: 0 60px 10px 290px;
1063 }
1063 }
1064
1064
1065 #content div.box {
1065 #content div.box {
1066 clear: both;
1066 clear: both;
1067 overflow: hidden;
1067 overflow: hidden;
1068 background: #fff;
1068 background: #fff;
1069 margin: 0 0 10px;
1069 margin: 0 0 10px;
1070 padding: 0 0 10px;
1070 padding: 0 0 10px;
1071 -webkit-border-radius: 4px 4px 4px 4px;
1071 -webkit-border-radius: 4px 4px 4px 4px;
1072 -khtml-border-radius: 4px 4px 4px 4px;
1072 -khtml-border-radius: 4px 4px 4px 4px;
1073 -moz-border-radius: 4px 4px 4px 4px;
1073 -moz-border-radius: 4px 4px 4px 4px;
1074 border-radius: 4px 4px 4px 4px;
1074 border-radius: 4px 4px 4px 4px;
1075 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1075 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1076 }
1076 }
1077
1077
1078 #content div.box-left {
1078 #content div.box-left {
1079 width: 49%;
1079 width: 49%;
1080 clear: none;
1080 clear: none;
1081 float: left;
1081 float: left;
1082 margin: 0 0 10px;
1082 margin: 0 0 10px;
1083 }
1083 }
1084
1084
1085 #content div.box-right {
1085 #content div.box-right {
1086 width: 49%;
1086 width: 49%;
1087 clear: none;
1087 clear: none;
1088 float: right;
1088 float: right;
1089 margin: 0 0 10px;
1089 margin: 0 0 10px;
1090 }
1090 }
1091
1091
1092 #content div.box div.title {
1092 #content div.box div.title {
1093 clear: both;
1093 clear: both;
1094 overflow: hidden;
1094 overflow: hidden;
1095 background-color: #003B76;
1095 background-color: #003B76;
1096 background-repeat: repeat-x;
1096 background-repeat: repeat-x;
1097 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1097 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1098 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1098 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1099 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1099 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1100 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1100 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1101 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1101 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1102 background-image: -o-linear-gradient(top, #003b76, #00376e);
1102 background-image: -o-linear-gradient(top, #003b76, #00376e);
1103 background-image: linear-gradient(top, #003b76, #00376e);
1103 background-image: linear-gradient(top, #003b76, #00376e);
1104 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1104 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1105 margin: 0 0 20px;
1105 margin: 0 0 20px;
1106 padding: 0;
1106 padding: 0;
1107 }
1107 }
1108
1108
1109 #content div.box div.title h5 {
1109 #content div.box div.title h5 {
1110 float: left;
1110 float: left;
1111 border: none;
1111 border: none;
1112 color: #fff;
1112 color: #fff;
1113 text-transform: uppercase;
1113 text-transform: uppercase;
1114 margin: 0;
1114 margin: 0;
1115 padding: 11px 0 11px 10px;
1115 padding: 11px 0 11px 10px;
1116 }
1116 }
1117
1117
1118 #content div.box div.title .link-white{
1118 #content div.box div.title .link-white{
1119 color: #FFFFFF;
1119 color: #FFFFFF;
1120 }
1120 }
1121
1121
1122 #content div.box div.title .link-white.current{
1122 #content div.box div.title .link-white.current{
1123 color: #BFE3FF;
1123 color: #BFE3FF;
1124 }
1124 }
1125
1125
1126 #content div.box div.title ul.links li {
1126 #content div.box div.title ul.links li {
1127 list-style: none;
1127 list-style: none;
1128 float: left;
1128 float: left;
1129 margin: 0;
1129 margin: 0;
1130 padding: 0;
1130 padding: 0;
1131 }
1131 }
1132
1132
1133 #content div.box div.title ul.links li a {
1133 #content div.box div.title ul.links li a {
1134 border-left: 1px solid #316293;
1134 border-left: 1px solid #316293;
1135 color: #FFFFFF;
1135 color: #FFFFFF;
1136 display: block;
1136 display: block;
1137 float: left;
1137 float: left;
1138 font-size: 13px;
1138 font-size: 13px;
1139 font-weight: 700;
1139 font-weight: 700;
1140 height: 1%;
1140 height: 1%;
1141 margin: 0;
1141 margin: 0;
1142 padding: 11px 22px 12px;
1142 padding: 11px 22px 12px;
1143 text-decoration: none;
1143 text-decoration: none;
1144 }
1144 }
1145
1145
1146 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1146 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1147 {
1147 {
1148 clear: both;
1148 clear: both;
1149 overflow: hidden;
1149 overflow: hidden;
1150 border-bottom: 1px solid #DDD;
1150 border-bottom: 1px solid #DDD;
1151 margin: 10px 20px;
1151 margin: 10px 20px;
1152 padding: 0 0 15px;
1152 padding: 0 0 15px;
1153 }
1153 }
1154
1154
1155 #content div.box p {
1155 #content div.box p {
1156 color: #5f5f5f;
1156 color: #5f5f5f;
1157 font-size: 12px;
1157 font-size: 12px;
1158 line-height: 150%;
1158 line-height: 150%;
1159 margin: 0 24px 10px;
1159 margin: 0 24px 10px;
1160 padding: 0;
1160 padding: 0;
1161 }
1161 }
1162
1162
1163 #content div.box blockquote {
1163 #content div.box blockquote {
1164 border-left: 4px solid #DDD;
1164 border-left: 4px solid #DDD;
1165 color: #5f5f5f;
1165 color: #5f5f5f;
1166 font-size: 11px;
1166 font-size: 11px;
1167 line-height: 150%;
1167 line-height: 150%;
1168 margin: 0 34px;
1168 margin: 0 34px;
1169 padding: 0 0 0 14px;
1169 padding: 0 0 0 14px;
1170 }
1170 }
1171
1171
1172 #content div.box blockquote p {
1172 #content div.box blockquote p {
1173 margin: 10px 0;
1173 margin: 10px 0;
1174 padding: 0;
1174 padding: 0;
1175 }
1175 }
1176
1176
1177 #content div.box dl {
1177 #content div.box dl {
1178 margin: 10px 0px;
1178 margin: 10px 0px;
1179 }
1179 }
1180
1180
1181 #content div.box dt {
1181 #content div.box dt {
1182 font-size: 12px;
1182 font-size: 12px;
1183 margin: 0;
1183 margin: 0;
1184 }
1184 }
1185
1185
1186 #content div.box dd {
1186 #content div.box dd {
1187 font-size: 12px;
1187 font-size: 12px;
1188 margin: 0;
1188 margin: 0;
1189 padding: 8px 0 8px 15px;
1189 padding: 8px 0 8px 15px;
1190 }
1190 }
1191
1191
1192 #content div.box li {
1192 #content div.box li {
1193 font-size: 12px;
1193 font-size: 12px;
1194 padding: 4px 0;
1194 padding: 4px 0;
1195 }
1195 }
1196
1196
1197 #content div.box ul.disc,#content div.box ul.circle {
1197 #content div.box ul.disc,#content div.box ul.circle {
1198 margin: 10px 24px 10px 38px;
1198 margin: 10px 24px 10px 38px;
1199 }
1199 }
1200
1200
1201 #content div.box ul.square {
1201 #content div.box ul.square {
1202 margin: 10px 24px 10px 40px;
1202 margin: 10px 24px 10px 40px;
1203 }
1203 }
1204
1204
1205 #content div.box img.left {
1205 #content div.box img.left {
1206 border: none;
1206 border: none;
1207 float: left;
1207 float: left;
1208 margin: 10px 10px 10px 0;
1208 margin: 10px 10px 10px 0;
1209 }
1209 }
1210
1210
1211 #content div.box img.right {
1211 #content div.box img.right {
1212 border: none;
1212 border: none;
1213 float: right;
1213 float: right;
1214 margin: 10px 0 10px 10px;
1214 margin: 10px 0 10px 10px;
1215 }
1215 }
1216
1216
1217 #content div.box div.messages {
1217 #content div.box div.messages {
1218 clear: both;
1218 clear: both;
1219 overflow: hidden;
1219 overflow: hidden;
1220 margin: 0 20px;
1220 margin: 0 20px;
1221 padding: 0;
1221 padding: 0;
1222 }
1222 }
1223
1223
1224 #content div.box div.message {
1224 #content div.box div.message {
1225 clear: both;
1225 clear: both;
1226 overflow: hidden;
1226 overflow: hidden;
1227 margin: 0;
1227 margin: 0;
1228 padding: 5px 0;
1228 padding: 5px 0;
1229 white-space: pre-wrap;
1229 white-space: pre-wrap;
1230 }
1230 }
1231 #content div.box div.expand {
1231 #content div.box div.expand {
1232 width: 110%;
1232 width: 110%;
1233 height:14px;
1233 height:14px;
1234 font-size:10px;
1234 font-size:10px;
1235 text-align:center;
1235 text-align:center;
1236 cursor: pointer;
1236 cursor: pointer;
1237 color:#666;
1237 color:#666;
1238
1238
1239 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1239 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1240 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1240 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1241 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1241 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1242 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1242 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1243 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1243 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1244 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1244 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1245
1245
1246 display: none;
1246 display: none;
1247 }
1247 }
1248 #content div.box div.expand .expandtext {
1248 #content div.box div.expand .expandtext {
1249 background-color: #ffffff;
1249 background-color: #ffffff;
1250 padding: 2px;
1250 padding: 2px;
1251 border-radius: 2px;
1251 border-radius: 2px;
1252 }
1252 }
1253
1253
1254 #content div.box div.message a {
1254 #content div.box div.message a {
1255 font-weight: 400 !important;
1255 font-weight: 400 !important;
1256 }
1256 }
1257
1257
1258 #content div.box div.message div.image {
1258 #content div.box div.message div.image {
1259 float: left;
1259 float: left;
1260 margin: 9px 0 0 5px;
1260 margin: 9px 0 0 5px;
1261 padding: 6px;
1261 padding: 6px;
1262 }
1262 }
1263
1263
1264 #content div.box div.message div.image img {
1264 #content div.box div.message div.image img {
1265 vertical-align: middle;
1265 vertical-align: middle;
1266 margin: 0;
1266 margin: 0;
1267 }
1267 }
1268
1268
1269 #content div.box div.message div.text {
1269 #content div.box div.message div.text {
1270 float: left;
1270 float: left;
1271 margin: 0;
1271 margin: 0;
1272 padding: 9px 6px;
1272 padding: 9px 6px;
1273 }
1273 }
1274
1274
1275 #content div.box div.message div.dismiss a {
1275 #content div.box div.message div.dismiss a {
1276 height: 16px;
1276 height: 16px;
1277 width: 16px;
1277 width: 16px;
1278 display: block;
1278 display: block;
1279 background: url("../images/icons/cross.png") no-repeat;
1279 background: url("../images/icons/cross.png") no-repeat;
1280 margin: 15px 14px 0 0;
1280 margin: 15px 14px 0 0;
1281 padding: 0;
1281 padding: 0;
1282 }
1282 }
1283
1283
1284 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
1284 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
1285 {
1285 {
1286 border: none;
1286 border: none;
1287 margin: 0;
1287 margin: 0;
1288 padding: 0;
1288 padding: 0;
1289 }
1289 }
1290
1290
1291 #content div.box div.message div.text span {
1291 #content div.box div.message div.text span {
1292 height: 1%;
1292 height: 1%;
1293 display: block;
1293 display: block;
1294 margin: 0;
1294 margin: 0;
1295 padding: 5px 0 0;
1295 padding: 5px 0 0;
1296 }
1296 }
1297
1297
1298 #content div.box div.message-error {
1298 #content div.box div.message-error {
1299 height: 1%;
1299 height: 1%;
1300 clear: both;
1300 clear: both;
1301 overflow: hidden;
1301 overflow: hidden;
1302 background: #FBE3E4;
1302 background: #FBE3E4;
1303 border: 1px solid #FBC2C4;
1303 border: 1px solid #FBC2C4;
1304 color: #860006;
1304 color: #860006;
1305 }
1305 }
1306
1306
1307 #content div.box div.message-error h6 {
1307 #content div.box div.message-error h6 {
1308 color: #860006;
1308 color: #860006;
1309 }
1309 }
1310
1310
1311 #content div.box div.message-warning {
1311 #content div.box div.message-warning {
1312 height: 1%;
1312 height: 1%;
1313 clear: both;
1313 clear: both;
1314 overflow: hidden;
1314 overflow: hidden;
1315 background: #FFF6BF;
1315 background: #FFF6BF;
1316 border: 1px solid #FFD324;
1316 border: 1px solid #FFD324;
1317 color: #5f5200;
1317 color: #5f5200;
1318 }
1318 }
1319
1319
1320 #content div.box div.message-warning h6 {
1320 #content div.box div.message-warning h6 {
1321 color: #5f5200;
1321 color: #5f5200;
1322 }
1322 }
1323
1323
1324 #content div.box div.message-notice {
1324 #content div.box div.message-notice {
1325 height: 1%;
1325 height: 1%;
1326 clear: both;
1326 clear: both;
1327 overflow: hidden;
1327 overflow: hidden;
1328 background: #8FBDE0;
1328 background: #8FBDE0;
1329 border: 1px solid #6BACDE;
1329 border: 1px solid #6BACDE;
1330 color: #003863;
1330 color: #003863;
1331 }
1331 }
1332
1332
1333 #content div.box div.message-notice h6 {
1333 #content div.box div.message-notice h6 {
1334 color: #003863;
1334 color: #003863;
1335 }
1335 }
1336
1336
1337 #content div.box div.message-success {
1337 #content div.box div.message-success {
1338 height: 1%;
1338 height: 1%;
1339 clear: both;
1339 clear: both;
1340 overflow: hidden;
1340 overflow: hidden;
1341 background: #E6EFC2;
1341 background: #E6EFC2;
1342 border: 1px solid #C6D880;
1342 border: 1px solid #C6D880;
1343 color: #4e6100;
1343 color: #4e6100;
1344 }
1344 }
1345
1345
1346 #content div.box div.message-success h6 {
1346 #content div.box div.message-success h6 {
1347 color: #4e6100;
1347 color: #4e6100;
1348 }
1348 }
1349
1349
1350 #content div.box div.form div.fields div.field {
1350 #content div.box div.form div.fields div.field {
1351 height: 1%;
1351 height: 1%;
1352 border-bottom: 1px solid #DDD;
1352 border-bottom: 1px solid #DDD;
1353 clear: both;
1353 clear: both;
1354 margin: 0;
1354 margin: 0;
1355 padding: 10px 0;
1355 padding: 10px 0;
1356 }
1356 }
1357
1357
1358 #content div.box div.form div.fields div.field-first {
1358 #content div.box div.form div.fields div.field-first {
1359 padding: 0 0 10px;
1359 padding: 0 0 10px;
1360 }
1360 }
1361
1361
1362 #content div.box div.form div.fields div.field-noborder {
1362 #content div.box div.form div.fields div.field-noborder {
1363 border-bottom: 0 !important;
1363 border-bottom: 0 !important;
1364 }
1364 }
1365
1365
1366 #content div.box div.form div.fields div.field span.error-message {
1366 #content div.box div.form div.fields div.field span.error-message {
1367 height: 1%;
1367 height: 1%;
1368 display: inline-block;
1368 display: inline-block;
1369 color: red;
1369 color: red;
1370 margin: 8px 0 0 4px;
1370 margin: 8px 0 0 4px;
1371 padding: 0;
1371 padding: 0;
1372 }
1372 }
1373
1373
1374 #content div.box div.form div.fields div.field span.success {
1374 #content div.box div.form div.fields div.field span.success {
1375 height: 1%;
1375 height: 1%;
1376 display: block;
1376 display: block;
1377 color: #316309;
1377 color: #316309;
1378 margin: 8px 0 0;
1378 margin: 8px 0 0;
1379 padding: 0;
1379 padding: 0;
1380 }
1380 }
1381
1381
1382 #content div.box div.form div.fields div.field div.label {
1382 #content div.box div.form div.fields div.field div.label {
1383 left: 70px;
1383 left: 70px;
1384 width: 155px;
1384 width: 155px;
1385 position: absolute;
1385 position: absolute;
1386 margin: 0;
1386 margin: 0;
1387 padding: 5px 0 0 0px;
1387 padding: 5px 0 0 0px;
1388 }
1388 }
1389
1389
1390 #content div.box div.form div.fields div.field div.label-summary {
1390 #content div.box div.form div.fields div.field div.label-summary {
1391 left: 30px;
1391 left: 30px;
1392 width: 155px;
1392 width: 155px;
1393 position: absolute;
1393 position: absolute;
1394 margin: 0;
1394 margin: 0;
1395 padding: 0px 0 0 0px;
1395 padding: 0px 0 0 0px;
1396 }
1396 }
1397
1397
1398 #content div.box-left div.form div.fields div.field div.label,
1398 #content div.box-left div.form div.fields div.field div.label,
1399 #content div.box-right div.form div.fields div.field div.label,
1399 #content div.box-right div.form div.fields div.field div.label,
1400 #content div.box-left div.form div.fields div.field div.label,
1400 #content div.box-left div.form div.fields div.field div.label,
1401 #content div.box-left div.form div.fields div.field div.label-summary,
1401 #content div.box-left div.form div.fields div.field div.label-summary,
1402 #content div.box-right div.form div.fields div.field div.label-summary,
1402 #content div.box-right div.form div.fields div.field div.label-summary,
1403 #content div.box-left div.form div.fields div.field div.label-summary
1403 #content div.box-left div.form div.fields div.field div.label-summary
1404 {
1404 {
1405 clear: both;
1405 clear: both;
1406 overflow: hidden;
1406 overflow: hidden;
1407 left: 0;
1407 left: 0;
1408 width: auto;
1408 width: auto;
1409 position: relative;
1409 position: relative;
1410 margin: 0;
1410 margin: 0;
1411 padding: 0 0 8px;
1411 padding: 0 0 8px;
1412 }
1412 }
1413
1413
1414 #content div.box div.form div.fields div.field div.label-select {
1414 #content div.box div.form div.fields div.field div.label-select {
1415 padding: 5px 0 0 5px;
1415 padding: 5px 0 0 5px;
1416 }
1416 }
1417
1417
1418 #content div.box-left div.form div.fields div.field div.label-select,
1418 #content div.box-left div.form div.fields div.field div.label-select,
1419 #content div.box-right div.form div.fields div.field div.label-select
1419 #content div.box-right div.form div.fields div.field div.label-select
1420 {
1420 {
1421 padding: 0 0 8px;
1421 padding: 0 0 8px;
1422 }
1422 }
1423
1423
1424 #content div.box-left div.form div.fields div.field div.label-textarea,
1424 #content div.box-left div.form div.fields div.field div.label-textarea,
1425 #content div.box-right div.form div.fields div.field div.label-textarea
1425 #content div.box-right div.form div.fields div.field div.label-textarea
1426 {
1426 {
1427 padding: 0 0 8px !important;
1427 padding: 0 0 8px !important;
1428 }
1428 }
1429
1429
1430 #content div.box div.form div.fields div.field div.label label,div.label label
1430 #content div.box div.form div.fields div.field div.label label,div.label label
1431 {
1431 {
1432 color: #393939;
1432 color: #393939;
1433 font-weight: 700;
1433 font-weight: 700;
1434 }
1434 }
1435 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1435 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1436 {
1436 {
1437 color: #393939;
1437 color: #393939;
1438 font-weight: 700;
1438 font-weight: 700;
1439 }
1439 }
1440 #content div.box div.form div.fields div.field div.input {
1440 #content div.box div.form div.fields div.field div.input {
1441 margin: 0 0 0 200px;
1441 margin: 0 0 0 200px;
1442 }
1442 }
1443
1443
1444 #content div.box div.form div.fields div.field div.input.summary {
1444 #content div.box div.form div.fields div.field div.input.summary {
1445 margin: 0 0 0 110px;
1445 margin: 0 0 0 110px;
1446 }
1446 }
1447 #content div.box div.form div.fields div.field div.input.summary-short {
1447 #content div.box div.form div.fields div.field div.input.summary-short {
1448 margin: 0 0 0 110px;
1448 margin: 0 0 0 110px;
1449 }
1449 }
1450 #content div.box div.form div.fields div.field div.file {
1450 #content div.box div.form div.fields div.field div.file {
1451 margin: 0 0 0 200px;
1451 margin: 0 0 0 200px;
1452 }
1452 }
1453
1453
1454 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1454 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1455 {
1455 {
1456 margin: 0 0 0 0px;
1456 margin: 0 0 0 0px;
1457 }
1457 }
1458
1458
1459 #content div.box div.form div.fields div.field div.input input,
1459 #content div.box div.form div.fields div.field div.input input,
1460 .reviewer_ac input {
1460 .reviewer_ac input {
1461 background: #FFF;
1461 background: #FFF;
1462 border-top: 1px solid #b3b3b3;
1462 border-top: 1px solid #b3b3b3;
1463 border-left: 1px solid #b3b3b3;
1463 border-left: 1px solid #b3b3b3;
1464 border-right: 1px solid #eaeaea;
1464 border-right: 1px solid #eaeaea;
1465 border-bottom: 1px solid #eaeaea;
1465 border-bottom: 1px solid #eaeaea;
1466 color: #000;
1466 color: #000;
1467 font-size: 11px;
1467 font-size: 11px;
1468 margin: 0;
1468 margin: 0;
1469 padding: 7px 7px 6px;
1469 padding: 7px 7px 6px;
1470 }
1470 }
1471
1471
1472 #content div.box div.form div.fields div.field div.input input#clone_url,
1472 #content div.box div.form div.fields div.field div.input input#clone_url,
1473 #content div.box div.form div.fields div.field div.input input#clone_url_id
1473 #content div.box div.form div.fields div.field div.input input#clone_url_id
1474 {
1474 {
1475 font-size: 16px;
1475 font-size: 16px;
1476 padding: 2px;
1476 padding: 2px;
1477 }
1477 }
1478
1478
1479 #content div.box div.form div.fields div.field div.file input {
1479 #content div.box div.form div.fields div.field div.file input {
1480 background: none repeat scroll 0 0 #FFFFFF;
1480 background: none repeat scroll 0 0 #FFFFFF;
1481 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1481 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1482 border-style: solid;
1482 border-style: solid;
1483 border-width: 1px;
1483 border-width: 1px;
1484 color: #000000;
1484 color: #000000;
1485 font-size: 11px;
1485 font-size: 11px;
1486 margin: 0;
1486 margin: 0;
1487 padding: 7px 7px 6px;
1487 padding: 7px 7px 6px;
1488 }
1488 }
1489
1489
1490 input.disabled {
1490 input.disabled {
1491 background-color: #F5F5F5 !important;
1491 background-color: #F5F5F5 !important;
1492 }
1492 }
1493 #content div.box div.form div.fields div.field div.input input.small {
1493 #content div.box div.form div.fields div.field div.input input.small {
1494 width: 30%;
1494 width: 30%;
1495 }
1495 }
1496
1496
1497 #content div.box div.form div.fields div.field div.input input.medium {
1497 #content div.box div.form div.fields div.field div.input input.medium {
1498 width: 55%;
1498 width: 55%;
1499 }
1499 }
1500
1500
1501 #content div.box div.form div.fields div.field div.input input.large {
1501 #content div.box div.form div.fields div.field div.input input.large {
1502 width: 85%;
1502 width: 85%;
1503 }
1503 }
1504
1504
1505 #content div.box div.form div.fields div.field div.input input.date {
1505 #content div.box div.form div.fields div.field div.input input.date {
1506 width: 177px;
1506 width: 177px;
1507 }
1507 }
1508
1508
1509 #content div.box div.form div.fields div.field div.input input.button {
1509 #content div.box div.form div.fields div.field div.input input.button {
1510 background: #D4D0C8;
1510 background: #D4D0C8;
1511 border-top: 1px solid #FFF;
1511 border-top: 1px solid #FFF;
1512 border-left: 1px solid #FFF;
1512 border-left: 1px solid #FFF;
1513 border-right: 1px solid #404040;
1513 border-right: 1px solid #404040;
1514 border-bottom: 1px solid #404040;
1514 border-bottom: 1px solid #404040;
1515 color: #000;
1515 color: #000;
1516 margin: 0;
1516 margin: 0;
1517 padding: 4px 8px;
1517 padding: 4px 8px;
1518 }
1518 }
1519
1519
1520 #content div.box div.form div.fields div.field div.textarea {
1520 #content div.box div.form div.fields div.field div.textarea {
1521 border-top: 1px solid #b3b3b3;
1521 border-top: 1px solid #b3b3b3;
1522 border-left: 1px solid #b3b3b3;
1522 border-left: 1px solid #b3b3b3;
1523 border-right: 1px solid #eaeaea;
1523 border-right: 1px solid #eaeaea;
1524 border-bottom: 1px solid #eaeaea;
1524 border-bottom: 1px solid #eaeaea;
1525 margin: 0 0 0 200px;
1525 margin: 0 0 0 200px;
1526 padding: 10px;
1526 padding: 10px;
1527 }
1527 }
1528
1528
1529 #content div.box div.form div.fields div.field div.textarea-editor {
1529 #content div.box div.form div.fields div.field div.textarea-editor {
1530 border: 1px solid #ddd;
1530 border: 1px solid #ddd;
1531 padding: 0;
1531 padding: 0;
1532 }
1532 }
1533
1533
1534 #content div.box div.form div.fields div.field div.textarea textarea {
1534 #content div.box div.form div.fields div.field div.textarea textarea {
1535 width: 100%;
1535 width: 100%;
1536 height: 220px;
1536 height: 220px;
1537 overflow: hidden;
1537 overflow: hidden;
1538 background: #FFF;
1538 background: #FFF;
1539 color: #000;
1539 color: #000;
1540 font-size: 11px;
1540 font-size: 11px;
1541 outline: none;
1541 outline: none;
1542 border-width: 0;
1542 border-width: 0;
1543 margin: 0;
1543 margin: 0;
1544 padding: 0;
1544 padding: 0;
1545 }
1545 }
1546
1546
1547 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
1547 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
1548 {
1548 {
1549 width: 100%;
1549 width: 100%;
1550 height: 100px;
1550 height: 100px;
1551 }
1551 }
1552
1552
1553 #content div.box div.form div.fields div.field div.textarea table {
1553 #content div.box div.form div.fields div.field div.textarea table {
1554 width: 100%;
1554 width: 100%;
1555 border: none;
1555 border: none;
1556 margin: 0;
1556 margin: 0;
1557 padding: 0;
1557 padding: 0;
1558 }
1558 }
1559
1559
1560 #content div.box div.form div.fields div.field div.textarea table td {
1560 #content div.box div.form div.fields div.field div.textarea table td {
1561 background: #DDD;
1561 background: #DDD;
1562 border: none;
1562 border: none;
1563 padding: 0;
1563 padding: 0;
1564 }
1564 }
1565
1565
1566 #content div.box div.form div.fields div.field div.textarea table td table
1566 #content div.box div.form div.fields div.field div.textarea table td table
1567 {
1567 {
1568 width: auto;
1568 width: auto;
1569 border: none;
1569 border: none;
1570 margin: 0;
1570 margin: 0;
1571 padding: 0;
1571 padding: 0;
1572 }
1572 }
1573
1573
1574 #content div.box div.form div.fields div.field div.textarea table td table td
1574 #content div.box div.form div.fields div.field div.textarea table td table td
1575 {
1575 {
1576 font-size: 11px;
1576 font-size: 11px;
1577 padding: 5px 5px 5px 0;
1577 padding: 5px 5px 5px 0;
1578 }
1578 }
1579
1579
1580 #content div.box div.form div.fields div.field input[type=text]:focus,
1580 #content div.box div.form div.fields div.field input[type=text]:focus,
1581 #content div.box div.form div.fields div.field input[type=password]:focus,
1581 #content div.box div.form div.fields div.field input[type=password]:focus,
1582 #content div.box div.form div.fields div.field input[type=file]:focus,
1582 #content div.box div.form div.fields div.field input[type=file]:focus,
1583 #content div.box div.form div.fields div.field textarea:focus,
1583 #content div.box div.form div.fields div.field textarea:focus,
1584 #content div.box div.form div.fields div.field select:focus,
1584 #content div.box div.form div.fields div.field select:focus,
1585 .reviewer_ac input:focus
1585 .reviewer_ac input:focus
1586 {
1586 {
1587 background: #f6f6f6;
1587 background: #f6f6f6;
1588 border-color: #666;
1588 border-color: #666;
1589 }
1589 }
1590
1590
1591 .reviewer_ac {
1591 .reviewer_ac {
1592 padding:10px
1592 padding:10px
1593 }
1593 }
1594
1594
1595 div.form div.fields div.field div.button {
1595 div.form div.fields div.field div.button {
1596 margin: 0;
1596 margin: 0;
1597 padding: 0 0 0 8px;
1597 padding: 0 0 0 8px;
1598 }
1598 }
1599 #content div.box table.noborder {
1599 #content div.box table.noborder {
1600 border: 1px solid transparent;
1600 border: 1px solid transparent;
1601 }
1601 }
1602
1602
1603 #content div.box table {
1603 #content div.box table {
1604 width: 100%;
1604 width: 100%;
1605 border-collapse: separate;
1605 border-collapse: separate;
1606 margin: 0;
1606 margin: 0;
1607 padding: 0;
1607 padding: 0;
1608 border: 1px solid #eee;
1608 border: 1px solid #eee;
1609 -webkit-border-radius: 4px;
1609 -webkit-border-radius: 4px;
1610 -moz-border-radius: 4px;
1610 -moz-border-radius: 4px;
1611 border-radius: 4px;
1611 border-radius: 4px;
1612 }
1612 }
1613
1613
1614 #content div.box table th {
1614 #content div.box table th {
1615 background: #eee;
1615 background: #eee;
1616 border-bottom: 1px solid #ddd;
1616 border-bottom: 1px solid #ddd;
1617 padding: 5px 0px 5px 5px;
1617 padding: 5px 0px 5px 5px;
1618 }
1618 }
1619
1619
1620 #content div.box table th.left {
1620 #content div.box table th.left {
1621 text-align: left;
1621 text-align: left;
1622 }
1622 }
1623
1623
1624 #content div.box table th.right {
1624 #content div.box table th.right {
1625 text-align: right;
1625 text-align: right;
1626 }
1626 }
1627
1627
1628 #content div.box table th.center {
1628 #content div.box table th.center {
1629 text-align: center;
1629 text-align: center;
1630 }
1630 }
1631
1631
1632 #content div.box table th.selected {
1632 #content div.box table th.selected {
1633 vertical-align: middle;
1633 vertical-align: middle;
1634 padding: 0;
1634 padding: 0;
1635 }
1635 }
1636
1636
1637 #content div.box table td {
1637 #content div.box table td {
1638 background: #fff;
1638 background: #fff;
1639 border-bottom: 1px solid #cdcdcd;
1639 border-bottom: 1px solid #cdcdcd;
1640 vertical-align: middle;
1640 vertical-align: middle;
1641 padding: 5px;
1641 padding: 5px;
1642 }
1642 }
1643
1643
1644 #content div.box table tr.selected td {
1644 #content div.box table tr.selected td {
1645 background: #FFC;
1645 background: #FFC;
1646 }
1646 }
1647
1647
1648 #content div.box table td.selected {
1648 #content div.box table td.selected {
1649 width: 3%;
1649 width: 3%;
1650 text-align: center;
1650 text-align: center;
1651 vertical-align: middle;
1651 vertical-align: middle;
1652 padding: 0;
1652 padding: 0;
1653 }
1653 }
1654
1654
1655 #content div.box table td.action {
1655 #content div.box table td.action {
1656 width: 45%;
1656 width: 45%;
1657 text-align: left;
1657 text-align: left;
1658 }
1658 }
1659
1659
1660 #content div.box table td.date {
1660 #content div.box table td.date {
1661 width: 33%;
1661 width: 33%;
1662 text-align: center;
1662 text-align: center;
1663 }
1663 }
1664
1664
1665 #content div.box div.action {
1665 #content div.box div.action {
1666 float: right;
1666 float: right;
1667 background: #FFF;
1667 background: #FFF;
1668 text-align: right;
1668 text-align: right;
1669 margin: 10px 0 0;
1669 margin: 10px 0 0;
1670 padding: 0;
1670 padding: 0;
1671 }
1671 }
1672
1672
1673 #content div.box div.action select {
1673 #content div.box div.action select {
1674 font-size: 11px;
1674 font-size: 11px;
1675 margin: 0;
1675 margin: 0;
1676 }
1676 }
1677
1677
1678 #content div.box div.action .ui-selectmenu {
1678 #content div.box div.action .ui-selectmenu {
1679 margin: 0;
1679 margin: 0;
1680 padding: 0;
1680 padding: 0;
1681 }
1681 }
1682
1682
1683 #content div.box div.pagination {
1683 #content div.box div.pagination {
1684 height: 1%;
1684 height: 1%;
1685 clear: both;
1685 clear: both;
1686 overflow: hidden;
1686 overflow: hidden;
1687 margin: 10px 0 0;
1687 margin: 10px 0 0;
1688 padding: 0;
1688 padding: 0;
1689 }
1689 }
1690
1690
1691 #content div.box div.pagination ul.pager {
1691 #content div.box div.pagination ul.pager {
1692 float: right;
1692 float: right;
1693 text-align: right;
1693 text-align: right;
1694 margin: 0;
1694 margin: 0;
1695 padding: 0;
1695 padding: 0;
1696 }
1696 }
1697
1697
1698 #content div.box div.pagination ul.pager li {
1698 #content div.box div.pagination ul.pager li {
1699 height: 1%;
1699 height: 1%;
1700 float: left;
1700 float: left;
1701 list-style: none;
1701 list-style: none;
1702 background: #ebebeb url("../images/pager.png") repeat-x;
1702 background: #ebebeb url("../images/pager.png") repeat-x;
1703 border-top: 1px solid #dedede;
1703 border-top: 1px solid #dedede;
1704 border-left: 1px solid #cfcfcf;
1704 border-left: 1px solid #cfcfcf;
1705 border-right: 1px solid #c4c4c4;
1705 border-right: 1px solid #c4c4c4;
1706 border-bottom: 1px solid #c4c4c4;
1706 border-bottom: 1px solid #c4c4c4;
1707 color: #4A4A4A;
1707 color: #4A4A4A;
1708 font-weight: 700;
1708 font-weight: 700;
1709 margin: 0 0 0 4px;
1709 margin: 0 0 0 4px;
1710 padding: 0;
1710 padding: 0;
1711 }
1711 }
1712
1712
1713 #content div.box div.pagination ul.pager li.separator {
1713 #content div.box div.pagination ul.pager li.separator {
1714 padding: 6px;
1714 padding: 6px;
1715 }
1715 }
1716
1716
1717 #content div.box div.pagination ul.pager li.current {
1717 #content div.box div.pagination ul.pager li.current {
1718 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1718 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1719 border-top: 1px solid #ccc;
1719 border-top: 1px solid #ccc;
1720 border-left: 1px solid #bebebe;
1720 border-left: 1px solid #bebebe;
1721 border-right: 1px solid #b1b1b1;
1721 border-right: 1px solid #b1b1b1;
1722 border-bottom: 1px solid #afafaf;
1722 border-bottom: 1px solid #afafaf;
1723 color: #515151;
1723 color: #515151;
1724 padding: 6px;
1724 padding: 6px;
1725 }
1725 }
1726
1726
1727 #content div.box div.pagination ul.pager li a {
1727 #content div.box div.pagination ul.pager li a {
1728 height: 1%;
1728 height: 1%;
1729 display: block;
1729 display: block;
1730 float: left;
1730 float: left;
1731 color: #515151;
1731 color: #515151;
1732 text-decoration: none;
1732 text-decoration: none;
1733 margin: 0;
1733 margin: 0;
1734 padding: 6px;
1734 padding: 6px;
1735 }
1735 }
1736
1736
1737 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1737 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1738 {
1738 {
1739 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1739 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1740 border-top: 1px solid #ccc;
1740 border-top: 1px solid #ccc;
1741 border-left: 1px solid #bebebe;
1741 border-left: 1px solid #bebebe;
1742 border-right: 1px solid #b1b1b1;
1742 border-right: 1px solid #b1b1b1;
1743 border-bottom: 1px solid #afafaf;
1743 border-bottom: 1px solid #afafaf;
1744 margin: -1px;
1744 margin: -1px;
1745 }
1745 }
1746
1746
1747 #content div.box div.pagination-wh {
1747 #content div.box div.pagination-wh {
1748 height: 1%;
1748 height: 1%;
1749 clear: both;
1749 clear: both;
1750 overflow: hidden;
1750 overflow: hidden;
1751 text-align: right;
1751 text-align: right;
1752 margin: 10px 0 0;
1752 margin: 10px 0 0;
1753 padding: 0;
1753 padding: 0;
1754 }
1754 }
1755
1755
1756 #content div.box div.pagination-right {
1756 #content div.box div.pagination-right {
1757 float: right;
1757 float: right;
1758 }
1758 }
1759
1759
1760 #content div.box div.pagination-wh a,
1760 #content div.box div.pagination-wh a,
1761 #content div.box div.pagination-wh span.pager_dotdot,
1761 #content div.box div.pagination-wh span.pager_dotdot,
1762 #content div.box div.pagination-wh span.yui-pg-previous,
1762 #content div.box div.pagination-wh span.yui-pg-previous,
1763 #content div.box div.pagination-wh span.yui-pg-last,
1763 #content div.box div.pagination-wh span.yui-pg-last,
1764 #content div.box div.pagination-wh span.yui-pg-next,
1764 #content div.box div.pagination-wh span.yui-pg-next,
1765 #content div.box div.pagination-wh span.yui-pg-first
1765 #content div.box div.pagination-wh span.yui-pg-first
1766 {
1766 {
1767 height: 1%;
1767 height: 1%;
1768 float: left;
1768 float: left;
1769 background: #ebebeb url("../images/pager.png") repeat-x;
1769 background: #ebebeb url("../images/pager.png") repeat-x;
1770 border-top: 1px solid #dedede;
1770 border-top: 1px solid #dedede;
1771 border-left: 1px solid #cfcfcf;
1771 border-left: 1px solid #cfcfcf;
1772 border-right: 1px solid #c4c4c4;
1772 border-right: 1px solid #c4c4c4;
1773 border-bottom: 1px solid #c4c4c4;
1773 border-bottom: 1px solid #c4c4c4;
1774 color: #4A4A4A;
1774 color: #4A4A4A;
1775 font-weight: 700;
1775 font-weight: 700;
1776 margin: 0 0 0 4px;
1776 margin: 0 0 0 4px;
1777 padding: 6px;
1777 padding: 6px;
1778 }
1778 }
1779
1779
1780 #content div.box div.pagination-wh span.pager_curpage {
1780 #content div.box div.pagination-wh span.pager_curpage {
1781 height: 1%;
1781 height: 1%;
1782 float: left;
1782 float: left;
1783 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1783 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1784 border-top: 1px solid #ccc;
1784 border-top: 1px solid #ccc;
1785 border-left: 1px solid #bebebe;
1785 border-left: 1px solid #bebebe;
1786 border-right: 1px solid #b1b1b1;
1786 border-right: 1px solid #b1b1b1;
1787 border-bottom: 1px solid #afafaf;
1787 border-bottom: 1px solid #afafaf;
1788 color: #515151;
1788 color: #515151;
1789 font-weight: 700;
1789 font-weight: 700;
1790 margin: 0 0 0 4px;
1790 margin: 0 0 0 4px;
1791 padding: 6px;
1791 padding: 6px;
1792 }
1792 }
1793
1793
1794 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1794 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1795 {
1795 {
1796 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1796 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1797 border-top: 1px solid #ccc;
1797 border-top: 1px solid #ccc;
1798 border-left: 1px solid #bebebe;
1798 border-left: 1px solid #bebebe;
1799 border-right: 1px solid #b1b1b1;
1799 border-right: 1px solid #b1b1b1;
1800 border-bottom: 1px solid #afafaf;
1800 border-bottom: 1px solid #afafaf;
1801 text-decoration: none;
1801 text-decoration: none;
1802 }
1802 }
1803
1803
1804 #content div.box div.traffic div.legend {
1804 #content div.box div.traffic div.legend {
1805 clear: both;
1805 clear: both;
1806 overflow: hidden;
1806 overflow: hidden;
1807 border-bottom: 1px solid #ddd;
1807 border-bottom: 1px solid #ddd;
1808 margin: 0 0 10px;
1808 margin: 0 0 10px;
1809 padding: 0 0 10px;
1809 padding: 0 0 10px;
1810 }
1810 }
1811
1811
1812 #content div.box div.traffic div.legend h6 {
1812 #content div.box div.traffic div.legend h6 {
1813 float: left;
1813 float: left;
1814 border: none;
1814 border: none;
1815 margin: 0;
1815 margin: 0;
1816 padding: 0;
1816 padding: 0;
1817 }
1817 }
1818
1818
1819 #content div.box div.traffic div.legend li {
1819 #content div.box div.traffic div.legend li {
1820 list-style: none;
1820 list-style: none;
1821 float: left;
1821 float: left;
1822 font-size: 11px;
1822 font-size: 11px;
1823 margin: 0;
1823 margin: 0;
1824 padding: 0 8px 0 4px;
1824 padding: 0 8px 0 4px;
1825 }
1825 }
1826
1826
1827 #content div.box div.traffic div.legend li.visits {
1827 #content div.box div.traffic div.legend li.visits {
1828 border-left: 12px solid #edc240;
1828 border-left: 12px solid #edc240;
1829 }
1829 }
1830
1830
1831 #content div.box div.traffic div.legend li.pageviews {
1831 #content div.box div.traffic div.legend li.pageviews {
1832 border-left: 12px solid #afd8f8;
1832 border-left: 12px solid #afd8f8;
1833 }
1833 }
1834
1834
1835 #content div.box div.traffic table {
1835 #content div.box div.traffic table {
1836 width: auto;
1836 width: auto;
1837 }
1837 }
1838
1838
1839 #content div.box div.traffic table td {
1839 #content div.box div.traffic table td {
1840 background: transparent;
1840 background: transparent;
1841 border: none;
1841 border: none;
1842 padding: 2px 3px 3px;
1842 padding: 2px 3px 3px;
1843 }
1843 }
1844
1844
1845 #content div.box div.traffic table td.legendLabel {
1845 #content div.box div.traffic table td.legendLabel {
1846 padding: 0 3px 2px;
1846 padding: 0 3px 2px;
1847 }
1847 }
1848
1848
1849 #summary {
1849 #summary {
1850
1850
1851 }
1851 }
1852
1852
1853 #summary .metatag {
1853 #summary .metatag {
1854 display: inline-block;
1854 display: inline-block;
1855 padding: 3px 5px;
1855 padding: 3px 5px;
1856 margin-bottom: 3px;
1856 margin-bottom: 3px;
1857 margin-right: 1px;
1857 margin-right: 1px;
1858 border-radius: 5px;
1858 border-radius: 5px;
1859 }
1859 }
1860
1860
1861 #content div.box #summary p {
1861 #content div.box #summary p {
1862 margin-bottom: -5px;
1862 margin-bottom: -5px;
1863 width: 600px;
1863 width: 600px;
1864 white-space: pre-wrap;
1864 white-space: pre-wrap;
1865 }
1865 }
1866
1866
1867 #content div.box #summary p:last-child {
1867 #content div.box #summary p:last-child {
1868 margin-bottom: 9px;
1868 margin-bottom: 9px;
1869 }
1869 }
1870
1870
1871 #content div.box #summary p:first-of-type {
1871 #content div.box #summary p:first-of-type {
1872 margin-top: 9px;
1872 margin-top: 9px;
1873 }
1873 }
1874
1874
1875 .metatag {
1875 .metatag {
1876 display: inline-block;
1876 display: inline-block;
1877 margin-right: 1px;
1877 margin-right: 1px;
1878 -webkit-border-radius: 4px 4px 4px 4px;
1878 -webkit-border-radius: 4px 4px 4px 4px;
1879 -khtml-border-radius: 4px 4px 4px 4px;
1879 -khtml-border-radius: 4px 4px 4px 4px;
1880 -moz-border-radius: 4px 4px 4px 4px;
1880 -moz-border-radius: 4px 4px 4px 4px;
1881 border-radius: 4px 4px 4px 4px;
1881 border-radius: 4px 4px 4px 4px;
1882
1882
1883 border: solid 1px #9CF;
1883 border: solid 1px #9CF;
1884 padding: 2px 3px 2px 3px !important;
1884 padding: 2px 3px 2px 3px !important;
1885 background-color: #DEF;
1885 background-color: #DEF;
1886 }
1886 }
1887
1887
1888 .metatag[tag="dead"] {
1888 .metatag[tag="dead"] {
1889 background-color: #E44;
1889 background-color: #E44;
1890 }
1890 }
1891
1891
1892 .metatag[tag="stale"] {
1892 .metatag[tag="stale"] {
1893 background-color: #EA4;
1893 background-color: #EA4;
1894 }
1894 }
1895
1895
1896 .metatag[tag="featured"] {
1896 .metatag[tag="featured"] {
1897 background-color: #AEA;
1897 background-color: #AEA;
1898 }
1898 }
1899
1899
1900 .metatag[tag="requires"] {
1900 .metatag[tag="requires"] {
1901 background-color: #9CF;
1901 background-color: #9CF;
1902 }
1902 }
1903
1903
1904 .metatag[tag="recommends"] {
1904 .metatag[tag="recommends"] {
1905 background-color: #BDF;
1905 background-color: #BDF;
1906 }
1906 }
1907
1907
1908 .metatag[tag="lang"] {
1908 .metatag[tag="lang"] {
1909 background-color: #FAF474;
1909 background-color: #FAF474;
1910 }
1910 }
1911
1911
1912 .metatag[tag="license"] {
1912 .metatag[tag="license"] {
1913 border: solid 1px #9CF;
1913 border: solid 1px #9CF;
1914 background-color: #DEF;
1914 background-color: #DEF;
1915 target-new: tab !important;
1915 target-new: tab !important;
1916 }
1916 }
1917 .metatag[tag="see"] {
1917 .metatag[tag="see"] {
1918 border: solid 1px #CBD;
1918 border: solid 1px #CBD;
1919 background-color: #EDF;
1919 background-color: #EDF;
1920 }
1920 }
1921
1921
1922 a.metatag[tag="license"]:hover {
1922 a.metatag[tag="license"]:hover {
1923 background-color: #003367;
1923 background-color: #003367;
1924 color: #FFF;
1924 color: #FFF;
1925 text-decoration: none;
1925 text-decoration: none;
1926 }
1926 }
1927
1927
1928 #summary .desc {
1928 #summary .desc {
1929 white-space: pre;
1929 white-space: pre;
1930 width: 100%;
1930 width: 100%;
1931 }
1931 }
1932
1932
1933 #summary .repo_name {
1933 #summary .repo_name {
1934 font-size: 1.6em;
1934 font-size: 1.6em;
1935 font-weight: bold;
1935 font-weight: bold;
1936 vertical-align: baseline;
1936 vertical-align: baseline;
1937 clear: right
1937 clear: right
1938 }
1938 }
1939
1939
1940 #footer {
1940 #footer {
1941 clear: both;
1941 clear: both;
1942 overflow: hidden;
1942 overflow: hidden;
1943 text-align: right;
1943 text-align: right;
1944 margin: 0;
1944 margin: 0;
1945 padding: 0 10px 4px;
1945 padding: 0 10px 4px;
1946 margin: -10px 0 0;
1946 margin: -10px 0 0;
1947 }
1947 }
1948
1948
1949 #footer div#footer-inner {
1949 #footer div#footer-inner {
1950 background-color: #003B76;
1950 background-color: #003B76;
1951 background-repeat : repeat-x;
1951 background-repeat : repeat-x;
1952 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1952 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1953 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1953 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1954 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1954 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1955 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1955 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1956 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1956 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1957 background-image : -o-linear-gradient( top, #003b76, #00376e));
1957 background-image : -o-linear-gradient( top, #003b76, #00376e));
1958 background-image : linear-gradient( top, #003b76, #00376e);
1958 background-image : linear-gradient( top, #003b76, #00376e);
1959 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1959 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1960 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1960 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1961 -webkit-border-radius: 4px 4px 4px 4px;
1961 -webkit-border-radius: 4px 4px 4px 4px;
1962 -khtml-border-radius: 4px 4px 4px 4px;
1962 -khtml-border-radius: 4px 4px 4px 4px;
1963 -moz-border-radius: 4px 4px 4px 4px;
1963 -moz-border-radius: 4px 4px 4px 4px;
1964 border-radius: 4px 4px 4px 4px;
1964 border-radius: 4px 4px 4px 4px;
1965 }
1965 }
1966
1966
1967 #footer div#footer-inner p {
1967 #footer div#footer-inner p {
1968 padding: 15px 25px 15px 0;
1968 padding: 15px 25px 15px 0;
1969 color: #FFF;
1969 color: #FFF;
1970 font-weight: 700;
1970 font-weight: 700;
1971 }
1971 }
1972
1972
1973 #footer div#footer-inner .footer-link {
1973 #footer div#footer-inner .footer-link {
1974 float: left;
1974 float: left;
1975 padding-left: 10px;
1975 padding-left: 10px;
1976 }
1976 }
1977
1977
1978 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1978 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1979 {
1979 {
1980 color: #FFF;
1980 color: #FFF;
1981 }
1981 }
1982
1982
1983 #login div.title {
1983 #login div.title {
1984 width: 420px;
1984 width: 420px;
1985 clear: both;
1985 clear: both;
1986 overflow: hidden;
1986 overflow: hidden;
1987 position: relative;
1987 position: relative;
1988 background-color: #003B76;
1988 background-color: #003B76;
1989 background-repeat : repeat-x;
1989 background-repeat : repeat-x;
1990 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1990 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1991 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1991 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1992 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1992 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1993 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1993 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1994 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1994 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1995 background-image : -o-linear-gradient( top, #003b76, #00376e));
1995 background-image : -o-linear-gradient( top, #003b76, #00376e));
1996 background-image : linear-gradient( top, #003b76, #00376e);
1996 background-image : linear-gradient( top, #003b76, #00376e);
1997 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1997 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1998 margin: 0 auto;
1998 margin: 0 auto;
1999 padding: 0;
1999 padding: 0;
2000 }
2000 }
2001
2001
2002 #login div.inner {
2002 #login div.inner {
2003 width: 380px;
2003 width: 380px;
2004 background: #FFF url("../images/login.png") no-repeat top left;
2004 background: #FFF url("../images/login.png") no-repeat top left;
2005 border-top: none;
2005 border-top: none;
2006 border-bottom: none;
2006 border-bottom: none;
2007 margin: 0 auto;
2007 margin: 0 auto;
2008 padding: 20px;
2008 padding: 20px;
2009 }
2009 }
2010
2010
2011 #login div.form div.fields div.field div.label {
2011 #login div.form div.fields div.field div.label {
2012 width: 173px;
2012 width: 173px;
2013 float: left;
2013 float: left;
2014 text-align: right;
2014 text-align: right;
2015 margin: 2px 10px 0 0;
2015 margin: 2px 10px 0 0;
2016 padding: 5px 0 0 5px;
2016 padding: 5px 0 0 5px;
2017 }
2017 }
2018
2018
2019 #login div.form div.fields div.field div.input input {
2019 #login div.form div.fields div.field div.input input {
2020 width: 176px;
2020 width: 176px;
2021 background: #FFF;
2021 background: #FFF;
2022 border-top: 1px solid #b3b3b3;
2022 border-top: 1px solid #b3b3b3;
2023 border-left: 1px solid #b3b3b3;
2023 border-left: 1px solid #b3b3b3;
2024 border-right: 1px solid #eaeaea;
2024 border-right: 1px solid #eaeaea;
2025 border-bottom: 1px solid #eaeaea;
2025 border-bottom: 1px solid #eaeaea;
2026 color: #000;
2026 color: #000;
2027 font-size: 11px;
2027 font-size: 11px;
2028 margin: 0;
2028 margin: 0;
2029 padding: 7px 7px 6px;
2029 padding: 7px 7px 6px;
2030 }
2030 }
2031
2031
2032 #login div.form div.fields div.buttons {
2032 #login div.form div.fields div.buttons {
2033 clear: both;
2033 clear: both;
2034 overflow: hidden;
2034 overflow: hidden;
2035 border-top: 1px solid #DDD;
2035 border-top: 1px solid #DDD;
2036 text-align: right;
2036 text-align: right;
2037 margin: 0;
2037 margin: 0;
2038 padding: 10px 0 0;
2038 padding: 10px 0 0;
2039 }
2039 }
2040
2040
2041 #login div.form div.links {
2041 #login div.form div.links {
2042 clear: both;
2042 clear: both;
2043 overflow: hidden;
2043 overflow: hidden;
2044 margin: 10px 0 0;
2044 margin: 10px 0 0;
2045 padding: 0 0 2px;
2045 padding: 0 0 2px;
2046 }
2046 }
2047
2047
2048 .user-menu{
2048 .user-menu{
2049 margin: 0px !important;
2049 margin: 0px !important;
2050 float: left;
2050 float: left;
2051 }
2051 }
2052
2052
2053 .user-menu .container{
2053 .user-menu .container{
2054 padding:0px 4px 0px 4px;
2054 padding:0px 4px 0px 4px;
2055 margin: 0px 0px 0px 0px;
2055 margin: 0px 0px 0px 0px;
2056 }
2056 }
2057
2057
2058 .user-menu .gravatar{
2058 .user-menu .gravatar{
2059 margin: 0px 0px 0px 0px;
2059 margin: 0px 0px 0px 0px;
2060 cursor: pointer;
2060 cursor: pointer;
2061 }
2061 }
2062 .user-menu .gravatar.enabled{
2062 .user-menu .gravatar.enabled{
2063 background-color: #FDF784 !important;
2063 background-color: #FDF784 !important;
2064 }
2064 }
2065 .user-menu .gravatar:hover{
2065 .user-menu .gravatar:hover{
2066 background-color: #FDF784 !important;
2066 background-color: #FDF784 !important;
2067 }
2067 }
2068 #quick_login{
2068 #quick_login{
2069 min-height: 80px;
2069 min-height: 80px;
2070 margin: 37px 0 0 -251px;
2070 margin: 37px 0 0 -251px;
2071 padding: 4px;
2071 padding: 4px;
2072 position: absolute;
2072 position: absolute;
2073 width: 278px;
2073 width: 278px;
2074 background-color: #003B76;
2074 background-color: #003B76;
2075 background-repeat: repeat-x;
2075 background-repeat: repeat-x;
2076 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2076 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2077 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2077 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2078 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2078 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2079 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2079 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2080 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2080 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2081 background-image: -o-linear-gradient(top, #003b76, #00376e);
2081 background-image: -o-linear-gradient(top, #003b76, #00376e);
2082 background-image: linear-gradient(top, #003b76, #00376e);
2082 background-image: linear-gradient(top, #003b76, #00376e);
2083 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
2083 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
2084
2084
2085 z-index: 999;
2085 z-index: 999;
2086 -webkit-border-radius: 0px 0px 4px 4px;
2086 -webkit-border-radius: 0px 0px 4px 4px;
2087 -khtml-border-radius: 0px 0px 4px 4px;
2087 -khtml-border-radius: 0px 0px 4px 4px;
2088 -moz-border-radius: 0px 0px 4px 4px;
2088 -moz-border-radius: 0px 0px 4px 4px;
2089 border-radius: 0px 0px 4px 4px;
2089 border-radius: 0px 0px 4px 4px;
2090 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2090 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2091 }
2091 }
2092 #quick_login h4{
2092 #quick_login h4{
2093 color: #fff;
2093 color: #fff;
2094 padding: 5px 0px 5px 14px;
2094 padding: 5px 0px 5px 14px;
2095 }
2095 }
2096
2096
2097 #quick_login .password_forgoten {
2097 #quick_login .password_forgoten {
2098 padding-right: 10px;
2098 padding-right: 10px;
2099 padding-top: 0px;
2099 padding-top: 0px;
2100 text-align: left;
2100 text-align: left;
2101 }
2101 }
2102
2102
2103 #quick_login .password_forgoten a {
2103 #quick_login .password_forgoten a {
2104 font-size: 10px;
2104 font-size: 10px;
2105 color: #fff;
2105 color: #fff;
2106 }
2106 }
2107
2107
2108 #quick_login .register {
2108 #quick_login .register {
2109 padding-right: 10px;
2109 padding-right: 10px;
2110 padding-top: 5px;
2110 padding-top: 5px;
2111 text-align: left;
2111 text-align: left;
2112 }
2112 }
2113
2113
2114 #quick_login .register a {
2114 #quick_login .register a {
2115 font-size: 10px;
2115 font-size: 10px;
2116 color: #fff;
2116 color: #fff;
2117 }
2117 }
2118
2118
2119 #quick_login .submit {
2119 #quick_login .submit {
2120 margin: -20px 0 0 0px;
2120 margin: -20px 0 0 0px;
2121 position: absolute;
2121 position: absolute;
2122 right: 15px;
2122 right: 15px;
2123 }
2123 }
2124
2124
2125 #quick_login .links_left{
2125 #quick_login .links_left{
2126 float: left;
2126 float: left;
2127 }
2127 }
2128 #quick_login .links_right{
2128 #quick_login .links_right{
2129 float: right;
2129 float: right;
2130 }
2130 }
2131 #quick_login .full_name{
2131 #quick_login .full_name{
2132 color: #FFFFFF;
2132 color: #FFFFFF;
2133 font-weight: bold;
2133 font-weight: bold;
2134 padding: 3px;
2134 padding: 3px;
2135 }
2135 }
2136 #quick_login .big_gravatar{
2136 #quick_login .big_gravatar{
2137 padding:4px 0px 0px 6px;
2137 padding:4px 0px 0px 6px;
2138 }
2138 }
2139 #quick_login .inbox{
2139 #quick_login .inbox{
2140 padding:4px 0px 0px 6px;
2140 padding:4px 0px 0px 6px;
2141 color: #FFFFFF;
2141 color: #FFFFFF;
2142 font-weight: bold;
2142 font-weight: bold;
2143 }
2143 }
2144 #quick_login .inbox a{
2144 #quick_login .inbox a{
2145 color: #FFFFFF;
2145 color: #FFFFFF;
2146 }
2146 }
2147 #quick_login .email,#quick_login .email a{
2147 #quick_login .email,#quick_login .email a{
2148 color: #FFFFFF;
2148 color: #FFFFFF;
2149 padding: 3px;
2149 padding: 3px;
2150
2150
2151 }
2151 }
2152 #quick_login .links .logout{
2152 #quick_login .links .logout{
2153
2153
2154 }
2154 }
2155
2155
2156 #quick_login div.form div.fields {
2156 #quick_login div.form div.fields {
2157 padding-top: 2px;
2157 padding-top: 2px;
2158 padding-left: 10px;
2158 padding-left: 10px;
2159 }
2159 }
2160
2160
2161 #quick_login div.form div.fields div.field {
2161 #quick_login div.form div.fields div.field {
2162 padding: 5px;
2162 padding: 5px;
2163 }
2163 }
2164
2164
2165 #quick_login div.form div.fields div.field div.label label {
2165 #quick_login div.form div.fields div.field div.label label {
2166 color: #fff;
2166 color: #fff;
2167 padding-bottom: 3px;
2167 padding-bottom: 3px;
2168 }
2168 }
2169
2169
2170 #quick_login div.form div.fields div.field div.input input {
2170 #quick_login div.form div.fields div.field div.input input {
2171 width: 236px;
2171 width: 236px;
2172 background: #FFF;
2172 background: #FFF;
2173 border-top: 1px solid #b3b3b3;
2173 border-top: 1px solid #b3b3b3;
2174 border-left: 1px solid #b3b3b3;
2174 border-left: 1px solid #b3b3b3;
2175 border-right: 1px solid #eaeaea;
2175 border-right: 1px solid #eaeaea;
2176 border-bottom: 1px solid #eaeaea;
2176 border-bottom: 1px solid #eaeaea;
2177 color: #000;
2177 color: #000;
2178 font-size: 11px;
2178 font-size: 11px;
2179 margin: 0;
2179 margin: 0;
2180 padding: 5px 7px 4px;
2180 padding: 5px 7px 4px;
2181 }
2181 }
2182
2182
2183 #quick_login div.form div.fields div.buttons {
2183 #quick_login div.form div.fields div.buttons {
2184 clear: both;
2184 clear: both;
2185 overflow: hidden;
2185 overflow: hidden;
2186 text-align: right;
2186 text-align: right;
2187 margin: 0;
2187 margin: 0;
2188 padding: 5px 14px 0px 5px;
2188 padding: 5px 14px 0px 5px;
2189 }
2189 }
2190
2190
2191 #quick_login div.form div.links {
2191 #quick_login div.form div.links {
2192 clear: both;
2192 clear: both;
2193 overflow: hidden;
2193 overflow: hidden;
2194 margin: 10px 0 0;
2194 margin: 10px 0 0;
2195 padding: 0 0 2px;
2195 padding: 0 0 2px;
2196 }
2196 }
2197
2197
2198 #quick_login ol.links{
2198 #quick_login ol.links{
2199 display: block;
2199 display: block;
2200 font-weight: bold;
2200 font-weight: bold;
2201 list-style: none outside none;
2201 list-style: none outside none;
2202 text-align: right;
2202 text-align: right;
2203 }
2203 }
2204 #quick_login ol.links li{
2204 #quick_login ol.links li{
2205 line-height: 27px;
2205 line-height: 27px;
2206 margin: 0;
2206 margin: 0;
2207 padding: 0;
2207 padding: 0;
2208 color: #fff;
2208 color: #fff;
2209 display: block;
2209 display: block;
2210 float:none !important;
2210 float:none !important;
2211 }
2211 }
2212
2212
2213 #quick_login ol.links li a{
2213 #quick_login ol.links li a{
2214 color: #fff;
2214 color: #fff;
2215 display: block;
2215 display: block;
2216 padding: 2px;
2216 padding: 2px;
2217 }
2217 }
2218 #quick_login ol.links li a:HOVER{
2218 #quick_login ol.links li a:HOVER{
2219 background-color: inherit !important;
2219 background-color: inherit !important;
2220 }
2220 }
2221
2221
2222 #register div.title {
2222 #register div.title {
2223 clear: both;
2223 clear: both;
2224 overflow: hidden;
2224 overflow: hidden;
2225 position: relative;
2225 position: relative;
2226 background-color: #003B76;
2226 background-color: #003B76;
2227 background-repeat: repeat-x;
2227 background-repeat: repeat-x;
2228 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2228 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2229 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2229 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2230 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2230 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2231 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2231 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2232 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2232 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2233 background-image: -o-linear-gradient(top, #003b76, #00376e);
2233 background-image: -o-linear-gradient(top, #003b76, #00376e);
2234 background-image: linear-gradient(top, #003b76, #00376e);
2234 background-image: linear-gradient(top, #003b76, #00376e);
2235 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2235 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2236 endColorstr='#00376e', GradientType=0 );
2236 endColorstr='#00376e', GradientType=0 );
2237 margin: 0 auto;
2237 margin: 0 auto;
2238 padding: 0;
2238 padding: 0;
2239 }
2239 }
2240
2240
2241 #register div.inner {
2241 #register div.inner {
2242 background: #FFF;
2242 background: #FFF;
2243 border-top: none;
2243 border-top: none;
2244 border-bottom: none;
2244 border-bottom: none;
2245 margin: 0 auto;
2245 margin: 0 auto;
2246 padding: 20px;
2246 padding: 20px;
2247 }
2247 }
2248
2248
2249 #register div.form div.fields div.field div.label {
2249 #register div.form div.fields div.field div.label {
2250 width: 135px;
2250 width: 135px;
2251 float: left;
2251 float: left;
2252 text-align: right;
2252 text-align: right;
2253 margin: 2px 10px 0 0;
2253 margin: 2px 10px 0 0;
2254 padding: 5px 0 0 5px;
2254 padding: 5px 0 0 5px;
2255 }
2255 }
2256
2256
2257 #register div.form div.fields div.field div.input input {
2257 #register div.form div.fields div.field div.input input {
2258 width: 300px;
2258 width: 300px;
2259 background: #FFF;
2259 background: #FFF;
2260 border-top: 1px solid #b3b3b3;
2260 border-top: 1px solid #b3b3b3;
2261 border-left: 1px solid #b3b3b3;
2261 border-left: 1px solid #b3b3b3;
2262 border-right: 1px solid #eaeaea;
2262 border-right: 1px solid #eaeaea;
2263 border-bottom: 1px solid #eaeaea;
2263 border-bottom: 1px solid #eaeaea;
2264 color: #000;
2264 color: #000;
2265 font-size: 11px;
2265 font-size: 11px;
2266 margin: 0;
2266 margin: 0;
2267 padding: 7px 7px 6px;
2267 padding: 7px 7px 6px;
2268 }
2268 }
2269
2269
2270 #register div.form div.fields div.buttons {
2270 #register div.form div.fields div.buttons {
2271 clear: both;
2271 clear: both;
2272 overflow: hidden;
2272 overflow: hidden;
2273 border-top: 1px solid #DDD;
2273 border-top: 1px solid #DDD;
2274 text-align: left;
2274 text-align: left;
2275 margin: 0;
2275 margin: 0;
2276 padding: 10px 0 0 150px;
2276 padding: 10px 0 0 150px;
2277 }
2277 }
2278
2278
2279 #register div.form div.activation_msg {
2279 #register div.form div.activation_msg {
2280 padding-top: 4px;
2280 padding-top: 4px;
2281 padding-bottom: 4px;
2281 padding-bottom: 4px;
2282 }
2282 }
2283
2283
2284 #journal .journal_day {
2284 #journal .journal_day {
2285 font-size: 20px;
2285 font-size: 20px;
2286 padding: 10px 0px;
2286 padding: 10px 0px;
2287 border-bottom: 2px solid #DDD;
2287 border-bottom: 2px solid #DDD;
2288 margin-left: 10px;
2288 margin-left: 10px;
2289 margin-right: 10px;
2289 margin-right: 10px;
2290 }
2290 }
2291
2291
2292 #journal .journal_container {
2292 #journal .journal_container {
2293 padding: 5px;
2293 padding: 5px;
2294 clear: both;
2294 clear: both;
2295 margin: 0px 5px 0px 10px;
2295 margin: 0px 5px 0px 10px;
2296 }
2296 }
2297
2297
2298 #journal .journal_action_container {
2298 #journal .journal_action_container {
2299 padding-left: 38px;
2299 padding-left: 38px;
2300 }
2300 }
2301
2301
2302 #journal .journal_user {
2302 #journal .journal_user {
2303 color: #747474;
2303 color: #747474;
2304 font-size: 14px;
2304 font-size: 14px;
2305 font-weight: bold;
2305 font-weight: bold;
2306 height: 30px;
2306 height: 30px;
2307 }
2307 }
2308
2308
2309 #journal .journal_icon {
2309 #journal .journal_icon {
2310 clear: both;
2310 clear: both;
2311 float: left;
2311 float: left;
2312 padding-right: 4px;
2312 padding-right: 4px;
2313 padding-top: 3px;
2313 padding-top: 3px;
2314 }
2314 }
2315
2315
2316 #journal .journal_action {
2316 #journal .journal_action {
2317 padding-top: 4px;
2317 padding-top: 4px;
2318 min-height: 2px;
2318 min-height: 2px;
2319 float: left
2319 float: left
2320 }
2320 }
2321
2321
2322 #journal .journal_action_params {
2322 #journal .journal_action_params {
2323 clear: left;
2323 clear: left;
2324 padding-left: 22px;
2324 padding-left: 22px;
2325 }
2325 }
2326
2326
2327 #journal .journal_repo {
2327 #journal .journal_repo {
2328 float: left;
2328 float: left;
2329 margin-left: 6px;
2329 margin-left: 6px;
2330 padding-top: 3px;
2330 padding-top: 3px;
2331 }
2331 }
2332
2332
2333 #journal .date {
2333 #journal .date {
2334 clear: both;
2334 clear: both;
2335 color: #777777;
2335 color: #777777;
2336 font-size: 11px;
2336 font-size: 11px;
2337 padding-left: 22px;
2337 padding-left: 22px;
2338 }
2338 }
2339
2339
2340 #journal .journal_repo .journal_repo_name {
2340 #journal .journal_repo .journal_repo_name {
2341 font-weight: bold;
2341 font-weight: bold;
2342 font-size: 1.1em;
2342 font-size: 1.1em;
2343 }
2343 }
2344
2344
2345 #journal .compare_view {
2345 #journal .compare_view {
2346 padding: 5px 0px 5px 0px;
2346 padding: 5px 0px 5px 0px;
2347 width: 95px;
2347 width: 95px;
2348 }
2348 }
2349
2349
2350 .journal_highlight {
2350 .journal_highlight {
2351 font-weight: bold;
2351 font-weight: bold;
2352 padding: 0 2px;
2352 padding: 0 2px;
2353 vertical-align: bottom;
2353 vertical-align: bottom;
2354 }
2354 }
2355
2355
2356 .trending_language_tbl,.trending_language_tbl td {
2356 .trending_language_tbl,.trending_language_tbl td {
2357 border: 0 !important;
2357 border: 0 !important;
2358 margin: 0 !important;
2358 margin: 0 !important;
2359 padding: 0 !important;
2359 padding: 0 !important;
2360 }
2360 }
2361
2361
2362 .trending_language_tbl,.trending_language_tbl tr {
2362 .trending_language_tbl,.trending_language_tbl tr {
2363 border-spacing: 1px;
2363 border-spacing: 1px;
2364 }
2364 }
2365
2365
2366 .trending_language {
2366 .trending_language {
2367 background-color: #003367;
2367 background-color: #003367;
2368 color: #FFF;
2368 color: #FFF;
2369 display: block;
2369 display: block;
2370 min-width: 20px;
2370 min-width: 20px;
2371 text-decoration: none;
2371 text-decoration: none;
2372 height: 12px;
2372 height: 12px;
2373 margin-bottom: 0px;
2373 margin-bottom: 0px;
2374 margin-left: 5px;
2374 margin-left: 5px;
2375 white-space: pre;
2375 white-space: pre;
2376 padding: 3px;
2376 padding: 3px;
2377 }
2377 }
2378
2378
2379 h3.files_location {
2379 h3.files_location {
2380 font-size: 1.8em;
2380 font-size: 1.8em;
2381 font-weight: 700;
2381 font-weight: 700;
2382 border-bottom: none !important;
2382 border-bottom: none !important;
2383 margin: 10px 0 !important;
2383 margin: 10px 0 !important;
2384 }
2384 }
2385
2385
2386 #files_data dl dt {
2386 #files_data dl dt {
2387 float: left;
2387 float: left;
2388 width: 60px;
2388 width: 60px;
2389 margin: 0 !important;
2389 margin: 0 !important;
2390 padding: 5px;
2390 padding: 5px;
2391 }
2391 }
2392
2392
2393 #files_data dl dd {
2393 #files_data dl dd {
2394 margin: 0 !important;
2394 margin: 0 !important;
2395 padding: 5px !important;
2395 padding: 5px !important;
2396 }
2396 }
2397
2397
2398 .file_history{
2398 .file_history{
2399 padding-top:10px;
2399 padding-top:10px;
2400 font-size:16px;
2400 font-size:16px;
2401 }
2401 }
2402 .file_author{
2402 .file_author{
2403 float: left;
2403 float: left;
2404 }
2404 }
2405
2405
2406 .file_author .item{
2406 .file_author .item{
2407 float:left;
2407 float:left;
2408 padding:5px;
2408 padding:5px;
2409 color: #888;
2409 color: #888;
2410 }
2410 }
2411
2411
2412 .tablerow0 {
2412 .tablerow0 {
2413 background-color: #F8F8F8;
2413 background-color: #F8F8F8;
2414 }
2414 }
2415
2415
2416 .tablerow1 {
2416 .tablerow1 {
2417 background-color: #FFFFFF;
2417 background-color: #FFFFFF;
2418 }
2418 }
2419
2419
2420 .changeset_id {
2420 .changeset_id {
2421 font-family: monospace;
2421 font-family: monospace;
2422 color: #666666;
2422 color: #666666;
2423 }
2423 }
2424
2424
2425 .changeset_hash {
2425 .changeset_hash {
2426 color: #000000;
2426 color: #000000;
2427 }
2427 }
2428
2428
2429 #changeset_content {
2429 #changeset_content {
2430 border-left: 1px solid #CCC;
2430 border-left: 1px solid #CCC;
2431 border-right: 1px solid #CCC;
2431 border-right: 1px solid #CCC;
2432 border-bottom: 1px solid #CCC;
2432 border-bottom: 1px solid #CCC;
2433 padding: 5px;
2433 padding: 5px;
2434 }
2434 }
2435
2435
2436 #changeset_compare_view_content {
2436 #changeset_compare_view_content {
2437 border: 1px solid #CCC;
2437 border: 1px solid #CCC;
2438 padding: 5px;
2438 padding: 5px;
2439 }
2439 }
2440
2440
2441 #changeset_content .container {
2441 #changeset_content .container {
2442 min-height: 100px;
2442 min-height: 100px;
2443 font-size: 1.2em;
2443 font-size: 1.2em;
2444 overflow: hidden;
2444 overflow: hidden;
2445 }
2445 }
2446
2446
2447 #changeset_compare_view_content .compare_view_commits {
2447 #changeset_compare_view_content .compare_view_commits {
2448 width: auto !important;
2448 width: auto !important;
2449 }
2449 }
2450
2450
2451 #changeset_compare_view_content .compare_view_commits td {
2451 #changeset_compare_view_content .compare_view_commits td {
2452 padding: 0px 0px 0px 12px !important;
2452 padding: 0px 0px 0px 12px !important;
2453 }
2453 }
2454
2454
2455 #changeset_content .container .right {
2455 #changeset_content .container .right {
2456 float: right;
2456 float: right;
2457 width: 20%;
2457 width: 20%;
2458 text-align: right;
2458 text-align: right;
2459 }
2459 }
2460
2460
2461 #changeset_content .container .left .message {
2461 #changeset_content .container .left .message {
2462 white-space: pre-wrap;
2462 white-space: pre-wrap;
2463 }
2463 }
2464 #changeset_content .container .left .message a:hover {
2464 #changeset_content .container .left .message a:hover {
2465 text-decoration: none;
2465 text-decoration: none;
2466 }
2466 }
2467 .cs_files .cur_cs {
2467 .cs_files .cur_cs {
2468 margin: 10px 2px;
2468 margin: 10px 2px;
2469 font-weight: bold;
2469 font-weight: bold;
2470 }
2470 }
2471
2471
2472 .cs_files .node {
2472 .cs_files .node {
2473 float: left;
2473 float: left;
2474 }
2474 }
2475
2475
2476 .cs_files .changes {
2476 .cs_files .changes {
2477 float: right;
2477 float: right;
2478 color:#003367;
2478 color:#003367;
2479
2479
2480 }
2480 }
2481
2481
2482 .cs_files .changes .added {
2482 .cs_files .changes .added {
2483 background-color: #BBFFBB;
2483 background-color: #BBFFBB;
2484 float: left;
2484 float: left;
2485 text-align: center;
2485 text-align: center;
2486 font-size: 9px;
2486 font-size: 9px;
2487 padding: 2px 0px 2px 0px;
2487 padding: 2px 0px 2px 0px;
2488 }
2488 }
2489
2489
2490 .cs_files .changes .deleted {
2490 .cs_files .changes .deleted {
2491 background-color: #FF8888;
2491 background-color: #FF8888;
2492 float: left;
2492 float: left;
2493 text-align: center;
2493 text-align: center;
2494 font-size: 9px;
2494 font-size: 9px;
2495 padding: 2px 0px 2px 0px;
2495 padding: 2px 0px 2px 0px;
2496 }
2496 }
2497
2497
2498 .cs_files .cs_added,.cs_files .cs_A {
2498 .cs_files .cs_added,.cs_files .cs_A {
2499 background: url("../images/icons/page_white_add.png") no-repeat scroll
2499 background: url("../images/icons/page_white_add.png") no-repeat scroll
2500 3px;
2500 3px;
2501 height: 16px;
2501 height: 16px;
2502 padding-left: 20px;
2502 padding-left: 20px;
2503 margin-top: 7px;
2503 margin-top: 7px;
2504 text-align: left;
2504 text-align: left;
2505 }
2505 }
2506
2506
2507 .cs_files .cs_changed,.cs_files .cs_M {
2507 .cs_files .cs_changed,.cs_files .cs_M {
2508 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2508 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2509 3px;
2509 3px;
2510 height: 16px;
2510 height: 16px;
2511 padding-left: 20px;
2511 padding-left: 20px;
2512 margin-top: 7px;
2512 margin-top: 7px;
2513 text-align: left;
2513 text-align: left;
2514 }
2514 }
2515
2515
2516 .cs_files .cs_removed,.cs_files .cs_D {
2516 .cs_files .cs_removed,.cs_files .cs_D {
2517 background: url("../images/icons/page_white_delete.png") no-repeat
2517 background: url("../images/icons/page_white_delete.png") no-repeat
2518 scroll 3px;
2518 scroll 3px;
2519 height: 16px;
2519 height: 16px;
2520 padding-left: 20px;
2520 padding-left: 20px;
2521 margin-top: 7px;
2521 margin-top: 7px;
2522 text-align: left;
2522 text-align: left;
2523 }
2523 }
2524
2524
2525 #graph {
2525 #graph {
2526 overflow: hidden;
2526 overflow: hidden;
2527 }
2527 }
2528
2528
2529 #graph_nodes {
2529 #graph_nodes {
2530 float: left;
2530 float: left;
2531 margin-right: -6px;
2531 margin-right: 0px;
2532 margin-top: 0px;
2532 margin-top: 0px;
2533 }
2533 }
2534
2534
2535 #graph_content {
2535 #graph_content {
2536 width: 80%;
2536 width: 80%;
2537 float: left;
2537 float: left;
2538 }
2538 }
2539
2539
2540 #graph_content .container_header {
2540 #graph_content .container_header {
2541 border-bottom: 1px solid #DDD;
2541 border-bottom: 1px solid #DDD;
2542 padding: 10px;
2542 padding: 10px;
2543 height: 25px;
2543 height: 25px;
2544 }
2544 }
2545
2545
2546 #graph_content #rev_range_container {
2546 #graph_content #rev_range_container {
2547 float: left;
2547 float: left;
2548 margin: 0px 0px 0px 3px;
2548 margin: 0px 0px 0px 3px;
2549 }
2549 }
2550
2550
2551 #graph_content .container {
2551 #graph_content .container {
2552 border-bottom: 1px solid #DDD;
2552 border-bottom: 1px solid #DDD;
2553 height: 56px;
2553 height: 56px;
2554 overflow: hidden;
2554 overflow: hidden;
2555 }
2555 }
2556
2556
2557 #graph_content .container .right {
2557 #graph_content .container .right {
2558 float: right;
2558 float: right;
2559 width: 23%;
2559 width: 23%;
2560 text-align: right;
2560 text-align: right;
2561 }
2561 }
2562
2562
2563 #graph_content .container .left {
2563 #graph_content .container .left {
2564 float: left;
2564 float: left;
2565 width: 25%;
2565 width: 25%;
2566 padding-left: 5px;
2566 padding-left: 5px;
2567 }
2567 }
2568
2568
2569 #graph_content .container .mid {
2569 #graph_content .container .mid {
2570 float: left;
2570 float: left;
2571 width: 49%;
2571 width: 49%;
2572 }
2572 }
2573
2573
2574
2574
2575 #graph_content .container .left .date {
2575 #graph_content .container .left .date {
2576 color: #666;
2576 color: #666;
2577 padding-left: 22px;
2577 padding-left: 22px;
2578 font-size: 10px;
2578 font-size: 10px;
2579 }
2579 }
2580
2580
2581 #graph_content .container .left .author {
2581 #graph_content .container .left .author {
2582 height: 22px;
2582 height: 22px;
2583 }
2583 }
2584
2584
2585 #graph_content .container .left .author .user {
2585 #graph_content .container .left .author .user {
2586 color: #444444;
2586 color: #444444;
2587 float: left;
2587 float: left;
2588 margin-left: -4px;
2588 margin-left: -4px;
2589 margin-top: 4px;
2589 margin-top: 4px;
2590 }
2590 }
2591
2591
2592 #graph_content .container .mid .message {
2592 #graph_content .container .mid .message {
2593 white-space: pre-wrap;
2593 white-space: pre-wrap;
2594 }
2594 }
2595
2595
2596 #graph_content .container .mid .message a:hover{
2596 #graph_content .container .mid .message a:hover{
2597 text-decoration: none;
2597 text-decoration: none;
2598 }
2598 }
2599 #content #graph_content .message .revision-link,
2599 #content #graph_content .message .revision-link,
2600 #changeset_content .container .message .revision-link
2600 #changeset_content .container .message .revision-link
2601 {
2601 {
2602 color:#3F6F9F;
2602 color:#3F6F9F;
2603 font-weight: bold !important;
2603 font-weight: bold !important;
2604 }
2604 }
2605
2605
2606 #content #graph_content .message .issue-tracker-link,
2606 #content #graph_content .message .issue-tracker-link,
2607 #changeset_content .container .message .issue-tracker-link{
2607 #changeset_content .container .message .issue-tracker-link{
2608 color:#3F6F9F;
2608 color:#3F6F9F;
2609 font-weight: bold !important;
2609 font-weight: bold !important;
2610 }
2610 }
2611
2611
2612 .changeset-status-container{
2612 .changeset-status-container{
2613 padding-right: 5px;
2613 padding-right: 5px;
2614 margin-top:1px;
2614 margin-top:1px;
2615 float:right;
2615 float:right;
2616 height:14px;
2616 height:14px;
2617 }
2617 }
2618 .code-header .changeset-status-container{
2618 .code-header .changeset-status-container{
2619 float:left;
2619 float:left;
2620 padding:2px 0px 0px 2px;
2620 padding:2px 0px 0px 2px;
2621 }
2621 }
2622 .changeset-status-container .changeset-status-lbl{
2622 .changeset-status-container .changeset-status-lbl{
2623 color: rgb(136, 136, 136);
2623 color: rgb(136, 136, 136);
2624 float: left;
2624 float: left;
2625 padding: 3px 4px 0px 0px
2625 padding: 3px 4px 0px 0px
2626 }
2626 }
2627 .code-header .changeset-status-container .changeset-status-lbl{
2627 .code-header .changeset-status-container .changeset-status-lbl{
2628 float: left;
2628 float: left;
2629 padding: 0px 4px 0px 0px;
2629 padding: 0px 4px 0px 0px;
2630 }
2630 }
2631 .changeset-status-container .changeset-status-ico{
2631 .changeset-status-container .changeset-status-ico{
2632 float: left;
2632 float: left;
2633 }
2633 }
2634 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{
2634 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{
2635 float: left;
2635 float: left;
2636 }
2636 }
2637 .right .comments-container{
2637 .right .comments-container{
2638 padding-right: 5px;
2638 padding-right: 5px;
2639 margin-top:1px;
2639 margin-top:1px;
2640 float:right;
2640 float:right;
2641 height:14px;
2641 height:14px;
2642 }
2642 }
2643
2643
2644 .right .comments-cnt{
2644 .right .comments-cnt{
2645 float: left;
2645 float: left;
2646 color: rgb(136, 136, 136);
2646 color: rgb(136, 136, 136);
2647 padding-right: 2px;
2647 padding-right: 2px;
2648 }
2648 }
2649
2649
2650 .right .changes{
2650 .right .changes{
2651 clear: both;
2651 clear: both;
2652 }
2652 }
2653
2653
2654 .right .changes .changed_total {
2654 .right .changes .changed_total {
2655 display: block;
2655 display: block;
2656 float: right;
2656 float: right;
2657 text-align: center;
2657 text-align: center;
2658 min-width: 45px;
2658 min-width: 45px;
2659 cursor: pointer;
2659 cursor: pointer;
2660 color: #444444;
2660 color: #444444;
2661 background: #FEA;
2661 background: #FEA;
2662 -webkit-border-radius: 0px 0px 0px 6px;
2662 -webkit-border-radius: 0px 0px 0px 6px;
2663 -moz-border-radius: 0px 0px 0px 6px;
2663 -moz-border-radius: 0px 0px 0px 6px;
2664 border-radius: 0px 0px 0px 6px;
2664 border-radius: 0px 0px 0px 6px;
2665 padding: 1px;
2665 padding: 1px;
2666 }
2666 }
2667
2667
2668 .right .changes .added,.changed,.removed {
2668 .right .changes .added,.changed,.removed {
2669 display: block;
2669 display: block;
2670 padding: 1px;
2670 padding: 1px;
2671 color: #444444;
2671 color: #444444;
2672 float: right;
2672 float: right;
2673 text-align: center;
2673 text-align: center;
2674 min-width: 15px;
2674 min-width: 15px;
2675 }
2675 }
2676
2676
2677 .right .changes .added {
2677 .right .changes .added {
2678 background: #CFC;
2678 background: #CFC;
2679 }
2679 }
2680
2680
2681 .right .changes .changed {
2681 .right .changes .changed {
2682 background: #FEA;
2682 background: #FEA;
2683 }
2683 }
2684
2684
2685 .right .changes .removed {
2685 .right .changes .removed {
2686 background: #FAA;
2686 background: #FAA;
2687 }
2687 }
2688
2688
2689 .right .merge {
2689 .right .merge {
2690 padding: 1px 3px 1px 3px;
2690 padding: 1px 3px 1px 3px;
2691 background-color: #fca062;
2691 background-color: #fca062;
2692 font-size: 10px;
2692 font-size: 10px;
2693 font-weight: bold;
2693 font-weight: bold;
2694 color: #ffffff;
2694 color: #ffffff;
2695 text-transform: uppercase;
2695 text-transform: uppercase;
2696 white-space: nowrap;
2696 white-space: nowrap;
2697 -webkit-border-radius: 3px;
2697 -webkit-border-radius: 3px;
2698 -moz-border-radius: 3px;
2698 -moz-border-radius: 3px;
2699 border-radius: 3px;
2699 border-radius: 3px;
2700 margin-right: 2px;
2700 margin-right: 2px;
2701 }
2701 }
2702
2702
2703 .right .parent {
2703 .right .parent {
2704 color: #666666;
2704 color: #666666;
2705 clear:both;
2705 clear:both;
2706 }
2706 }
2707 .right .logtags{
2707 .right .logtags{
2708 padding: 2px 2px 2px 2px;
2708 padding: 2px 2px 2px 2px;
2709 }
2709 }
2710 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
2710 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
2711 margin: 0px 2px;
2711 margin: 0px 2px;
2712 }
2712 }
2713
2713
2714 .right .logtags .branchtag,.logtags .branchtag {
2714 .right .logtags .branchtag,.logtags .branchtag {
2715 padding: 1px 3px 1px 3px;
2715 padding: 1px 3px 1px 3px;
2716 background-color: #bfbfbf;
2716 background-color: #bfbfbf;
2717 font-size: 10px;
2717 font-size: 10px;
2718 font-weight: bold;
2718 font-weight: bold;
2719 color: #ffffff;
2719 color: #ffffff;
2720 text-transform: uppercase;
2720 text-transform: uppercase;
2721 white-space: nowrap;
2721 white-space: nowrap;
2722 -webkit-border-radius: 3px;
2722 -webkit-border-radius: 3px;
2723 -moz-border-radius: 3px;
2723 -moz-border-radius: 3px;
2724 border-radius: 3px;
2724 border-radius: 3px;
2725 }
2725 }
2726 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2726 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2727 color: #ffffff;
2727 color: #ffffff;
2728 }
2728 }
2729 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2729 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2730 text-decoration: none;
2730 text-decoration: none;
2731 color: #ffffff;
2731 color: #ffffff;
2732 }
2732 }
2733 .right .logtags .tagtag,.logtags .tagtag {
2733 .right .logtags .tagtag,.logtags .tagtag {
2734 padding: 1px 3px 1px 3px;
2734 padding: 1px 3px 1px 3px;
2735 background-color: #62cffc;
2735 background-color: #62cffc;
2736 font-size: 10px;
2736 font-size: 10px;
2737 font-weight: bold;
2737 font-weight: bold;
2738 color: #ffffff;
2738 color: #ffffff;
2739 text-transform: uppercase;
2739 text-transform: uppercase;
2740 white-space: nowrap;
2740 white-space: nowrap;
2741 -webkit-border-radius: 3px;
2741 -webkit-border-radius: 3px;
2742 -moz-border-radius: 3px;
2742 -moz-border-radius: 3px;
2743 border-radius: 3px;
2743 border-radius: 3px;
2744 }
2744 }
2745 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2745 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2746 color: #ffffff;
2746 color: #ffffff;
2747 }
2747 }
2748 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2748 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2749 text-decoration: none;
2749 text-decoration: none;
2750 color: #ffffff;
2750 color: #ffffff;
2751 }
2751 }
2752 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
2752 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
2753 padding: 1px 3px 1px 3px;
2753 padding: 1px 3px 1px 3px;
2754 background-color: #46A546;
2754 background-color: #46A546;
2755 font-size: 10px;
2755 font-size: 10px;
2756 font-weight: bold;
2756 font-weight: bold;
2757 color: #ffffff;
2757 color: #ffffff;
2758 text-transform: uppercase;
2758 text-transform: uppercase;
2759 white-space: nowrap;
2759 white-space: nowrap;
2760 -webkit-border-radius: 3px;
2760 -webkit-border-radius: 3px;
2761 -moz-border-radius: 3px;
2761 -moz-border-radius: 3px;
2762 border-radius: 3px;
2762 border-radius: 3px;
2763 }
2763 }
2764 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2764 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2765 color: #ffffff;
2765 color: #ffffff;
2766 }
2766 }
2767 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
2767 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
2768 text-decoration: none;
2768 text-decoration: none;
2769 color: #ffffff;
2769 color: #ffffff;
2770 }
2770 }
2771 div.browserblock {
2771 div.browserblock {
2772 overflow: hidden;
2772 overflow: hidden;
2773 border: 1px solid #ccc;
2773 border: 1px solid #ccc;
2774 background: #f8f8f8;
2774 background: #f8f8f8;
2775 font-size: 100%;
2775 font-size: 100%;
2776 line-height: 125%;
2776 line-height: 125%;
2777 padding: 0;
2777 padding: 0;
2778 -webkit-border-radius: 6px 6px 0px 0px;
2778 -webkit-border-radius: 6px 6px 0px 0px;
2779 -moz-border-radius: 6px 6px 0px 0px;
2779 -moz-border-radius: 6px 6px 0px 0px;
2780 border-radius: 6px 6px 0px 0px;
2780 border-radius: 6px 6px 0px 0px;
2781 }
2781 }
2782
2782
2783 div.browserblock .browser-header {
2783 div.browserblock .browser-header {
2784 background: #FFF;
2784 background: #FFF;
2785 padding: 10px 0px 15px 0px;
2785 padding: 10px 0px 15px 0px;
2786 width: 100%;
2786 width: 100%;
2787 }
2787 }
2788
2788
2789 div.browserblock .browser-nav {
2789 div.browserblock .browser-nav {
2790 float: left
2790 float: left
2791 }
2791 }
2792
2792
2793 div.browserblock .browser-branch {
2793 div.browserblock .browser-branch {
2794 float: left;
2794 float: left;
2795 }
2795 }
2796
2796
2797 div.browserblock .browser-branch label {
2797 div.browserblock .browser-branch label {
2798 color: #4A4A4A;
2798 color: #4A4A4A;
2799 vertical-align: text-top;
2799 vertical-align: text-top;
2800 }
2800 }
2801
2801
2802 div.browserblock .browser-header span {
2802 div.browserblock .browser-header span {
2803 margin-left: 5px;
2803 margin-left: 5px;
2804 font-weight: 700;
2804 font-weight: 700;
2805 }
2805 }
2806
2806
2807 div.browserblock .browser-search {
2807 div.browserblock .browser-search {
2808 clear: both;
2808 clear: both;
2809 padding: 8px 8px 0px 5px;
2809 padding: 8px 8px 0px 5px;
2810 height: 20px;
2810 height: 20px;
2811 }
2811 }
2812
2812
2813 div.browserblock #node_filter_box {
2813 div.browserblock #node_filter_box {
2814
2814
2815 }
2815 }
2816
2816
2817 div.browserblock .search_activate {
2817 div.browserblock .search_activate {
2818 float: left
2818 float: left
2819 }
2819 }
2820
2820
2821 div.browserblock .add_node {
2821 div.browserblock .add_node {
2822 float: left;
2822 float: left;
2823 padding-left: 5px;
2823 padding-left: 5px;
2824 }
2824 }
2825
2825
2826 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2826 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2827 {
2827 {
2828 text-decoration: none !important;
2828 text-decoration: none !important;
2829 }
2829 }
2830
2830
2831 div.browserblock .browser-body {
2831 div.browserblock .browser-body {
2832 background: #EEE;
2832 background: #EEE;
2833 border-top: 1px solid #CCC;
2833 border-top: 1px solid #CCC;
2834 }
2834 }
2835
2835
2836 table.code-browser {
2836 table.code-browser {
2837 border-collapse: collapse;
2837 border-collapse: collapse;
2838 width: 100%;
2838 width: 100%;
2839 }
2839 }
2840
2840
2841 table.code-browser tr {
2841 table.code-browser tr {
2842 margin: 3px;
2842 margin: 3px;
2843 }
2843 }
2844
2844
2845 table.code-browser thead th {
2845 table.code-browser thead th {
2846 background-color: #EEE;
2846 background-color: #EEE;
2847 height: 20px;
2847 height: 20px;
2848 font-size: 1.1em;
2848 font-size: 1.1em;
2849 font-weight: 700;
2849 font-weight: 700;
2850 text-align: left;
2850 text-align: left;
2851 padding-left: 10px;
2851 padding-left: 10px;
2852 }
2852 }
2853
2853
2854 table.code-browser tbody td {
2854 table.code-browser tbody td {
2855 padding-left: 10px;
2855 padding-left: 10px;
2856 height: 20px;
2856 height: 20px;
2857 }
2857 }
2858
2858
2859 table.code-browser .browser-file {
2859 table.code-browser .browser-file {
2860 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2860 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2861 height: 16px;
2861 height: 16px;
2862 padding-left: 20px;
2862 padding-left: 20px;
2863 text-align: left;
2863 text-align: left;
2864 }
2864 }
2865 .diffblock .changeset_header {
2865 .diffblock .changeset_header {
2866 height: 16px;
2866 height: 16px;
2867 }
2867 }
2868 .diffblock .changeset_file {
2868 .diffblock .changeset_file {
2869 background: url("../images/icons/file.png") no-repeat scroll 3px;
2869 background: url("../images/icons/file.png") no-repeat scroll 3px;
2870 text-align: left;
2870 text-align: left;
2871 float: left;
2871 float: left;
2872 padding: 2px 0px 2px 22px;
2872 padding: 2px 0px 2px 22px;
2873 }
2873 }
2874 .diffblock .diff-menu-wrapper{
2874 .diffblock .diff-menu-wrapper{
2875 float: left;
2875 float: left;
2876 }
2876 }
2877
2877
2878 .diffblock .diff-menu{
2878 .diffblock .diff-menu{
2879 position: absolute;
2879 position: absolute;
2880 background: none repeat scroll 0 0 #FFFFFF;
2880 background: none repeat scroll 0 0 #FFFFFF;
2881 border-color: #003367 #666666 #666666;
2881 border-color: #003367 #666666 #666666;
2882 border-right: 1px solid #666666;
2882 border-right: 1px solid #666666;
2883 border-style: solid solid solid;
2883 border-style: solid solid solid;
2884 border-width: 1px;
2884 border-width: 1px;
2885 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2885 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2886 margin-top:5px;
2886 margin-top:5px;
2887 margin-left:1px;
2887 margin-left:1px;
2888
2888
2889 }
2889 }
2890 .diffblock .diff-actions {
2890 .diffblock .diff-actions {
2891 padding: 2px 0px 0px 2px;
2891 padding: 2px 0px 0px 2px;
2892 float: left;
2892 float: left;
2893 }
2893 }
2894 .diffblock .diff-menu ul li {
2894 .diffblock .diff-menu ul li {
2895 padding: 0px 0px 0px 0px !important;
2895 padding: 0px 0px 0px 0px !important;
2896 }
2896 }
2897 .diffblock .diff-menu ul li a{
2897 .diffblock .diff-menu ul li a{
2898 display: block;
2898 display: block;
2899 padding: 3px 8px 3px 8px !important;
2899 padding: 3px 8px 3px 8px !important;
2900 }
2900 }
2901 .diffblock .diff-menu ul li a:hover{
2901 .diffblock .diff-menu ul li a:hover{
2902 text-decoration: none;
2902 text-decoration: none;
2903 background-color: #EEEEEE;
2903 background-color: #EEEEEE;
2904 }
2904 }
2905 table.code-browser .browser-dir {
2905 table.code-browser .browser-dir {
2906 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2906 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2907 height: 16px;
2907 height: 16px;
2908 padding-left: 20px;
2908 padding-left: 20px;
2909 text-align: left;
2909 text-align: left;
2910 }
2910 }
2911
2911
2912 table.code-browser .submodule-dir {
2912 table.code-browser .submodule-dir {
2913 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2913 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2914 height: 16px;
2914 height: 16px;
2915 padding-left: 20px;
2915 padding-left: 20px;
2916 text-align: left;
2916 text-align: left;
2917 }
2917 }
2918
2918
2919
2919
2920 .box .search {
2920 .box .search {
2921 clear: both;
2921 clear: both;
2922 overflow: hidden;
2922 overflow: hidden;
2923 margin: 0;
2923 margin: 0;
2924 padding: 0 20px 10px;
2924 padding: 0 20px 10px;
2925 }
2925 }
2926
2926
2927 .box .search div.search_path {
2927 .box .search div.search_path {
2928 background: none repeat scroll 0 0 #EEE;
2928 background: none repeat scroll 0 0 #EEE;
2929 border: 1px solid #CCC;
2929 border: 1px solid #CCC;
2930 color: blue;
2930 color: blue;
2931 margin-bottom: 10px;
2931 margin-bottom: 10px;
2932 padding: 10px 0;
2932 padding: 10px 0;
2933 }
2933 }
2934
2934
2935 .box .search div.search_path div.link {
2935 .box .search div.search_path div.link {
2936 font-weight: 700;
2936 font-weight: 700;
2937 margin-left: 25px;
2937 margin-left: 25px;
2938 }
2938 }
2939
2939
2940 .box .search div.search_path div.link a {
2940 .box .search div.search_path div.link a {
2941 color: #003367;
2941 color: #003367;
2942 cursor: pointer;
2942 cursor: pointer;
2943 text-decoration: none;
2943 text-decoration: none;
2944 }
2944 }
2945
2945
2946 #path_unlock {
2946 #path_unlock {
2947 color: red;
2947 color: red;
2948 font-size: 1.2em;
2948 font-size: 1.2em;
2949 padding-left: 4px;
2949 padding-left: 4px;
2950 }
2950 }
2951
2951
2952 .info_box span {
2952 .info_box span {
2953 margin-left: 3px;
2953 margin-left: 3px;
2954 margin-right: 3px;
2954 margin-right: 3px;
2955 }
2955 }
2956
2956
2957 .info_box .rev {
2957 .info_box .rev {
2958 color: #003367;
2958 color: #003367;
2959 font-size: 1.6em;
2959 font-size: 1.6em;
2960 font-weight: bold;
2960 font-weight: bold;
2961 vertical-align: sub;
2961 vertical-align: sub;
2962 }
2962 }
2963
2963
2964 .info_box input#at_rev,.info_box input#size {
2964 .info_box input#at_rev,.info_box input#size {
2965 background: #FFF;
2965 background: #FFF;
2966 border-top: 1px solid #b3b3b3;
2966 border-top: 1px solid #b3b3b3;
2967 border-left: 1px solid #b3b3b3;
2967 border-left: 1px solid #b3b3b3;
2968 border-right: 1px solid #eaeaea;
2968 border-right: 1px solid #eaeaea;
2969 border-bottom: 1px solid #eaeaea;
2969 border-bottom: 1px solid #eaeaea;
2970 color: #000;
2970 color: #000;
2971 font-size: 12px;
2971 font-size: 12px;
2972 margin: 0;
2972 margin: 0;
2973 padding: 1px 5px 1px;
2973 padding: 1px 5px 1px;
2974 }
2974 }
2975
2975
2976 .info_box input#view {
2976 .info_box input#view {
2977 text-align: center;
2977 text-align: center;
2978 padding: 4px 3px 2px 2px;
2978 padding: 4px 3px 2px 2px;
2979 }
2979 }
2980
2980
2981 .yui-overlay,.yui-panel-container {
2981 .yui-overlay,.yui-panel-container {
2982 visibility: hidden;
2982 visibility: hidden;
2983 position: absolute;
2983 position: absolute;
2984 z-index: 2;
2984 z-index: 2;
2985 }
2985 }
2986
2986
2987 .yui-tt {
2987 .yui-tt {
2988 visibility: hidden;
2988 visibility: hidden;
2989 position: absolute;
2989 position: absolute;
2990 color: #666;
2990 color: #666;
2991 background-color: #FFF;
2991 background-color: #FFF;
2992 border: 2px solid #003367;
2992 border: 2px solid #003367;
2993 font: 100% sans-serif;
2993 font: 100% sans-serif;
2994 width: auto;
2994 width: auto;
2995 opacity: 1px;
2995 opacity: 1px;
2996 padding: 8px;
2996 padding: 8px;
2997 white-space: pre-wrap;
2997 white-space: pre-wrap;
2998 -webkit-border-radius: 8px 8px 8px 8px;
2998 -webkit-border-radius: 8px 8px 8px 8px;
2999 -khtml-border-radius: 8px 8px 8px 8px;
2999 -khtml-border-radius: 8px 8px 8px 8px;
3000 -moz-border-radius: 8px 8px 8px 8px;
3000 -moz-border-radius: 8px 8px 8px 8px;
3001 border-radius: 8px 8px 8px 8px;
3001 border-radius: 8px 8px 8px 8px;
3002 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3002 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3003 }
3003 }
3004
3004
3005 .mentions-container{
3005 .mentions-container{
3006 width: 90% !important;
3006 width: 90% !important;
3007 }
3007 }
3008 .mentions-container .yui-ac-content{
3008 .mentions-container .yui-ac-content{
3009 width: 100% !important;
3009 width: 100% !important;
3010 }
3010 }
3011
3011
3012 .ac {
3012 .ac {
3013 vertical-align: top;
3013 vertical-align: top;
3014 }
3014 }
3015
3015
3016 .ac .yui-ac {
3016 .ac .yui-ac {
3017 position: inherit;
3017 position: inherit;
3018 font-size: 100%;
3018 font-size: 100%;
3019 }
3019 }
3020
3020
3021 .ac .perm_ac {
3021 .ac .perm_ac {
3022 width: 20em;
3022 width: 20em;
3023 }
3023 }
3024
3024
3025 .ac .yui-ac-input {
3025 .ac .yui-ac-input {
3026 width: 100%;
3026 width: 100%;
3027 }
3027 }
3028
3028
3029 .ac .yui-ac-container {
3029 .ac .yui-ac-container {
3030 position: absolute;
3030 position: absolute;
3031 top: 1.6em;
3031 top: 1.6em;
3032 width: auto;
3032 width: auto;
3033 }
3033 }
3034
3034
3035 .ac .yui-ac-content {
3035 .ac .yui-ac-content {
3036 position: absolute;
3036 position: absolute;
3037 border: 1px solid gray;
3037 border: 1px solid gray;
3038 background: #fff;
3038 background: #fff;
3039 z-index: 9050;
3039 z-index: 9050;
3040
3040
3041 }
3041 }
3042
3042
3043 .ac .yui-ac-shadow {
3043 .ac .yui-ac-shadow {
3044 position: absolute;
3044 position: absolute;
3045 width: 100%;
3045 width: 100%;
3046 background: #000;
3046 background: #000;
3047 -moz-opacity: 0.1px;
3047 -moz-opacity: 0.1px;
3048 opacity: .10;
3048 opacity: .10;
3049 filter: alpha(opacity = 10);
3049 filter: alpha(opacity = 10);
3050 z-index: 9049;
3050 z-index: 9049;
3051 margin: .3em;
3051 margin: .3em;
3052 }
3052 }
3053
3053
3054 .ac .yui-ac-content ul {
3054 .ac .yui-ac-content ul {
3055 width: 100%;
3055 width: 100%;
3056 margin: 0;
3056 margin: 0;
3057 padding: 0;
3057 padding: 0;
3058 z-index: 9050;
3058 z-index: 9050;
3059 }
3059 }
3060
3060
3061 .ac .yui-ac-content li {
3061 .ac .yui-ac-content li {
3062 cursor: default;
3062 cursor: default;
3063 white-space: nowrap;
3063 white-space: nowrap;
3064 margin: 0;
3064 margin: 0;
3065 padding: 2px 5px;
3065 padding: 2px 5px;
3066 height: 18px;
3066 height: 18px;
3067 z-index: 9050;
3067 z-index: 9050;
3068 display: block;
3068 display: block;
3069 width: auto !important;
3069 width: auto !important;
3070 }
3070 }
3071
3071
3072 .ac .yui-ac-content li .ac-container-wrap{
3072 .ac .yui-ac-content li .ac-container-wrap{
3073 width: auto;
3073 width: auto;
3074 }
3074 }
3075
3075
3076 .ac .yui-ac-content li.yui-ac-prehighlight {
3076 .ac .yui-ac-content li.yui-ac-prehighlight {
3077 background: #B3D4FF;
3077 background: #B3D4FF;
3078 z-index: 9050;
3078 z-index: 9050;
3079 }
3079 }
3080
3080
3081 .ac .yui-ac-content li.yui-ac-highlight {
3081 .ac .yui-ac-content li.yui-ac-highlight {
3082 background: #556CB5;
3082 background: #556CB5;
3083 color: #FFF;
3083 color: #FFF;
3084 z-index: 9050;
3084 z-index: 9050;
3085 }
3085 }
3086 .ac .yui-ac-bd{
3086 .ac .yui-ac-bd{
3087 z-index: 9050;
3087 z-index: 9050;
3088 }
3088 }
3089
3089
3090 .follow {
3090 .follow {
3091 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3091 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3092 height: 16px;
3092 height: 16px;
3093 width: 20px;
3093 width: 20px;
3094 cursor: pointer;
3094 cursor: pointer;
3095 display: block;
3095 display: block;
3096 float: right;
3096 float: right;
3097 margin-top: 2px;
3097 margin-top: 2px;
3098 }
3098 }
3099
3099
3100 .following {
3100 .following {
3101 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3101 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3102 height: 16px;
3102 height: 16px;
3103 width: 20px;
3103 width: 20px;
3104 cursor: pointer;
3104 cursor: pointer;
3105 display: block;
3105 display: block;
3106 float: right;
3106 float: right;
3107 margin-top: 2px;
3107 margin-top: 2px;
3108 }
3108 }
3109
3109
3110 .currently_following {
3110 .currently_following {
3111 padding-left: 10px;
3111 padding-left: 10px;
3112 padding-bottom: 5px;
3112 padding-bottom: 5px;
3113 }
3113 }
3114
3114
3115 .add_icon {
3115 .add_icon {
3116 background: url("../images/icons/add.png") no-repeat scroll 3px;
3116 background: url("../images/icons/add.png") no-repeat scroll 3px;
3117 padding-left: 20px;
3117 padding-left: 20px;
3118 padding-top: 0px;
3118 padding-top: 0px;
3119 text-align: left;
3119 text-align: left;
3120 }
3120 }
3121
3121
3122 .accept_icon {
3122 .accept_icon {
3123 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3123 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3124 padding-left: 20px;
3124 padding-left: 20px;
3125 padding-top: 0px;
3125 padding-top: 0px;
3126 text-align: left;
3126 text-align: left;
3127 }
3127 }
3128
3128
3129 .edit_icon {
3129 .edit_icon {
3130 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
3130 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
3131 padding-left: 20px;
3131 padding-left: 20px;
3132 padding-top: 0px;
3132 padding-top: 0px;
3133 text-align: left;
3133 text-align: left;
3134 }
3134 }
3135
3135
3136 .delete_icon {
3136 .delete_icon {
3137 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3137 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3138 padding-left: 20px;
3138 padding-left: 20px;
3139 padding-top: 0px;
3139 padding-top: 0px;
3140 text-align: left;
3140 text-align: left;
3141 }
3141 }
3142
3142
3143 .refresh_icon {
3143 .refresh_icon {
3144 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3144 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3145 3px;
3145 3px;
3146 padding-left: 20px;
3146 padding-left: 20px;
3147 padding-top: 0px;
3147 padding-top: 0px;
3148 text-align: left;
3148 text-align: left;
3149 }
3149 }
3150
3150
3151 .pull_icon {
3151 .pull_icon {
3152 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3152 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3153 padding-left: 20px;
3153 padding-left: 20px;
3154 padding-top: 0px;
3154 padding-top: 0px;
3155 text-align: left;
3155 text-align: left;
3156 }
3156 }
3157
3157
3158 .rss_icon {
3158 .rss_icon {
3159 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3159 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3160 padding-left: 20px;
3160 padding-left: 20px;
3161 padding-top: 4px;
3161 padding-top: 4px;
3162 text-align: left;
3162 text-align: left;
3163 font-size: 8px
3163 font-size: 8px
3164 }
3164 }
3165
3165
3166 .atom_icon {
3166 .atom_icon {
3167 background: url("../images/icons/atom.png") no-repeat scroll 3px;
3167 background: url("../images/icons/atom.png") no-repeat scroll 3px;
3168 padding-left: 20px;
3168 padding-left: 20px;
3169 padding-top: 4px;
3169 padding-top: 4px;
3170 text-align: left;
3170 text-align: left;
3171 font-size: 8px
3171 font-size: 8px
3172 }
3172 }
3173
3173
3174 .archive_icon {
3174 .archive_icon {
3175 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3175 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3176 padding-left: 20px;
3176 padding-left: 20px;
3177 text-align: left;
3177 text-align: left;
3178 padding-top: 1px;
3178 padding-top: 1px;
3179 }
3179 }
3180
3180
3181 .start_following_icon {
3181 .start_following_icon {
3182 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3182 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3183 padding-left: 20px;
3183 padding-left: 20px;
3184 text-align: left;
3184 text-align: left;
3185 padding-top: 0px;
3185 padding-top: 0px;
3186 }
3186 }
3187
3187
3188 .stop_following_icon {
3188 .stop_following_icon {
3189 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3189 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3190 padding-left: 20px;
3190 padding-left: 20px;
3191 text-align: left;
3191 text-align: left;
3192 padding-top: 0px;
3192 padding-top: 0px;
3193 }
3193 }
3194
3194
3195 .action_button {
3195 .action_button {
3196 border: 0;
3196 border: 0;
3197 display: inline;
3197 display: inline;
3198 }
3198 }
3199
3199
3200 .action_button:hover {
3200 .action_button:hover {
3201 border: 0;
3201 border: 0;
3202 text-decoration: underline;
3202 text-decoration: underline;
3203 cursor: pointer;
3203 cursor: pointer;
3204 }
3204 }
3205
3205
3206 #switch_repos {
3206 #switch_repos {
3207 position: absolute;
3207 position: absolute;
3208 height: 25px;
3208 height: 25px;
3209 z-index: 1;
3209 z-index: 1;
3210 }
3210 }
3211
3211
3212 #switch_repos select {
3212 #switch_repos select {
3213 min-width: 150px;
3213 min-width: 150px;
3214 max-height: 250px;
3214 max-height: 250px;
3215 z-index: 1;
3215 z-index: 1;
3216 }
3216 }
3217
3217
3218 .breadcrumbs {
3218 .breadcrumbs {
3219 border: medium none;
3219 border: medium none;
3220 color: #FFF;
3220 color: #FFF;
3221 float: left;
3221 float: left;
3222 text-transform: uppercase;
3222 text-transform: uppercase;
3223 font-weight: 700;
3223 font-weight: 700;
3224 font-size: 14px;
3224 font-size: 14px;
3225 margin: 0;
3225 margin: 0;
3226 padding: 11px 0 11px 10px;
3226 padding: 11px 0 11px 10px;
3227 }
3227 }
3228
3228
3229 .breadcrumbs .hash {
3229 .breadcrumbs .hash {
3230 text-transform: none;
3230 text-transform: none;
3231 color: #fff;
3231 color: #fff;
3232 }
3232 }
3233
3233
3234 .breadcrumbs a {
3234 .breadcrumbs a {
3235 color: #FFF;
3235 color: #FFF;
3236 }
3236 }
3237
3237
3238 .flash_msg {
3238 .flash_msg {
3239
3239
3240 }
3240 }
3241
3241
3242 .flash_msg ul {
3242 .flash_msg ul {
3243
3243
3244 }
3244 }
3245
3245
3246 .error_red {
3246 .error_red {
3247 color:red;
3247 color:red;
3248 }
3248 }
3249
3249
3250 .error_msg {
3250 .error_msg {
3251 background-color: #c43c35;
3251 background-color: #c43c35;
3252 background-repeat: repeat-x;
3252 background-repeat: repeat-x;
3253 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3253 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3254 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3254 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3255 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3255 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3256 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3256 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3257 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3257 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3258 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3258 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3259 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3259 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3260 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3260 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3261 border-color: #c43c35 #c43c35 #882a25;
3261 border-color: #c43c35 #c43c35 #882a25;
3262 }
3262 }
3263
3263
3264 .warning_msg {
3264 .warning_msg {
3265 color: #404040 !important;
3265 color: #404040 !important;
3266 background-color: #eedc94;
3266 background-color: #eedc94;
3267 background-repeat: repeat-x;
3267 background-repeat: repeat-x;
3268 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3268 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3269 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3269 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3270 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3270 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3271 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3271 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3272 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3272 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3273 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3273 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3274 background-image: linear-gradient(top, #fceec1, #eedc94);
3274 background-image: linear-gradient(top, #fceec1, #eedc94);
3275 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3275 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3276 border-color: #eedc94 #eedc94 #e4c652;
3276 border-color: #eedc94 #eedc94 #e4c652;
3277 }
3277 }
3278
3278
3279 .success_msg {
3279 .success_msg {
3280 background-color: #57a957;
3280 background-color: #57a957;
3281 background-repeat: repeat-x !important;
3281 background-repeat: repeat-x !important;
3282 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3282 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3283 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3283 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3284 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3284 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3285 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3285 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3286 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3286 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3287 background-image: -o-linear-gradient(top, #62c462, #57a957);
3287 background-image: -o-linear-gradient(top, #62c462, #57a957);
3288 background-image: linear-gradient(top, #62c462, #57a957);
3288 background-image: linear-gradient(top, #62c462, #57a957);
3289 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3289 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3290 border-color: #57a957 #57a957 #3d773d;
3290 border-color: #57a957 #57a957 #3d773d;
3291 }
3291 }
3292
3292
3293 .notice_msg {
3293 .notice_msg {
3294 background-color: #339bb9;
3294 background-color: #339bb9;
3295 background-repeat: repeat-x;
3295 background-repeat: repeat-x;
3296 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3296 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3297 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3297 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3298 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3298 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3299 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3299 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3300 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3300 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3301 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3301 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3302 background-image: linear-gradient(top, #5bc0de, #339bb9);
3302 background-image: linear-gradient(top, #5bc0de, #339bb9);
3303 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3303 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3304 border-color: #339bb9 #339bb9 #22697d;
3304 border-color: #339bb9 #339bb9 #22697d;
3305 }
3305 }
3306
3306
3307 .success_msg,.error_msg,.notice_msg,.warning_msg {
3307 .success_msg,.error_msg,.notice_msg,.warning_msg {
3308 font-size: 12px;
3308 font-size: 12px;
3309 font-weight: 700;
3309 font-weight: 700;
3310 min-height: 14px;
3310 min-height: 14px;
3311 line-height: 14px;
3311 line-height: 14px;
3312 margin-bottom: 10px;
3312 margin-bottom: 10px;
3313 margin-top: 0;
3313 margin-top: 0;
3314 display: block;
3314 display: block;
3315 overflow: auto;
3315 overflow: auto;
3316 padding: 6px 10px 6px 10px;
3316 padding: 6px 10px 6px 10px;
3317 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3317 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3318 position: relative;
3318 position: relative;
3319 color: #FFF;
3319 color: #FFF;
3320 border-width: 1px;
3320 border-width: 1px;
3321 border-style: solid;
3321 border-style: solid;
3322 -webkit-border-radius: 4px;
3322 -webkit-border-radius: 4px;
3323 -moz-border-radius: 4px;
3323 -moz-border-radius: 4px;
3324 border-radius: 4px;
3324 border-radius: 4px;
3325 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3325 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3326 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3326 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3327 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3327 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3328 }
3328 }
3329
3329
3330 #msg_close {
3330 #msg_close {
3331 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3331 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3332 cursor: pointer;
3332 cursor: pointer;
3333 height: 16px;
3333 height: 16px;
3334 position: absolute;
3334 position: absolute;
3335 right: 5px;
3335 right: 5px;
3336 top: 5px;
3336 top: 5px;
3337 width: 16px;
3337 width: 16px;
3338 }
3338 }
3339 div#legend_data{
3339 div#legend_data{
3340 padding-left:10px;
3340 padding-left:10px;
3341 }
3341 }
3342 div#legend_container table{
3342 div#legend_container table{
3343 border: none !important;
3343 border: none !important;
3344 }
3344 }
3345 div#legend_container table,div#legend_choices table {
3345 div#legend_container table,div#legend_choices table {
3346 width: auto !important;
3346 width: auto !important;
3347 }
3347 }
3348
3348
3349 table#permissions_manage {
3349 table#permissions_manage {
3350 width: 0 !important;
3350 width: 0 !important;
3351 }
3351 }
3352
3352
3353 table#permissions_manage span.private_repo_msg {
3353 table#permissions_manage span.private_repo_msg {
3354 font-size: 0.8em;
3354 font-size: 0.8em;
3355 opacity: 0.6px;
3355 opacity: 0.6px;
3356 }
3356 }
3357
3357
3358 table#permissions_manage td.private_repo_msg {
3358 table#permissions_manage td.private_repo_msg {
3359 font-size: 0.8em;
3359 font-size: 0.8em;
3360 }
3360 }
3361
3361
3362 table#permissions_manage tr#add_perm_input td {
3362 table#permissions_manage tr#add_perm_input td {
3363 vertical-align: middle;
3363 vertical-align: middle;
3364 }
3364 }
3365
3365
3366 div.gravatar {
3366 div.gravatar {
3367 background-color: #FFF;
3367 background-color: #FFF;
3368 float: left;
3368 float: left;
3369 margin-right: 0.7em;
3369 margin-right: 0.7em;
3370 padding: 1px 1px 1px 1px;
3370 padding: 1px 1px 1px 1px;
3371 line-height:0;
3371 line-height:0;
3372 -webkit-border-radius: 3px;
3372 -webkit-border-radius: 3px;
3373 -khtml-border-radius: 3px;
3373 -khtml-border-radius: 3px;
3374 -moz-border-radius: 3px;
3374 -moz-border-radius: 3px;
3375 border-radius: 3px;
3375 border-radius: 3px;
3376 }
3376 }
3377
3377
3378 div.gravatar img {
3378 div.gravatar img {
3379 -webkit-border-radius: 2px;
3379 -webkit-border-radius: 2px;
3380 -khtml-border-radius: 2px;
3380 -khtml-border-radius: 2px;
3381 -moz-border-radius: 2px;
3381 -moz-border-radius: 2px;
3382 border-radius: 2px;
3382 border-radius: 2px;
3383 }
3383 }
3384
3384
3385 #header,#content,#footer {
3385 #header,#content,#footer {
3386 min-width: 978px;
3386 min-width: 978px;
3387 }
3387 }
3388
3388
3389 #content {
3389 #content {
3390 clear: both;
3390 clear: both;
3391 overflow: hidden;
3391 overflow: hidden;
3392 padding: 54px 10px 14px 10px;
3392 padding: 54px 10px 14px 10px;
3393 }
3393 }
3394
3394
3395 #content div.box div.title div.search {
3395 #content div.box div.title div.search {
3396
3396
3397 border-left: 1px solid #316293;
3397 border-left: 1px solid #316293;
3398 }
3398 }
3399
3399
3400 #content div.box div.title div.search div.input input {
3400 #content div.box div.title div.search div.input input {
3401 border: 1px solid #316293;
3401 border: 1px solid #316293;
3402 }
3402 }
3403
3403
3404 .ui-btn{
3404 .ui-btn{
3405 color: #515151;
3405 color: #515151;
3406 background-color: #DADADA;
3406 background-color: #DADADA;
3407 background-repeat: repeat-x;
3407 background-repeat: repeat-x;
3408 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3408 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3409 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3409 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3410 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3410 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3411 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3411 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3412 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3412 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3413 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3413 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3414 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3414 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3415 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3415 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3416
3416
3417 border-top: 1px solid #DDD;
3417 border-top: 1px solid #DDD;
3418 border-left: 1px solid #c6c6c6;
3418 border-left: 1px solid #c6c6c6;
3419 border-right: 1px solid #DDD;
3419 border-right: 1px solid #DDD;
3420 border-bottom: 1px solid #c6c6c6;
3420 border-bottom: 1px solid #c6c6c6;
3421 color: #515151;
3421 color: #515151;
3422 outline: none;
3422 outline: none;
3423 margin: 0px 3px 3px 0px;
3423 margin: 0px 3px 3px 0px;
3424 -webkit-border-radius: 4px 4px 4px 4px !important;
3424 -webkit-border-radius: 4px 4px 4px 4px !important;
3425 -khtml-border-radius: 4px 4px 4px 4px !important;
3425 -khtml-border-radius: 4px 4px 4px 4px !important;
3426 -moz-border-radius: 4px 4px 4px 4px !important;
3426 -moz-border-radius: 4px 4px 4px 4px !important;
3427 border-radius: 4px 4px 4px 4px !important;
3427 border-radius: 4px 4px 4px 4px !important;
3428 cursor: pointer !important;
3428 cursor: pointer !important;
3429 padding: 3px 3px 3px 3px;
3429 padding: 3px 3px 3px 3px;
3430 background-position: 0 -15px;
3430 background-position: 0 -15px;
3431
3431
3432 }
3432 }
3433 .ui-btn.xsmall{
3433 .ui-btn.xsmall{
3434 padding: 1px 2px 1px 1px;
3434 padding: 1px 2px 1px 1px;
3435 }
3435 }
3436
3436
3437 .ui-btn.large{
3437 .ui-btn.large{
3438 padding: 6px 12px;
3438 padding: 6px 12px;
3439 }
3439 }
3440
3440
3441 .ui-btn.clone{
3441 .ui-btn.clone{
3442 padding: 5px 2px 6px 1px;
3442 padding: 5px 2px 6px 1px;
3443 margin: 0px -4px 3px 0px;
3443 margin: 0px -4px 3px 0px;
3444 -webkit-border-radius: 4px 0px 0px 4px !important;
3444 -webkit-border-radius: 4px 0px 0px 4px !important;
3445 -khtml-border-radius: 4px 0px 0px 4px !important;
3445 -khtml-border-radius: 4px 0px 0px 4px !important;
3446 -moz-border-radius: 4px 0px 0px 4px !important;
3446 -moz-border-radius: 4px 0px 0px 4px !important;
3447 border-radius: 4px 0px 0px 4px !important;
3447 border-radius: 4px 0px 0px 4px !important;
3448 width: 100px;
3448 width: 100px;
3449 text-align: center;
3449 text-align: center;
3450 float: left;
3450 float: left;
3451 position: absolute;
3451 position: absolute;
3452 }
3452 }
3453 .ui-btn:focus {
3453 .ui-btn:focus {
3454 outline: none;
3454 outline: none;
3455 }
3455 }
3456 .ui-btn:hover{
3456 .ui-btn:hover{
3457 background-position: 0 0px;
3457 background-position: 0 0px;
3458 text-decoration: none;
3458 text-decoration: none;
3459 color: #515151;
3459 color: #515151;
3460 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3460 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3461 }
3461 }
3462
3462
3463 .ui-btn.red{
3463 .ui-btn.red{
3464 color:#fff;
3464 color:#fff;
3465 background-color: #c43c35;
3465 background-color: #c43c35;
3466 background-repeat: repeat-x;
3466 background-repeat: repeat-x;
3467 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3467 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3468 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3468 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3469 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3469 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3470 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3470 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3471 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3471 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3472 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3472 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3473 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3473 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3474 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3474 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3475 border-color: #c43c35 #c43c35 #882a25;
3475 border-color: #c43c35 #c43c35 #882a25;
3476 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3476 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3477 }
3477 }
3478
3478
3479
3479
3480 .ui-btn.blue{
3480 .ui-btn.blue{
3481 color:#fff;
3481 color:#fff;
3482 background-color: #339bb9;
3482 background-color: #339bb9;
3483 background-repeat: repeat-x;
3483 background-repeat: repeat-x;
3484 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3484 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3485 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3485 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3486 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3486 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3487 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3487 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3488 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3488 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3489 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3489 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3490 background-image: linear-gradient(top, #5bc0de, #339bb9);
3490 background-image: linear-gradient(top, #5bc0de, #339bb9);
3491 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3491 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3492 border-color: #339bb9 #339bb9 #22697d;
3492 border-color: #339bb9 #339bb9 #22697d;
3493 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3493 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3494 }
3494 }
3495
3495
3496 .ui-btn.green{
3496 .ui-btn.green{
3497 background-color: #57a957;
3497 background-color: #57a957;
3498 background-repeat: repeat-x;
3498 background-repeat: repeat-x;
3499 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3499 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3500 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3500 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3501 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3501 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3502 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3502 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3503 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3503 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3504 background-image: -o-linear-gradient(top, #62c462, #57a957);
3504 background-image: -o-linear-gradient(top, #62c462, #57a957);
3505 background-image: linear-gradient(top, #62c462, #57a957);
3505 background-image: linear-gradient(top, #62c462, #57a957);
3506 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3506 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3507 border-color: #57a957 #57a957 #3d773d;
3507 border-color: #57a957 #57a957 #3d773d;
3508 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3508 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3509 }
3509 }
3510
3510
3511 .ui-btn.active{
3511 .ui-btn.active{
3512 font-weight: bold;
3512 font-weight: bold;
3513 }
3513 }
3514
3514
3515 ins,div.options a:hover {
3515 ins,div.options a:hover {
3516 text-decoration: none;
3516 text-decoration: none;
3517 }
3517 }
3518
3518
3519 img,
3519 img,
3520 #header #header-inner #quick li a:hover span.normal,
3520 #header #header-inner #quick li a:hover span.normal,
3521 #header #header-inner #quick li ul li.last,
3521 #header #header-inner #quick li ul li.last,
3522 #content div.box div.form div.fields div.field div.textarea table td table td a,
3522 #content div.box div.form div.fields div.field div.textarea table td table td a,
3523 #clone_url,
3523 #clone_url,
3524 #clone_url_id
3524 #clone_url_id
3525 {
3525 {
3526 border: none;
3526 border: none;
3527 }
3527 }
3528
3528
3529 img.icon,.right .merge img {
3529 img.icon,.right .merge img {
3530 vertical-align: bottom;
3530 vertical-align: bottom;
3531 }
3531 }
3532
3532
3533 #header ul#logged-user,#content div.box div.title ul.links,
3533 #header ul#logged-user,#content div.box div.title ul.links,
3534 #content div.box div.message div.dismiss,
3534 #content div.box div.message div.dismiss,
3535 #content div.box div.traffic div.legend ul
3535 #content div.box div.traffic div.legend ul
3536 {
3536 {
3537 float: right;
3537 float: right;
3538 margin: 0;
3538 margin: 0;
3539 padding: 0;
3539 padding: 0;
3540 }
3540 }
3541
3541
3542 #header #header-inner #home,#header #header-inner #logo,
3542 #header #header-inner #home,#header #header-inner #logo,
3543 #content div.box ul.left,#content div.box ol.left,
3543 #content div.box ul.left,#content div.box ol.left,
3544 #content div.box div.pagination-left,div#commit_history,
3544 #content div.box div.pagination-left,div#commit_history,
3545 div#legend_data,div#legend_container,div#legend_choices
3545 div#legend_data,div#legend_container,div#legend_choices
3546 {
3546 {
3547 float: left;
3547 float: left;
3548 }
3548 }
3549
3549
3550 #header #header-inner #quick li:hover ul ul,
3550 #header #header-inner #quick li:hover ul ul,
3551 #header #header-inner #quick li:hover ul ul ul,
3551 #header #header-inner #quick li:hover ul ul ul,
3552 #header #header-inner #quick li:hover ul ul ul ul,
3552 #header #header-inner #quick li:hover ul ul ul ul,
3553 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3553 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3554 {
3554 {
3555 display: none;
3555 display: none;
3556 }
3556 }
3557
3557
3558 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded
3558 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded
3559 {
3559 {
3560 display: block;
3560 display: block;
3561 }
3561 }
3562
3562
3563 #content div.graph {
3563 #content div.graph {
3564 padding: 0 10px 10px;
3564 padding: 0 10px 10px;
3565 }
3565 }
3566
3566
3567 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3567 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3568 {
3568 {
3569 color: #bfe3ff;
3569 color: #bfe3ff;
3570 }
3570 }
3571
3571
3572 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal
3572 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal
3573 {
3573 {
3574 margin: 10px 24px 10px 44px;
3574 margin: 10px 24px 10px 44px;
3575 }
3575 }
3576
3576
3577 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3577 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3578 {
3578 {
3579 clear: both;
3579 clear: both;
3580 overflow: hidden;
3580 overflow: hidden;
3581 margin: 0;
3581 margin: 0;
3582 padding: 0 20px 10px;
3582 padding: 0 20px 10px;
3583 }
3583 }
3584
3584
3585 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3585 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3586 {
3586 {
3587 clear: both;
3587 clear: both;
3588 overflow: hidden;
3588 overflow: hidden;
3589 margin: 0;
3589 margin: 0;
3590 padding: 0;
3590 padding: 0;
3591 }
3591 }
3592
3592
3593 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span
3593 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span
3594 {
3594 {
3595 height: 1%;
3595 height: 1%;
3596 display: block;
3596 display: block;
3597 color: #363636;
3597 color: #363636;
3598 margin: 0;
3598 margin: 0;
3599 padding: 2px 0 0;
3599 padding: 2px 0 0;
3600 }
3600 }
3601
3601
3602 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error
3602 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error
3603 {
3603 {
3604 background: #FBE3E4;
3604 background: #FBE3E4;
3605 border-top: 1px solid #e1b2b3;
3605 border-top: 1px solid #e1b2b3;
3606 border-left: 1px solid #e1b2b3;
3606 border-left: 1px solid #e1b2b3;
3607 border-right: 1px solid #FBC2C4;
3607 border-right: 1px solid #FBC2C4;
3608 border-bottom: 1px solid #FBC2C4;
3608 border-bottom: 1px solid #FBC2C4;
3609 }
3609 }
3610
3610
3611 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success
3611 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success
3612 {
3612 {
3613 background: #E6EFC2;
3613 background: #E6EFC2;
3614 border-top: 1px solid #cebb98;
3614 border-top: 1px solid #cebb98;
3615 border-left: 1px solid #cebb98;
3615 border-left: 1px solid #cebb98;
3616 border-right: 1px solid #c6d880;
3616 border-right: 1px solid #c6d880;
3617 border-bottom: 1px solid #c6d880;
3617 border-bottom: 1px solid #c6d880;
3618 }
3618 }
3619
3619
3620 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input
3620 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input
3621 {
3621 {
3622 margin: 0;
3622 margin: 0;
3623 }
3623 }
3624
3624
3625 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
3625 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
3626 {
3626 {
3627 margin: 0 0 0 0px !important;
3627 margin: 0 0 0 0px !important;
3628 padding: 0;
3628 padding: 0;
3629 }
3629 }
3630
3630
3631 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios
3631 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios
3632 {
3632 {
3633 margin: 0 0 0 200px;
3633 margin: 0 0 0 200px;
3634 padding: 0;
3634 padding: 0;
3635 }
3635 }
3636
3636
3637 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover
3637 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover
3638 {
3638 {
3639 color: #000;
3639 color: #000;
3640 text-decoration: none;
3640 text-decoration: none;
3641 }
3641 }
3642
3642
3643 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3643 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3644 {
3644 {
3645 border: 1px solid #666;
3645 border: 1px solid #666;
3646 }
3646 }
3647
3647
3648 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio
3648 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio
3649 {
3649 {
3650 clear: both;
3650 clear: both;
3651 overflow: hidden;
3651 overflow: hidden;
3652 margin: 0;
3652 margin: 0;
3653 padding: 8px 0 2px;
3653 padding: 8px 0 2px;
3654 }
3654 }
3655
3655
3656 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input
3656 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input
3657 {
3657 {
3658 float: left;
3658 float: left;
3659 margin: 0;
3659 margin: 0;
3660 }
3660 }
3661
3661
3662 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label
3662 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label
3663 {
3663 {
3664 height: 1%;
3664 height: 1%;
3665 display: block;
3665 display: block;
3666 float: left;
3666 float: left;
3667 margin: 2px 0 0 4px;
3667 margin: 2px 0 0 4px;
3668 }
3668 }
3669
3669
3670 div.form div.fields div.field div.button input,
3670 div.form div.fields div.field div.button input,
3671 #content div.box div.form div.fields div.buttons input
3671 #content div.box div.form div.fields div.buttons input
3672 div.form div.fields div.buttons input,
3672 div.form div.fields div.buttons input,
3673 #content div.box div.action div.button input {
3673 #content div.box div.action div.button input {
3674 /*color: #000;*/
3674 /*color: #000;*/
3675 font-size: 11px;
3675 font-size: 11px;
3676 font-weight: 700;
3676 font-weight: 700;
3677 margin: 0;
3677 margin: 0;
3678 }
3678 }
3679
3679
3680 input.ui-button {
3680 input.ui-button {
3681 background: #e5e3e3 url("../images/button.png") repeat-x;
3681 background: #e5e3e3 url("../images/button.png") repeat-x;
3682 border-top: 1px solid #DDD;
3682 border-top: 1px solid #DDD;
3683 border-left: 1px solid #c6c6c6;
3683 border-left: 1px solid #c6c6c6;
3684 border-right: 1px solid #DDD;
3684 border-right: 1px solid #DDD;
3685 border-bottom: 1px solid #c6c6c6;
3685 border-bottom: 1px solid #c6c6c6;
3686 color: #515151 !important;
3686 color: #515151 !important;
3687 outline: none;
3687 outline: none;
3688 margin: 0;
3688 margin: 0;
3689 padding: 6px 12px;
3689 padding: 6px 12px;
3690 -webkit-border-radius: 4px 4px 4px 4px;
3690 -webkit-border-radius: 4px 4px 4px 4px;
3691 -khtml-border-radius: 4px 4px 4px 4px;
3691 -khtml-border-radius: 4px 4px 4px 4px;
3692 -moz-border-radius: 4px 4px 4px 4px;
3692 -moz-border-radius: 4px 4px 4px 4px;
3693 border-radius: 4px 4px 4px 4px;
3693 border-radius: 4px 4px 4px 4px;
3694 box-shadow: 0 1px 0 #ececec;
3694 box-shadow: 0 1px 0 #ececec;
3695 cursor: pointer;
3695 cursor: pointer;
3696 }
3696 }
3697
3697
3698 input.ui-button:hover {
3698 input.ui-button:hover {
3699 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3699 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3700 border-top: 1px solid #ccc;
3700 border-top: 1px solid #ccc;
3701 border-left: 1px solid #bebebe;
3701 border-left: 1px solid #bebebe;
3702 border-right: 1px solid #b1b1b1;
3702 border-right: 1px solid #b1b1b1;
3703 border-bottom: 1px solid #afafaf;
3703 border-bottom: 1px solid #afafaf;
3704 }
3704 }
3705
3705
3706 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3706 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3707 {
3707 {
3708 display: inline;
3708 display: inline;
3709 }
3709 }
3710
3710
3711 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3711 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3712 {
3712 {
3713 margin: 10px 0 0 200px;
3713 margin: 10px 0 0 200px;
3714 padding: 0;
3714 padding: 0;
3715 }
3715 }
3716
3716
3717 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
3717 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
3718 {
3718 {
3719 margin: 10px 0 0;
3719 margin: 10px 0 0;
3720 }
3720 }
3721
3721
3722 #content div.box table td.user,#content div.box table td.address {
3722 #content div.box table td.user,#content div.box table td.address {
3723 width: 10%;
3723 width: 10%;
3724 text-align: center;
3724 text-align: center;
3725 }
3725 }
3726
3726
3727 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link
3727 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link
3728 {
3728 {
3729 text-align: right;
3729 text-align: right;
3730 margin: 6px 0 0;
3730 margin: 6px 0 0;
3731 padding: 0;
3731 padding: 0;
3732 }
3732 }
3733
3733
3734 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover
3734 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover
3735 {
3735 {
3736 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3736 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3737 border-top: 1px solid #ccc;
3737 border-top: 1px solid #ccc;
3738 border-left: 1px solid #bebebe;
3738 border-left: 1px solid #bebebe;
3739 border-right: 1px solid #b1b1b1;
3739 border-right: 1px solid #b1b1b1;
3740 border-bottom: 1px solid #afafaf;
3740 border-bottom: 1px solid #afafaf;
3741 color: #515151;
3741 color: #515151;
3742 margin: 0;
3742 margin: 0;
3743 padding: 6px 12px;
3743 padding: 6px 12px;
3744 }
3744 }
3745
3745
3746 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3746 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3747 {
3747 {
3748 text-align: left;
3748 text-align: left;
3749 float: left;
3749 float: left;
3750 margin: 0;
3750 margin: 0;
3751 padding: 0;
3751 padding: 0;
3752 }
3752 }
3753
3753
3754 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3754 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3755 {
3755 {
3756 height: 1%;
3756 height: 1%;
3757 display: block;
3757 display: block;
3758 float: left;
3758 float: left;
3759 background: #ebebeb url("../images/pager.png") repeat-x;
3759 background: #ebebeb url("../images/pager.png") repeat-x;
3760 border-top: 1px solid #dedede;
3760 border-top: 1px solid #dedede;
3761 border-left: 1px solid #cfcfcf;
3761 border-left: 1px solid #cfcfcf;
3762 border-right: 1px solid #c4c4c4;
3762 border-right: 1px solid #c4c4c4;
3763 border-bottom: 1px solid #c4c4c4;
3763 border-bottom: 1px solid #c4c4c4;
3764 color: #4A4A4A;
3764 color: #4A4A4A;
3765 font-weight: 700;
3765 font-weight: 700;
3766 margin: 0;
3766 margin: 0;
3767 padding: 6px 8px;
3767 padding: 6px 8px;
3768 }
3768 }
3769
3769
3770 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3770 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3771 {
3771 {
3772 color: #B4B4B4;
3772 color: #B4B4B4;
3773 padding: 6px;
3773 padding: 6px;
3774 }
3774 }
3775
3775
3776 #login,#register {
3776 #login,#register {
3777 width: 520px;
3777 width: 520px;
3778 margin: 10% auto 0;
3778 margin: 10% auto 0;
3779 padding: 0;
3779 padding: 0;
3780 }
3780 }
3781
3781
3782 #login div.color,#register div.color {
3782 #login div.color,#register div.color {
3783 clear: both;
3783 clear: both;
3784 overflow: hidden;
3784 overflow: hidden;
3785 background: #FFF;
3785 background: #FFF;
3786 margin: 10px auto 0;
3786 margin: 10px auto 0;
3787 padding: 3px 3px 3px 0;
3787 padding: 3px 3px 3px 0;
3788 }
3788 }
3789
3789
3790 #login div.color a,#register div.color a {
3790 #login div.color a,#register div.color a {
3791 width: 20px;
3791 width: 20px;
3792 height: 20px;
3792 height: 20px;
3793 display: block;
3793 display: block;
3794 float: left;
3794 float: left;
3795 margin: 0 0 0 3px;
3795 margin: 0 0 0 3px;
3796 padding: 0;
3796 padding: 0;
3797 }
3797 }
3798
3798
3799 #login div.title h5,#register div.title h5 {
3799 #login div.title h5,#register div.title h5 {
3800 color: #fff;
3800 color: #fff;
3801 margin: 10px;
3801 margin: 10px;
3802 padding: 0;
3802 padding: 0;
3803 }
3803 }
3804
3804
3805 #login div.form div.fields div.field,#register div.form div.fields div.field
3805 #login div.form div.fields div.field,#register div.form div.fields div.field
3806 {
3806 {
3807 clear: both;
3807 clear: both;
3808 overflow: hidden;
3808 overflow: hidden;
3809 margin: 0;
3809 margin: 0;
3810 padding: 0 0 10px;
3810 padding: 0 0 10px;
3811 }
3811 }
3812
3812
3813 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3813 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3814 {
3814 {
3815 height: 1%;
3815 height: 1%;
3816 display: block;
3816 display: block;
3817 color: red;
3817 color: red;
3818 margin: 8px 0 0;
3818 margin: 8px 0 0;
3819 padding: 0;
3819 padding: 0;
3820 max-width: 320px;
3820 max-width: 320px;
3821 }
3821 }
3822
3822
3823 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3823 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3824 {
3824 {
3825 color: #000;
3825 color: #000;
3826 font-weight: 700;
3826 font-weight: 700;
3827 }
3827 }
3828
3828
3829 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3829 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3830 {
3830 {
3831 float: left;
3831 float: left;
3832 margin: 0;
3832 margin: 0;
3833 padding: 0;
3833 padding: 0;
3834 }
3834 }
3835
3835
3836 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3836 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3837 {
3837 {
3838 margin: 0 0 0 184px;
3838 margin: 0 0 0 184px;
3839 padding: 0;
3839 padding: 0;
3840 }
3840 }
3841
3841
3842 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3842 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3843 {
3843 {
3844 color: #565656;
3844 color: #565656;
3845 font-weight: 700;
3845 font-weight: 700;
3846 }
3846 }
3847
3847
3848 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3848 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3849 {
3849 {
3850 color: #000;
3850 color: #000;
3851 font-size: 1em;
3851 font-size: 1em;
3852 font-weight: 700;
3852 font-weight: 700;
3853 margin: 0;
3853 margin: 0;
3854 }
3854 }
3855
3855
3856 #changeset_content .container .wrapper,#graph_content .container .wrapper
3856 #changeset_content .container .wrapper,#graph_content .container .wrapper
3857 {
3857 {
3858 width: 600px;
3858 width: 600px;
3859 }
3859 }
3860
3860
3861 #changeset_content .container .left {
3861 #changeset_content .container .left {
3862 float: left;
3862 float: left;
3863 width: 75%;
3863 width: 75%;
3864 padding-left: 5px;
3864 padding-left: 5px;
3865 }
3865 }
3866
3866
3867 #changeset_content .container .left .date,.ac .match {
3867 #changeset_content .container .left .date,.ac .match {
3868 font-weight: 700;
3868 font-weight: 700;
3869 padding-top: 5px;
3869 padding-top: 5px;
3870 padding-bottom: 5px;
3870 padding-bottom: 5px;
3871 }
3871 }
3872
3872
3873 div#legend_container table td,div#legend_choices table td {
3873 div#legend_container table td,div#legend_choices table td {
3874 border: none !important;
3874 border: none !important;
3875 height: 20px !important;
3875 height: 20px !important;
3876 padding: 0 !important;
3876 padding: 0 !important;
3877 }
3877 }
3878
3878
3879 .q_filter_box {
3879 .q_filter_box {
3880 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3880 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3881 -webkit-border-radius: 4px;
3881 -webkit-border-radius: 4px;
3882 -moz-border-radius: 4px;
3882 -moz-border-radius: 4px;
3883 border-radius: 4px;
3883 border-radius: 4px;
3884 border: 0 none;
3884 border: 0 none;
3885 color: #AAAAAA;
3885 color: #AAAAAA;
3886 margin-bottom: -4px;
3886 margin-bottom: -4px;
3887 margin-top: -4px;
3887 margin-top: -4px;
3888 padding-left: 3px;
3888 padding-left: 3px;
3889 }
3889 }
3890
3890
3891 #node_filter {
3891 #node_filter {
3892 border: 0px solid #545454;
3892 border: 0px solid #545454;
3893 color: #AAAAAA;
3893 color: #AAAAAA;
3894 padding-left: 3px;
3894 padding-left: 3px;
3895 }
3895 }
3896
3896
3897
3897
3898 .group_members_wrap{
3898 .group_members_wrap{
3899
3899
3900 }
3900 }
3901
3901
3902 .group_members .group_member{
3902 .group_members .group_member{
3903 height: 30px;
3903 height: 30px;
3904 padding:0px 0px 0px 10px;
3904 padding:0px 0px 0px 10px;
3905 }
3905 }
3906
3906
3907 .reviewers_member{
3907 .reviewers_member{
3908 height: 15px;
3908 height: 15px;
3909 padding:0px 0px 0px 10px;
3909 padding:0px 0px 0px 10px;
3910 }
3910 }
3911
3911
3912 .emails_wrap{
3912 .emails_wrap{
3913 padding: 0px 20px;
3913 padding: 0px 20px;
3914 }
3914 }
3915
3915
3916 .emails_wrap .email_entry{
3916 .emails_wrap .email_entry{
3917 height: 30px;
3917 height: 30px;
3918 padding:0px 0px 0px 10px;
3918 padding:0px 0px 0px 10px;
3919 }
3919 }
3920 .emails_wrap .email_entry .email{
3920 .emails_wrap .email_entry .email{
3921 float: left
3921 float: left
3922 }
3922 }
3923 .emails_wrap .email_entry .email_action{
3923 .emails_wrap .email_entry .email_action{
3924 float: left
3924 float: left
3925 }
3925 }
3926
3926
3927 /*README STYLE*/
3927 /*README STYLE*/
3928
3928
3929 div.readme {
3929 div.readme {
3930 padding:0px;
3930 padding:0px;
3931 }
3931 }
3932
3932
3933 div.readme h2 {
3933 div.readme h2 {
3934 font-weight: normal;
3934 font-weight: normal;
3935 }
3935 }
3936
3936
3937 div.readme .readme_box {
3937 div.readme .readme_box {
3938 background-color: #fafafa;
3938 background-color: #fafafa;
3939 }
3939 }
3940
3940
3941 div.readme .readme_box {
3941 div.readme .readme_box {
3942 clear:both;
3942 clear:both;
3943 overflow:hidden;
3943 overflow:hidden;
3944 margin:0;
3944 margin:0;
3945 padding:0 20px 10px;
3945 padding:0 20px 10px;
3946 }
3946 }
3947
3947
3948 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
3948 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
3949 border-bottom: 0 !important;
3949 border-bottom: 0 !important;
3950 margin: 0 !important;
3950 margin: 0 !important;
3951 padding: 0 !important;
3951 padding: 0 !important;
3952 line-height: 1.5em !important;
3952 line-height: 1.5em !important;
3953 }
3953 }
3954
3954
3955
3955
3956 div.readme .readme_box h1:first-child {
3956 div.readme .readme_box h1:first-child {
3957 padding-top: .25em !important;
3957 padding-top: .25em !important;
3958 }
3958 }
3959
3959
3960 div.readme .readme_box h2, div.readme .readme_box h3 {
3960 div.readme .readme_box h2, div.readme .readme_box h3 {
3961 margin: 1em 0 !important;
3961 margin: 1em 0 !important;
3962 }
3962 }
3963
3963
3964 div.readme .readme_box h2 {
3964 div.readme .readme_box h2 {
3965 margin-top: 1.5em !important;
3965 margin-top: 1.5em !important;
3966 border-top: 4px solid #e0e0e0 !important;
3966 border-top: 4px solid #e0e0e0 !important;
3967 padding-top: .5em !important;
3967 padding-top: .5em !important;
3968 }
3968 }
3969
3969
3970 div.readme .readme_box p {
3970 div.readme .readme_box p {
3971 color: black !important;
3971 color: black !important;
3972 margin: 1em 0 !important;
3972 margin: 1em 0 !important;
3973 line-height: 1.5em !important;
3973 line-height: 1.5em !important;
3974 }
3974 }
3975
3975
3976 div.readme .readme_box ul {
3976 div.readme .readme_box ul {
3977 list-style: disc !important;
3977 list-style: disc !important;
3978 margin: 1em 0 1em 2em !important;
3978 margin: 1em 0 1em 2em !important;
3979 }
3979 }
3980
3980
3981 div.readme .readme_box ol {
3981 div.readme .readme_box ol {
3982 list-style: decimal;
3982 list-style: decimal;
3983 margin: 1em 0 1em 2em !important;
3983 margin: 1em 0 1em 2em !important;
3984 }
3984 }
3985
3985
3986 div.readme .readme_box pre, code {
3986 div.readme .readme_box pre, code {
3987 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3987 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3988 }
3988 }
3989
3989
3990 div.readme .readme_box code {
3990 div.readme .readme_box code {
3991 font-size: 12px !important;
3991 font-size: 12px !important;
3992 background-color: ghostWhite !important;
3992 background-color: ghostWhite !important;
3993 color: #444 !important;
3993 color: #444 !important;
3994 padding: 0 .2em !important;
3994 padding: 0 .2em !important;
3995 border: 1px solid #dedede !important;
3995 border: 1px solid #dedede !important;
3996 }
3996 }
3997
3997
3998 div.readme .readme_box pre code {
3998 div.readme .readme_box pre code {
3999 padding: 0 !important;
3999 padding: 0 !important;
4000 font-size: 12px !important;
4000 font-size: 12px !important;
4001 background-color: #eee !important;
4001 background-color: #eee !important;
4002 border: none !important;
4002 border: none !important;
4003 }
4003 }
4004
4004
4005 div.readme .readme_box pre {
4005 div.readme .readme_box pre {
4006 margin: 1em 0;
4006 margin: 1em 0;
4007 font-size: 12px;
4007 font-size: 12px;
4008 background-color: #eee;
4008 background-color: #eee;
4009 border: 1px solid #ddd;
4009 border: 1px solid #ddd;
4010 padding: 5px;
4010 padding: 5px;
4011 color: #444;
4011 color: #444;
4012 overflow: auto;
4012 overflow: auto;
4013 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4013 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4014 -webkit-border-radius: 3px;
4014 -webkit-border-radius: 3px;
4015 -moz-border-radius: 3px;
4015 -moz-border-radius: 3px;
4016 border-radius: 3px;
4016 border-radius: 3px;
4017 }
4017 }
4018
4018
4019
4019
4020 /** RST STYLE **/
4020 /** RST STYLE **/
4021
4021
4022
4022
4023 div.rst-block {
4023 div.rst-block {
4024 padding:0px;
4024 padding:0px;
4025 }
4025 }
4026
4026
4027 div.rst-block h2 {
4027 div.rst-block h2 {
4028 font-weight: normal;
4028 font-weight: normal;
4029 }
4029 }
4030
4030
4031 div.rst-block {
4031 div.rst-block {
4032 background-color: #fafafa;
4032 background-color: #fafafa;
4033 }
4033 }
4034
4034
4035 div.rst-block {
4035 div.rst-block {
4036 clear:both;
4036 clear:both;
4037 overflow:hidden;
4037 overflow:hidden;
4038 margin:0;
4038 margin:0;
4039 padding:0 20px 10px;
4039 padding:0 20px 10px;
4040 }
4040 }
4041
4041
4042 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4042 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4043 border-bottom: 0 !important;
4043 border-bottom: 0 !important;
4044 margin: 0 !important;
4044 margin: 0 !important;
4045 padding: 0 !important;
4045 padding: 0 !important;
4046 line-height: 1.5em !important;
4046 line-height: 1.5em !important;
4047 }
4047 }
4048
4048
4049
4049
4050 div.rst-block h1:first-child {
4050 div.rst-block h1:first-child {
4051 padding-top: .25em !important;
4051 padding-top: .25em !important;
4052 }
4052 }
4053
4053
4054 div.rst-block h2, div.rst-block h3 {
4054 div.rst-block h2, div.rst-block h3 {
4055 margin: 1em 0 !important;
4055 margin: 1em 0 !important;
4056 }
4056 }
4057
4057
4058 div.rst-block h2 {
4058 div.rst-block h2 {
4059 margin-top: 1.5em !important;
4059 margin-top: 1.5em !important;
4060 border-top: 4px solid #e0e0e0 !important;
4060 border-top: 4px solid #e0e0e0 !important;
4061 padding-top: .5em !important;
4061 padding-top: .5em !important;
4062 }
4062 }
4063
4063
4064 div.rst-block p {
4064 div.rst-block p {
4065 color: black !important;
4065 color: black !important;
4066 margin: 1em 0 !important;
4066 margin: 1em 0 !important;
4067 line-height: 1.5em !important;
4067 line-height: 1.5em !important;
4068 }
4068 }
4069
4069
4070 div.rst-block ul {
4070 div.rst-block ul {
4071 list-style: disc !important;
4071 list-style: disc !important;
4072 margin: 1em 0 1em 2em !important;
4072 margin: 1em 0 1em 2em !important;
4073 }
4073 }
4074
4074
4075 div.rst-block ol {
4075 div.rst-block ol {
4076 list-style: decimal;
4076 list-style: decimal;
4077 margin: 1em 0 1em 2em !important;
4077 margin: 1em 0 1em 2em !important;
4078 }
4078 }
4079
4079
4080 div.rst-block pre, code {
4080 div.rst-block pre, code {
4081 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4081 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4082 }
4082 }
4083
4083
4084 div.rst-block code {
4084 div.rst-block code {
4085 font-size: 12px !important;
4085 font-size: 12px !important;
4086 background-color: ghostWhite !important;
4086 background-color: ghostWhite !important;
4087 color: #444 !important;
4087 color: #444 !important;
4088 padding: 0 .2em !important;
4088 padding: 0 .2em !important;
4089 border: 1px solid #dedede !important;
4089 border: 1px solid #dedede !important;
4090 }
4090 }
4091
4091
4092 div.rst-block pre code {
4092 div.rst-block pre code {
4093 padding: 0 !important;
4093 padding: 0 !important;
4094 font-size: 12px !important;
4094 font-size: 12px !important;
4095 background-color: #eee !important;
4095 background-color: #eee !important;
4096 border: none !important;
4096 border: none !important;
4097 }
4097 }
4098
4098
4099 div.rst-block pre {
4099 div.rst-block pre {
4100 margin: 1em 0;
4100 margin: 1em 0;
4101 font-size: 12px;
4101 font-size: 12px;
4102 background-color: #eee;
4102 background-color: #eee;
4103 border: 1px solid #ddd;
4103 border: 1px solid #ddd;
4104 padding: 5px;
4104 padding: 5px;
4105 color: #444;
4105 color: #444;
4106 overflow: auto;
4106 overflow: auto;
4107 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4107 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4108 -webkit-border-radius: 3px;
4108 -webkit-border-radius: 3px;
4109 -moz-border-radius: 3px;
4109 -moz-border-radius: 3px;
4110 border-radius: 3px;
4110 border-radius: 3px;
4111 }
4111 }
4112
4112
4113
4113
4114 /** comment main **/
4114 /** comment main **/
4115 .comments {
4115 .comments {
4116 padding:10px 20px;
4116 padding:10px 20px;
4117 }
4117 }
4118
4118
4119 .comments .comment {
4119 .comments .comment {
4120 border: 1px solid #ddd;
4120 border: 1px solid #ddd;
4121 margin-top: 10px;
4121 margin-top: 10px;
4122 -webkit-border-radius: 4px;
4122 -webkit-border-radius: 4px;
4123 -moz-border-radius: 4px;
4123 -moz-border-radius: 4px;
4124 border-radius: 4px;
4124 border-radius: 4px;
4125 }
4125 }
4126
4126
4127 .comments .comment .meta {
4127 .comments .comment .meta {
4128 background: #f8f8f8;
4128 background: #f8f8f8;
4129 padding: 4px;
4129 padding: 4px;
4130 border-bottom: 1px solid #ddd;
4130 border-bottom: 1px solid #ddd;
4131 height: 18px;
4131 height: 18px;
4132 }
4132 }
4133
4133
4134 .comments .comment .meta img {
4134 .comments .comment .meta img {
4135 vertical-align: middle;
4135 vertical-align: middle;
4136 }
4136 }
4137
4137
4138 .comments .comment .meta .user {
4138 .comments .comment .meta .user {
4139 font-weight: bold;
4139 font-weight: bold;
4140 float: left;
4140 float: left;
4141 padding: 4px 2px 2px 2px;
4141 padding: 4px 2px 2px 2px;
4142 }
4142 }
4143
4143
4144 .comments .comment .meta .date {
4144 .comments .comment .meta .date {
4145 float: left;
4145 float: left;
4146 padding:4px 4px 0px 4px;
4146 padding:4px 4px 0px 4px;
4147 }
4147 }
4148
4148
4149 .comments .comment .text {
4149 .comments .comment .text {
4150 background-color: #FAFAFA;
4150 background-color: #FAFAFA;
4151 }
4151 }
4152 .comment .text div.rst-block p {
4152 .comment .text div.rst-block p {
4153 margin: 0.5em 0px !important;
4153 margin: 0.5em 0px !important;
4154 }
4154 }
4155
4155
4156 .comments .comments-number{
4156 .comments .comments-number{
4157 padding:0px 0px 10px 0px;
4157 padding:0px 0px 10px 0px;
4158 font-weight: bold;
4158 font-weight: bold;
4159 color: #666;
4159 color: #666;
4160 font-size: 16px;
4160 font-size: 16px;
4161 }
4161 }
4162
4162
4163 /** comment form **/
4163 /** comment form **/
4164
4164
4165 .status-block{
4165 .status-block{
4166 height:80px;
4166 height:80px;
4167 clear:both
4167 clear:both
4168 }
4168 }
4169
4169
4170 .comment-form .clearfix{
4170 .comment-form .clearfix{
4171 background: #EEE;
4171 background: #EEE;
4172 -webkit-border-radius: 4px;
4172 -webkit-border-radius: 4px;
4173 -moz-border-radius: 4px;
4173 -moz-border-radius: 4px;
4174 border-radius: 4px;
4174 border-radius: 4px;
4175 padding: 10px;
4175 padding: 10px;
4176 }
4176 }
4177
4177
4178 div.comment-form {
4178 div.comment-form {
4179 margin-top: 20px;
4179 margin-top: 20px;
4180 }
4180 }
4181
4181
4182 .comment-form strong {
4182 .comment-form strong {
4183 display: block;
4183 display: block;
4184 margin-bottom: 15px;
4184 margin-bottom: 15px;
4185 }
4185 }
4186
4186
4187 .comment-form textarea {
4187 .comment-form textarea {
4188 width: 100%;
4188 width: 100%;
4189 height: 100px;
4189 height: 100px;
4190 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4190 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4191 }
4191 }
4192
4192
4193 form.comment-form {
4193 form.comment-form {
4194 margin-top: 10px;
4194 margin-top: 10px;
4195 margin-left: 10px;
4195 margin-left: 10px;
4196 }
4196 }
4197
4197
4198 .comment-form-submit {
4198 .comment-form-submit {
4199 margin-top: 5px;
4199 margin-top: 5px;
4200 margin-left: 525px;
4200 margin-left: 525px;
4201 }
4201 }
4202
4202
4203 .file-comments {
4203 .file-comments {
4204 display: none;
4204 display: none;
4205 }
4205 }
4206
4206
4207 .comment-form .comment {
4207 .comment-form .comment {
4208 margin-left: 10px;
4208 margin-left: 10px;
4209 }
4209 }
4210
4210
4211 .comment-form .comment-help{
4211 .comment-form .comment-help{
4212 padding: 0px 0px 5px 0px;
4212 padding: 0px 0px 5px 0px;
4213 color: #666;
4213 color: #666;
4214 }
4214 }
4215
4215
4216 .comment-form .comment-button{
4216 .comment-form .comment-button{
4217 padding-top:5px;
4217 padding-top:5px;
4218 }
4218 }
4219
4219
4220 .add-another-button {
4220 .add-another-button {
4221 margin-left: 10px;
4221 margin-left: 10px;
4222 margin-top: 10px;
4222 margin-top: 10px;
4223 margin-bottom: 10px;
4223 margin-bottom: 10px;
4224 }
4224 }
4225
4225
4226 .comment .buttons {
4226 .comment .buttons {
4227 float: right;
4227 float: right;
4228 padding:2px 2px 0px 0px;
4228 padding:2px 2px 0px 0px;
4229 }
4229 }
4230
4230
4231
4231
4232 .show-inline-comments{
4232 .show-inline-comments{
4233 position: relative;
4233 position: relative;
4234 top:1px
4234 top:1px
4235 }
4235 }
4236
4236
4237 /** comment inline form **/
4237 /** comment inline form **/
4238 .comment-inline-form .overlay{
4238 .comment-inline-form .overlay{
4239 display: none;
4239 display: none;
4240 }
4240 }
4241 .comment-inline-form .overlay.submitting{
4241 .comment-inline-form .overlay.submitting{
4242 display:block;
4242 display:block;
4243 background: none repeat scroll 0 0 white;
4243 background: none repeat scroll 0 0 white;
4244 font-size: 16px;
4244 font-size: 16px;
4245 opacity: 0.5;
4245 opacity: 0.5;
4246 position: absolute;
4246 position: absolute;
4247 text-align: center;
4247 text-align: center;
4248 vertical-align: top;
4248 vertical-align: top;
4249
4249
4250 }
4250 }
4251 .comment-inline-form .overlay.submitting .overlay-text{
4251 .comment-inline-form .overlay.submitting .overlay-text{
4252 width:100%;
4252 width:100%;
4253 margin-top:5%;
4253 margin-top:5%;
4254 }
4254 }
4255
4255
4256 .comment-inline-form .clearfix{
4256 .comment-inline-form .clearfix{
4257 background: #EEE;
4257 background: #EEE;
4258 -webkit-border-radius: 4px;
4258 -webkit-border-radius: 4px;
4259 -moz-border-radius: 4px;
4259 -moz-border-radius: 4px;
4260 border-radius: 4px;
4260 border-radius: 4px;
4261 padding: 5px;
4261 padding: 5px;
4262 }
4262 }
4263
4263
4264 div.comment-inline-form {
4264 div.comment-inline-form {
4265 padding:4px 0px 6px 0px;
4265 padding:4px 0px 6px 0px;
4266 }
4266 }
4267
4267
4268
4268
4269 tr.hl-comment{
4269 tr.hl-comment{
4270 /*
4270 /*
4271 background-color: #FFFFCC !important;
4271 background-color: #FFFFCC !important;
4272 */
4272 */
4273 }
4273 }
4274
4274
4275 /*
4275 /*
4276 tr.hl-comment pre {
4276 tr.hl-comment pre {
4277 border-top: 2px solid #FFEE33;
4277 border-top: 2px solid #FFEE33;
4278 border-left: 2px solid #FFEE33;
4278 border-left: 2px solid #FFEE33;
4279 border-right: 2px solid #FFEE33;
4279 border-right: 2px solid #FFEE33;
4280 }
4280 }
4281 */
4281 */
4282
4282
4283 .comment-inline-form strong {
4283 .comment-inline-form strong {
4284 display: block;
4284 display: block;
4285 margin-bottom: 15px;
4285 margin-bottom: 15px;
4286 }
4286 }
4287
4287
4288 .comment-inline-form textarea {
4288 .comment-inline-form textarea {
4289 width: 100%;
4289 width: 100%;
4290 height: 100px;
4290 height: 100px;
4291 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4291 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4292 }
4292 }
4293
4293
4294 form.comment-inline-form {
4294 form.comment-inline-form {
4295 margin-top: 10px;
4295 margin-top: 10px;
4296 margin-left: 10px;
4296 margin-left: 10px;
4297 }
4297 }
4298
4298
4299 .comment-inline-form-submit {
4299 .comment-inline-form-submit {
4300 margin-top: 5px;
4300 margin-top: 5px;
4301 margin-left: 525px;
4301 margin-left: 525px;
4302 }
4302 }
4303
4303
4304 .file-comments {
4304 .file-comments {
4305 display: none;
4305 display: none;
4306 }
4306 }
4307
4307
4308 .comment-inline-form .comment {
4308 .comment-inline-form .comment {
4309 margin-left: 10px;
4309 margin-left: 10px;
4310 }
4310 }
4311
4311
4312 .comment-inline-form .comment-help{
4312 .comment-inline-form .comment-help{
4313 padding: 0px 0px 2px 0px;
4313 padding: 0px 0px 2px 0px;
4314 color: #666666;
4314 color: #666666;
4315 font-size: 10px;
4315 font-size: 10px;
4316 }
4316 }
4317
4317
4318 .comment-inline-form .comment-button{
4318 .comment-inline-form .comment-button{
4319 padding-top:5px;
4319 padding-top:5px;
4320 }
4320 }
4321
4321
4322 /** comment inline **/
4322 /** comment inline **/
4323 .inline-comments {
4323 .inline-comments {
4324 padding:10px 20px;
4324 padding:10px 20px;
4325 }
4325 }
4326
4326
4327 .inline-comments div.rst-block {
4327 .inline-comments div.rst-block {
4328 clear:both;
4328 clear:both;
4329 overflow:hidden;
4329 overflow:hidden;
4330 margin:0;
4330 margin:0;
4331 padding:0 20px 0px;
4331 padding:0 20px 0px;
4332 }
4332 }
4333 .inline-comments .comment {
4333 .inline-comments .comment {
4334 border: 1px solid #ddd;
4334 border: 1px solid #ddd;
4335 -webkit-border-radius: 4px;
4335 -webkit-border-radius: 4px;
4336 -moz-border-radius: 4px;
4336 -moz-border-radius: 4px;
4337 border-radius: 4px;
4337 border-radius: 4px;
4338 margin: 3px 3px 5px 5px;
4338 margin: 3px 3px 5px 5px;
4339 background-color: #FAFAFA;
4339 background-color: #FAFAFA;
4340 }
4340 }
4341 .inline-comments .add-comment {
4341 .inline-comments .add-comment {
4342 padding: 2px 4px 8px 5px;
4342 padding: 2px 4px 8px 5px;
4343 }
4343 }
4344
4344
4345 .inline-comments .comment-wrapp{
4345 .inline-comments .comment-wrapp{
4346 padding:1px;
4346 padding:1px;
4347 }
4347 }
4348 .inline-comments .comment .meta {
4348 .inline-comments .comment .meta {
4349 background: #f8f8f8;
4349 background: #f8f8f8;
4350 padding: 4px;
4350 padding: 4px;
4351 border-bottom: 1px solid #ddd;
4351 border-bottom: 1px solid #ddd;
4352 height: 20px;
4352 height: 20px;
4353 }
4353 }
4354
4354
4355 .inline-comments .comment .meta img {
4355 .inline-comments .comment .meta img {
4356 vertical-align: middle;
4356 vertical-align: middle;
4357 }
4357 }
4358
4358
4359 .inline-comments .comment .meta .user {
4359 .inline-comments .comment .meta .user {
4360 font-weight: bold;
4360 font-weight: bold;
4361 float:left;
4361 float:left;
4362 padding: 3px;
4362 padding: 3px;
4363 }
4363 }
4364
4364
4365 .inline-comments .comment .meta .date {
4365 .inline-comments .comment .meta .date {
4366 float:left;
4366 float:left;
4367 padding: 3px;
4367 padding: 3px;
4368 }
4368 }
4369
4369
4370 .inline-comments .comment .text {
4370 .inline-comments .comment .text {
4371 background-color: #FAFAFA;
4371 background-color: #FAFAFA;
4372 }
4372 }
4373
4373
4374 .inline-comments .comments-number{
4374 .inline-comments .comments-number{
4375 padding:0px 0px 10px 0px;
4375 padding:0px 0px 10px 0px;
4376 font-weight: bold;
4376 font-weight: bold;
4377 color: #666;
4377 color: #666;
4378 font-size: 16px;
4378 font-size: 16px;
4379 }
4379 }
4380 .inline-comments-button .add-comment{
4380 .inline-comments-button .add-comment{
4381 margin:2px 0px 8px 5px !important
4381 margin:2px 0px 8px 5px !important
4382 }
4382 }
4383
4383
4384
4384
4385 .notification-paginator{
4385 .notification-paginator{
4386 padding: 0px 0px 4px 16px;
4386 padding: 0px 0px 4px 16px;
4387 float: left;
4387 float: left;
4388 }
4388 }
4389
4389
4390 .notifications{
4390 .notifications{
4391 border-radius: 4px 4px 4px 4px;
4391 border-radius: 4px 4px 4px 4px;
4392 -webkit-border-radius: 4px;
4392 -webkit-border-radius: 4px;
4393 -moz-border-radius: 4px;
4393 -moz-border-radius: 4px;
4394 float: right;
4394 float: right;
4395 margin: 20px 0px 0px 0px;
4395 margin: 20px 0px 0px 0px;
4396 position: absolute;
4396 position: absolute;
4397 text-align: center;
4397 text-align: center;
4398 width: 26px;
4398 width: 26px;
4399 z-index: 1000;
4399 z-index: 1000;
4400 }
4400 }
4401 .notifications a{
4401 .notifications a{
4402 color:#888 !important;
4402 color:#888 !important;
4403 display: block;
4403 display: block;
4404 font-size: 10px;
4404 font-size: 10px;
4405 background-color: #DEDEDE !important;
4405 background-color: #DEDEDE !important;
4406 border-radius: 2px !important;
4406 border-radius: 2px !important;
4407 -webkit-border-radius: 2px !important;
4407 -webkit-border-radius: 2px !important;
4408 -moz-border-radius: 2px !important;
4408 -moz-border-radius: 2px !important;
4409 }
4409 }
4410 .notifications a:hover{
4410 .notifications a:hover{
4411 text-decoration: none !important;
4411 text-decoration: none !important;
4412 background-color: #EEEFFF !important;
4412 background-color: #EEEFFF !important;
4413 }
4413 }
4414 .notification-header{
4414 .notification-header{
4415 padding-top:6px;
4415 padding-top:6px;
4416 }
4416 }
4417 .notification-header .desc{
4417 .notification-header .desc{
4418 font-size: 16px;
4418 font-size: 16px;
4419 height: 24px;
4419 height: 24px;
4420 float: left
4420 float: left
4421 }
4421 }
4422 .notification-list .container.unread{
4422 .notification-list .container.unread{
4423 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4423 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4424 }
4424 }
4425 .notification-header .gravatar{
4425 .notification-header .gravatar{
4426 background: none repeat scroll 0 0 transparent;
4426 background: none repeat scroll 0 0 transparent;
4427 padding: 0px 0px 0px 8px;
4427 padding: 0px 0px 0px 8px;
4428 }
4428 }
4429 .notification-list .container .notification-header .desc{
4429 .notification-list .container .notification-header .desc{
4430 font-weight: bold;
4430 font-weight: bold;
4431 font-size: 17px;
4431 font-size: 17px;
4432 }
4432 }
4433 .notification-table{
4433 .notification-table{
4434 border: 1px solid #ccc;
4434 border: 1px solid #ccc;
4435 -webkit-border-radius: 6px 6px 6px 6px;
4435 -webkit-border-radius: 6px 6px 6px 6px;
4436 -moz-border-radius: 6px 6px 6px 6px;
4436 -moz-border-radius: 6px 6px 6px 6px;
4437 border-radius: 6px 6px 6px 6px;
4437 border-radius: 6px 6px 6px 6px;
4438 clear: both;
4438 clear: both;
4439 margin: 0px 20px 0px 20px;
4439 margin: 0px 20px 0px 20px;
4440 }
4440 }
4441 .notification-header .delete-notifications{
4441 .notification-header .delete-notifications{
4442 float: right;
4442 float: right;
4443 padding-top: 8px;
4443 padding-top: 8px;
4444 cursor: pointer;
4444 cursor: pointer;
4445 }
4445 }
4446 .notification-header .read-notifications{
4446 .notification-header .read-notifications{
4447 float: right;
4447 float: right;
4448 padding-top: 8px;
4448 padding-top: 8px;
4449 cursor: pointer;
4449 cursor: pointer;
4450 }
4450 }
4451 .notification-subject{
4451 .notification-subject{
4452 clear:both;
4452 clear:both;
4453 border-bottom: 1px solid #eee;
4453 border-bottom: 1px solid #eee;
4454 padding:5px 0px 5px 38px;
4454 padding:5px 0px 5px 38px;
4455 }
4455 }
4456
4456
4457 .notification-body{
4457 .notification-body{
4458 clear:both;
4458 clear:both;
4459 margin: 34px 2px 2px 8px
4459 margin: 34px 2px 2px 8px
4460 }
4460 }
4461
4461
4462 /****
4462 /****
4463 PULL REQUESTS
4463 PULL REQUESTS
4464 *****/
4464 *****/
4465 .pullrequests_section_head {
4465 .pullrequests_section_head {
4466 padding:10px 10px 10px 0px;
4466 padding:10px 10px 10px 0px;
4467 font-size:16px;
4467 font-size:16px;
4468 font-weight: bold;
4468 font-weight: bold;
4469 }
4469 }
4470
4470
4471 /****
4471 /****
4472 PERMS
4472 PERMS
4473 *****/
4473 *****/
4474 #perms .perms_section_head {
4474 #perms .perms_section_head {
4475 padding:10px 10px 10px 0px;
4475 padding:10px 10px 10px 0px;
4476 font-size:16px;
4476 font-size:16px;
4477 font-weight: bold;
4477 font-weight: bold;
4478 }
4478 }
4479
4479
4480 #perms .perm_tag{
4480 #perms .perm_tag{
4481 padding: 1px 3px 1px 3px;
4481 padding: 1px 3px 1px 3px;
4482 font-size: 10px;
4482 font-size: 10px;
4483 font-weight: bold;
4483 font-weight: bold;
4484 text-transform: uppercase;
4484 text-transform: uppercase;
4485 white-space: nowrap;
4485 white-space: nowrap;
4486 -webkit-border-radius: 3px;
4486 -webkit-border-radius: 3px;
4487 -moz-border-radius: 3px;
4487 -moz-border-radius: 3px;
4488 border-radius: 3px;
4488 border-radius: 3px;
4489 }
4489 }
4490
4490
4491 #perms .perm_tag.admin{
4491 #perms .perm_tag.admin{
4492 background-color: #B94A48;
4492 background-color: #B94A48;
4493 color: #ffffff;
4493 color: #ffffff;
4494 }
4494 }
4495
4495
4496 #perms .perm_tag.write{
4496 #perms .perm_tag.write{
4497 background-color: #B94A48;
4497 background-color: #B94A48;
4498 color: #ffffff;
4498 color: #ffffff;
4499 }
4499 }
4500
4500
4501 #perms .perm_tag.read{
4501 #perms .perm_tag.read{
4502 background-color: #468847;
4502 background-color: #468847;
4503 color: #ffffff;
4503 color: #ffffff;
4504 }
4504 }
4505
4505
4506 #perms .perm_tag.none{
4506 #perms .perm_tag.none{
4507 background-color: #bfbfbf;
4507 background-color: #bfbfbf;
4508 color: #ffffff;
4508 color: #ffffff;
4509 }
4509 }
4510
4510
4511 .perm-gravatar{
4511 .perm-gravatar{
4512 vertical-align:middle;
4512 vertical-align:middle;
4513 padding:2px;
4513 padding:2px;
4514 }
4514 }
4515 .perm-gravatar-ac{
4515 .perm-gravatar-ac{
4516 vertical-align:middle;
4516 vertical-align:middle;
4517 padding:2px;
4517 padding:2px;
4518 width: 14px;
4518 width: 14px;
4519 height: 14px;
4519 height: 14px;
4520 }
4520 }
4521
4521
4522 /*****************************************************************************
4522 /*****************************************************************************
4523 DIFFS CSS
4523 DIFFS CSS
4524 ******************************************************************************/
4524 ******************************************************************************/
4525
4525
4526 div.diffblock {
4526 div.diffblock {
4527 overflow: auto;
4527 overflow: auto;
4528 padding: 0px;
4528 padding: 0px;
4529 border: 1px solid #ccc;
4529 border: 1px solid #ccc;
4530 background: #f8f8f8;
4530 background: #f8f8f8;
4531 font-size: 100%;
4531 font-size: 100%;
4532 line-height: 100%;
4532 line-height: 100%;
4533 /* new */
4533 /* new */
4534 line-height: 125%;
4534 line-height: 125%;
4535 -webkit-border-radius: 6px 6px 0px 0px;
4535 -webkit-border-radius: 6px 6px 0px 0px;
4536 -moz-border-radius: 6px 6px 0px 0px;
4536 -moz-border-radius: 6px 6px 0px 0px;
4537 border-radius: 6px 6px 0px 0px;
4537 border-radius: 6px 6px 0px 0px;
4538 }
4538 }
4539 div.diffblock.margined{
4539 div.diffblock.margined{
4540 margin: 0px 20px 0px 20px;
4540 margin: 0px 20px 0px 20px;
4541 }
4541 }
4542 div.diffblock .code-header{
4542 div.diffblock .code-header{
4543 border-bottom: 1px solid #CCCCCC;
4543 border-bottom: 1px solid #CCCCCC;
4544 background: #EEEEEE;
4544 background: #EEEEEE;
4545 padding:10px 0 10px 0;
4545 padding:10px 0 10px 0;
4546 height: 14px;
4546 height: 14px;
4547 }
4547 }
4548 div.diffblock .code-header.cv{
4548 div.diffblock .code-header.cv{
4549 height: 34px;
4549 height: 34px;
4550 }
4550 }
4551 div.diffblock .code-header-title{
4551 div.diffblock .code-header-title{
4552 padding: 0px 0px 10px 5px !important;
4552 padding: 0px 0px 10px 5px !important;
4553 margin: 0 !important;
4553 margin: 0 !important;
4554 }
4554 }
4555 div.diffblock .code-header .hash{
4555 div.diffblock .code-header .hash{
4556 float: left;
4556 float: left;
4557 padding: 2px 0 0 2px;
4557 padding: 2px 0 0 2px;
4558 }
4558 }
4559 div.diffblock .code-header .date{
4559 div.diffblock .code-header .date{
4560 float:left;
4560 float:left;
4561 text-transform: uppercase;
4561 text-transform: uppercase;
4562 padding: 2px 0px 0px 2px;
4562 padding: 2px 0px 0px 2px;
4563 }
4563 }
4564 div.diffblock .code-header div{
4564 div.diffblock .code-header div{
4565 margin-left:4px;
4565 margin-left:4px;
4566 font-weight: bold;
4566 font-weight: bold;
4567 font-size: 14px;
4567 font-size: 14px;
4568 }
4568 }
4569 div.diffblock .code-body{
4569 div.diffblock .code-body{
4570 background: #FFFFFF;
4570 background: #FFFFFF;
4571 }
4571 }
4572 div.diffblock pre.raw{
4572 div.diffblock pre.raw{
4573 background: #FFFFFF;
4573 background: #FFFFFF;
4574 color:#000000;
4574 color:#000000;
4575 }
4575 }
4576 table.code-difftable{
4576 table.code-difftable{
4577 border-collapse: collapse;
4577 border-collapse: collapse;
4578 width: 99%;
4578 width: 99%;
4579 }
4579 }
4580 table.code-difftable td {
4580 table.code-difftable td {
4581 padding: 0 !important;
4581 padding: 0 !important;
4582 background: none !important;
4582 background: none !important;
4583 border:0 !important;
4583 border:0 !important;
4584 vertical-align: none !important;
4584 vertical-align: none !important;
4585 }
4585 }
4586 table.code-difftable .context{
4586 table.code-difftable .context{
4587 background:none repeat scroll 0 0 #DDE7EF;
4587 background:none repeat scroll 0 0 #DDE7EF;
4588 }
4588 }
4589 table.code-difftable .add{
4589 table.code-difftable .add{
4590 background:none repeat scroll 0 0 #DDFFDD;
4590 background:none repeat scroll 0 0 #DDFFDD;
4591 }
4591 }
4592 table.code-difftable .add ins{
4592 table.code-difftable .add ins{
4593 background:none repeat scroll 0 0 #AAFFAA;
4593 background:none repeat scroll 0 0 #AAFFAA;
4594 text-decoration:none;
4594 text-decoration:none;
4595 }
4595 }
4596 table.code-difftable .del{
4596 table.code-difftable .del{
4597 background:none repeat scroll 0 0 #FFDDDD;
4597 background:none repeat scroll 0 0 #FFDDDD;
4598 }
4598 }
4599 table.code-difftable .del del{
4599 table.code-difftable .del del{
4600 background:none repeat scroll 0 0 #FFAAAA;
4600 background:none repeat scroll 0 0 #FFAAAA;
4601 text-decoration:none;
4601 text-decoration:none;
4602 }
4602 }
4603
4603
4604 /** LINE NUMBERS **/
4604 /** LINE NUMBERS **/
4605 table.code-difftable .lineno{
4605 table.code-difftable .lineno{
4606
4606
4607 padding-left:2px;
4607 padding-left:2px;
4608 padding-right:2px;
4608 padding-right:2px;
4609 text-align:right;
4609 text-align:right;
4610 width:32px;
4610 width:32px;
4611 -moz-user-select:none;
4611 -moz-user-select:none;
4612 -webkit-user-select: none;
4612 -webkit-user-select: none;
4613 border-right: 1px solid #CCC !important;
4613 border-right: 1px solid #CCC !important;
4614 border-left: 0px solid #CCC !important;
4614 border-left: 0px solid #CCC !important;
4615 border-top: 0px solid #CCC !important;
4615 border-top: 0px solid #CCC !important;
4616 border-bottom: none !important;
4616 border-bottom: none !important;
4617 vertical-align: middle !important;
4617 vertical-align: middle !important;
4618
4618
4619 }
4619 }
4620 table.code-difftable .lineno.new {
4620 table.code-difftable .lineno.new {
4621 }
4621 }
4622 table.code-difftable .lineno.old {
4622 table.code-difftable .lineno.old {
4623 }
4623 }
4624 table.code-difftable .lineno a{
4624 table.code-difftable .lineno a{
4625 color:#747474 !important;
4625 color:#747474 !important;
4626 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4626 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4627 letter-spacing:-1px;
4627 letter-spacing:-1px;
4628 text-align:right;
4628 text-align:right;
4629 padding-right: 2px;
4629 padding-right: 2px;
4630 cursor: pointer;
4630 cursor: pointer;
4631 display: block;
4631 display: block;
4632 width: 32px;
4632 width: 32px;
4633 }
4633 }
4634
4634
4635 table.code-difftable .lineno-inline{
4635 table.code-difftable .lineno-inline{
4636 background:none repeat scroll 0 0 #FFF !important;
4636 background:none repeat scroll 0 0 #FFF !important;
4637 padding-left:2px;
4637 padding-left:2px;
4638 padding-right:2px;
4638 padding-right:2px;
4639 text-align:right;
4639 text-align:right;
4640 width:30px;
4640 width:30px;
4641 -moz-user-select:none;
4641 -moz-user-select:none;
4642 -webkit-user-select: none;
4642 -webkit-user-select: none;
4643 }
4643 }
4644
4644
4645 /** CODE **/
4645 /** CODE **/
4646 table.code-difftable .code {
4646 table.code-difftable .code {
4647 display: block;
4647 display: block;
4648 width: 100%;
4648 width: 100%;
4649 }
4649 }
4650 table.code-difftable .code td{
4650 table.code-difftable .code td{
4651 margin:0;
4651 margin:0;
4652 padding:0;
4652 padding:0;
4653 }
4653 }
4654 table.code-difftable .code pre{
4654 table.code-difftable .code pre{
4655 margin:0;
4655 margin:0;
4656 padding:0;
4656 padding:0;
4657 height: 17px;
4657 height: 17px;
4658 line-height: 17px;
4658 line-height: 17px;
4659 }
4659 }
4660
4660
4661
4661
4662 .diffblock.margined.comm .line .code:hover{
4662 .diffblock.margined.comm .line .code:hover{
4663 background-color:#FFFFCC !important;
4663 background-color:#FFFFCC !important;
4664 cursor: pointer !important;
4664 cursor: pointer !important;
4665 background-image:url("../images/icons/comment_add.png") !important;
4665 background-image:url("../images/icons/comment_add.png") !important;
4666 background-repeat:no-repeat !important;
4666 background-repeat:no-repeat !important;
4667 background-position: right !important;
4667 background-position: right !important;
4668 background-position: 0% 50% !important;
4668 background-position: 0% 50% !important;
4669 }
4669 }
4670 .diffblock.margined.comm .line .code.no-comment:hover{
4670 .diffblock.margined.comm .line .code.no-comment:hover{
4671 background-image: none !important;
4671 background-image: none !important;
4672 cursor: auto !important;
4672 cursor: auto !important;
4673 background-color: inherit !important;
4673 background-color: inherit !important;
4674
4674
4675 }
4675 }
@@ -1,118 +1,123 b''
1 // branch_renderer.js - Rendering of branch DAGs on the client side
1 // branch_renderer.js - Rendering of branch DAGs on the client side
2 //
2 //
3 // Copyright 2010 Marcin Kuzminski <marcin AT python-works DOT com>
3 // Copyright 2010 Marcin Kuzminski <marcin AT python-works DOT com>
4 // Copyright 2008 Jesper Noehr <jesper AT noehr DOT org>
4 // Copyright 2008 Jesper Noehr <jesper AT noehr DOT org>
5 // Copyright 2008 Dirkjan Ochtman <dirkjan AT ochtman DOT nl>
5 // Copyright 2008 Dirkjan Ochtman <dirkjan AT ochtman DOT nl>
6 // Copyright 2006 Alexander Schremmer <alex AT alexanderweb DOT de>
6 // Copyright 2006 Alexander Schremmer <alex AT alexanderweb DOT de>
7 //
7 //
8 // derived from code written by Scott James Remnant <scott@ubuntu.com>
8 // derived from code written by Scott James Remnant <scott@ubuntu.com>
9 // Copyright 2005 Canonical Ltd.
9 // Copyright 2005 Canonical Ltd.
10 //
10 //
11 // This software may be used and distributed according to the terms
11 // This software may be used and distributed according to the terms
12 // of the GNU General Public License, incorporated herein by reference.
12 // of the GNU General Public License, incorporated herein by reference.
13
13
14 var colors = [
14 var colors = [
15 [ 1.0, 0.0, 0.0 ],
15 [ 1.0, 0.0, 0.0 ],
16 [ 1.0, 1.0, 0.0 ],
16 [ 1.0, 1.0, 0.0 ],
17 [ 0.0, 1.0, 0.0 ],
17 [ 0.0, 1.0, 0.0 ],
18 [ 0.0, 1.0, 1.0 ],
18 [ 0.0, 1.0, 1.0 ],
19 [ 0.0, 0.0, 1.0 ],
19 [ 0.0, 0.0, 1.0 ],
20 [ 1.0, 0.0, 1.0 ],
20 [ 1.0, 0.0, 1.0 ],
21 [ 1.0, 1.0, 0.0 ],
21 [ 1.0, 1.0, 0.0 ],
22 [ 0.0, 0.0, 0.0 ]
22 [ 0.0, 0.0, 0.0 ]
23 ];
23 ];
24
24
25 function BranchRenderer() {
25 function BranchRenderer() {
26
26
27 this.canvas = document.getElementById("graph_canvas");
27 this.canvas = document.getElementById("graph_canvas");
28
28
29 if (navigator.userAgent.indexOf('MSIE') >= 0)
29 if (navigator.userAgent.indexOf('MSIE') >= 0)
30 this.canvas = window.G_vmlCanvasManager.initElement(this.canvas);
30 this.canvas = window.G_vmlCanvasManager.initElement(this.canvas);
31 this.ctx = this.canvas.getContext('2d');
31 this.ctx = this.canvas.getContext('2d');
32 this.ctx.strokeStyle = 'rgb(0, 0, 0)';
32 this.ctx.strokeStyle = 'rgb(0, 0, 0)';
33 this.ctx.fillStyle = 'rgb(0, 0, 0)';
33 this.ctx.fillStyle = 'rgb(0, 0, 0)';
34 this.cur = [0, 0];
34 this.cur = [0, 0];
35 this.line_width = 2.5;
35 this.line_width = 2.5;
36 this.dot_radius = 5.5;
36 this.dot_radius = 5.5;
37
37
38 this.setColor = function(color, bg, fg) {
38 this.setColor = function(color, bg, fg) {
39 color %= colors.length;
39 color %= colors.length;
40 var red = (colors[color][0] * fg) || bg;
40 var red = (colors[color][0] * fg) || bg;
41 var green = (colors[color][1] * fg) || bg;
41 var green = (colors[color][1] * fg) || bg;
42 var blue = (colors[color][2] * fg) || bg;
42 var blue = (colors[color][2] * fg) || bg;
43 red = Math.round(red * 255);
43 red = Math.round(red * 255);
44 green = Math.round(green * 255);
44 green = Math.round(green * 255);
45 blue = Math.round(blue * 255);
45 blue = Math.round(blue * 255);
46 var s = 'rgb(' + red + ', ' + green + ', ' + blue + ')';
46 var s = 'rgb(' + red + ', ' + green + ', ' + blue + ')';
47 this.ctx.strokeStyle = s;
47 this.ctx.strokeStyle = s;
48 this.ctx.fillStyle = s;
48 this.ctx.fillStyle = s;
49 }
49 }
50
50
51 this.render = function(data,canvasWidth) {
51 this.render = function(data,canvasWidth,lineCount) {
52 var idx = 1;
52 var idx = 1;
53 var rela = document.getElementById('graph');
53 var rela = document.getElementById('graph');
54
54
55 var box_size = 18;
55 if (lineCount == 0)
56 lineCount = 1;
57
58 var edge_pad = this.dot_radius + 2;
59 var box_size = Math.min(18, Math.floor((canvasWidth - edge_pad*2)/(lineCount)));
60 var base_x = canvasWidth - edge_pad;
56
61
57 for (var i in data) {
62 for (var i in data) {
58
63
59 var row = document.getElementById("chg_"+idx);
64 var row = document.getElementById("chg_"+idx);
60 if (row == null)
65 if (row == null)
61 continue;
66 continue;
62 var next = document.getElementById("chg_"+(idx+1));
67 var next = document.getElementById("chg_"+(idx+1));
63 var extra = 0;
68 var extra = 0;
64
69
65 cur = data[i];
70 cur = data[i];
66 node = cur[1];
71 node = cur[1];
67 in_l = cur[2];
72 in_l = cur[2];
68
73
69 var rowY = row.offsetTop + row.offsetHeight/2 - rela.offsetTop;
74 var rowY = row.offsetTop + row.offsetHeight/2 - rela.offsetTop;
70 var nextY = (next == null) ? rowY + row.offsetHeight/2 : next.offsetTop + next.offsetHeight/2 - rela.offsetTop;
75 var nextY = (next == null) ? rowY + row.offsetHeight/2 : next.offsetTop + next.offsetHeight/2 - rela.offsetTop;
71
76
72 for (var j in in_l) {
77 for (var j in in_l) {
73
78
74 line = in_l[j];
79 line = in_l[j];
75 start = line[0] + 1;
80 start = line[0];
76 end = line[1] + 1;
81 end = line[1];
77 color = line[2];
82 color = line[2];
78
83
79 this.setColor(color, 0.0, 0.65);
84 this.setColor(color, 0.0, 0.65);
80
85
81
86
82 x = canvasWidth - box_size * start;
87 x = base_x - box_size * start;
83
88
84 this.ctx.lineWidth=this.line_width;
89 this.ctx.lineWidth=this.line_width;
85 this.ctx.beginPath();
90 this.ctx.beginPath();
86 this.ctx.moveTo(x, rowY);
91 this.ctx.moveTo(x, rowY);
87
92
88 if (start == end)
93 if (start == end)
89 {
94 {
90 this.ctx.lineTo(x,nextY+extra,3);
95 this.ctx.lineTo(x,nextY+extra,3);
91 }
96 }
92 else
97 else
93 {
98 {
94 var x2 = canvasWidth - box_size * end;
99 var x2 = base_x - box_size * end;
95 var ymid = (rowY+nextY) / 2;
100 var ymid = (rowY+nextY) / 2;
96 this.ctx.bezierCurveTo (x,ymid,x2,ymid,x2,nextY);
101 this.ctx.bezierCurveTo (x,ymid,x2,ymid,x2,nextY);
97 }
102 }
98 this.ctx.stroke();
103 this.ctx.stroke();
99 }
104 }
100
105
101 column = node[0] + 1;
106 column = node[0];
102 color = node[1];
107 color = node[1];
103
108
104 radius = this.dot_radius;
109 radius = this.dot_radius;
105
110
106 x = canvasWidth - box_size * column;
111 x = base_x - box_size * column;
107
112
108 this.ctx.beginPath();
113 this.ctx.beginPath();
109 this.setColor(color, 0.25, 0.75);
114 this.setColor(color, 0.25, 0.75);
110 this.ctx.arc(x, rowY, radius, 0, Math.PI * 2, true);
115 this.ctx.arc(x, rowY, radius, 0, Math.PI * 2, true);
111 this.ctx.fill();
116 this.ctx.fill();
112
117
113 idx++;
118 idx++;
114 }
119 }
115
120
116 }
121 }
117
122
118 }
123 }
@@ -1,259 +1,260 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2
2
3 <%inherit file="/base/base.html"/>
3 <%inherit file="/base/base.html"/>
4
4
5 <%def name="title()">
5 <%def name="title()">
6 ${_('%s Changelog') % c.repo_name} - ${c.rhodecode_name}
6 ${_('%s Changelog') % c.repo_name} - ${c.rhodecode_name}
7 </%def>
7 </%def>
8
8
9 <%def name="breadcrumbs_links()">
9 <%def name="breadcrumbs_links()">
10 ${h.link_to(_(u'Home'),h.url('/'))}
10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo;
11 &raquo;
12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
13 &raquo;
13 &raquo;
14 <% size = c.size if c.size <= c.total_cs else c.total_cs %>
14 <% size = c.size if c.size <= c.total_cs else c.total_cs %>
15 ${_('Changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
15 ${_('Changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
16 </%def>
16 </%def>
17
17
18 <%def name="page_nav()">
18 <%def name="page_nav()">
19 ${self.menu('changelog')}
19 ${self.menu('changelog')}
20 </%def>
20 </%def>
21
21
22 <%def name="main()">
22 <%def name="main()">
23 <div class="box">
23 <div class="box">
24 <!-- box / title -->
24 <!-- box / title -->
25 <div class="title">
25 <div class="title">
26 ${self.breadcrumbs()}
26 ${self.breadcrumbs()}
27 </div>
27 </div>
28 <div class="table">
28 <div class="table">
29 % if c.pagination:
29 % if c.pagination:
30 <div id="graph">
30 <div id="graph">
31 <div id="graph_nodes">
31 <div id="graph_nodes">
32 <canvas id="graph_canvas"></canvas>
32 <canvas id="graph_canvas"></canvas>
33 </div>
33 </div>
34 <div id="graph_content">
34 <div id="graph_content">
35 <div class="info_box" style="clear: both;padding: 10px 6px;vertical-align: right;text-align: right;">
35 <div class="info_box" style="clear: both;padding: 10px 6px;vertical-align: right;text-align: right;">
36 <a href="#" class="ui-btn small" id="rev_range_container" style="display:none"></a>
36 <a href="#" class="ui-btn small" id="rev_range_container" style="display:none"></a>
37 %if c.rhodecode_db_repo.fork:
37 %if c.rhodecode_db_repo.fork:
38 <a title="${_('compare fork with %s' % c.rhodecode_db_repo.fork.repo_name)}" href="${h.url('compare_url',repo_name=c.repo_name,org_ref_type='branch',org_ref='default',other_ref_type='branch',other_ref='default',repo=c.rhodecode_db_repo.fork.repo_name)}" class="ui-btn small">${_('Compare fork')}</a>
38 <a title="${_('compare fork with %s' % c.rhodecode_db_repo.fork.repo_name)}" href="${h.url('compare_url',repo_name=c.repo_name,org_ref_type='branch',org_ref='default',other_ref_type='branch',other_ref='default',repo=c.rhodecode_db_repo.fork.repo_name)}" class="ui-btn small">${_('Compare fork')}</a>
39 %endif
39 %endif
40 %if h.is_hg(c.rhodecode_repo):
40 %if h.is_hg(c.rhodecode_repo):
41 <a href="${h.url('pullrequest_home',repo_name=c.repo_name)}" class="ui-btn small">${_('Open new pull request')}</a>
41 <a href="${h.url('pullrequest_home',repo_name=c.repo_name)}" class="ui-btn small">${_('Open new pull request')}</a>
42 %endif
42 %endif
43 </div>
43 </div>
44 <div class="container_header">
44 <div class="container_header">
45 ${h.form(h.url.current(),method='get')}
45 ${h.form(h.url.current(),method='get')}
46 <div class="info_box" style="float:left">
46 <div class="info_box" style="float:left">
47 ${h.submit('set',_('Show'),class_="ui-btn")}
47 ${h.submit('set',_('Show'),class_="ui-btn")}
48 ${h.text('size',size=1,value=c.size)}
48 ${h.text('size',size=1,value=c.size)}
49 ${_('revisions')}
49 ${_('revisions')}
50 </div>
50 </div>
51 ${h.end_form()}
51 ${h.end_form()}
52 <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div>
52 <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div>
53 </div>
53 </div>
54
54
55 %for cnt,cs in enumerate(c.pagination):
55 %for cnt,cs in enumerate(c.pagination):
56 <div id="chg_${cnt+1}" class="container ${'tablerow%s' % (cnt%2)}">
56 <div id="chg_${cnt+1}" class="container ${'tablerow%s' % (cnt%2)}">
57 <div class="left">
57 <div class="left">
58 <div>
58 <div>
59 ${h.checkbox(cs.raw_id,class_="changeset_range")}
59 ${h.checkbox(cs.raw_id,class_="changeset_range")}
60 <span class="tooltip" title="${h.tooltip(h.age(cs.date))}"><a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}"><span class="changeset_id">${cs.revision}:<span class="changeset_hash">${h.short_id(cs.raw_id)}</span></span></a></span>
60 <span class="tooltip" title="${h.tooltip(h.age(cs.date))}"><a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}"><span class="changeset_id">${cs.revision}:<span class="changeset_hash">${h.short_id(cs.raw_id)}</span></span></a></span>
61 </div>
61 </div>
62 <div class="author">
62 <div class="author">
63 <div class="gravatar">
63 <div class="gravatar">
64 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
64 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
65 </div>
65 </div>
66 <div title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</div>
66 <div title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</div>
67 </div>
67 </div>
68 <div class="date">${h.fmt_date(cs.date)}</div>
68 <div class="date">${h.fmt_date(cs.date)}</div>
69 </div>
69 </div>
70 <div class="mid">
70 <div class="mid">
71 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
71 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
72 <div class="expand"><span class="expandtext">&darr; ${_('show more')} &darr;</span></div>
72 <div class="expand"><span class="expandtext">&darr; ${_('show more')} &darr;</span></div>
73 </div>
73 </div>
74 <div class="right">
74 <div class="right">
75 <div class="changes">
75 <div class="changes">
76 <div id="changed_total_${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${h.tooltip(_('Affected number of files, click to show more details'))}">${len(cs.affected_files)}</div>
76 <div id="changed_total_${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${h.tooltip(_('Affected number of files, click to show more details'))}">${len(cs.affected_files)}</div>
77 <div class="comments-container">
77 <div class="comments-container">
78 %if len(c.comments.get(cs.raw_id,[])) > 0:
78 %if len(c.comments.get(cs.raw_id,[])) > 0:
79 <div class="comments-cnt" title="${('comments')}">
79 <div class="comments-cnt" title="${('comments')}">
80 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
80 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
81 <div class="comments-cnt">${len(c.comments[cs.raw_id])}</div>
81 <div class="comments-cnt">${len(c.comments[cs.raw_id])}</div>
82 <img src="${h.url('/images/icons/comments.png')}">
82 <img src="${h.url('/images/icons/comments.png')}">
83 </a>
83 </a>
84 </div>
84 </div>
85 %endif
85 %endif
86 </div>
86 </div>
87 <div class="changeset-status-container">
87 <div class="changeset-status-container">
88 %if c.statuses.get(cs.raw_id):
88 %if c.statuses.get(cs.raw_id):
89 <div title="${_('Changeset status')}" class="changeset-status-lbl">${c.statuses.get(cs.raw_id)[1]}</div>
89 <div title="${_('Changeset status')}" class="changeset-status-lbl">${c.statuses.get(cs.raw_id)[1]}</div>
90 <div class="changeset-status-ico">
90 <div class="changeset-status-ico">
91 %if c.statuses.get(cs.raw_id)[2]:
91 %if c.statuses.get(cs.raw_id)[2]:
92 <a class="tooltip" title="${_('Click to open associated pull request')}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}"><img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" /></a>
92 <a class="tooltip" title="${_('Click to open associated pull request')}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}"><img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" /></a>
93 %else:
93 %else:
94 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
94 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
95 %endif
95 %endif
96 </div>
96 </div>
97 %endif
97 %endif
98 </div>
98 </div>
99 </div>
99 </div>
100 %if cs.parents:
100 %if cs.parents:
101 %for p_cs in reversed(cs.parents):
101 %for p_cs in reversed(cs.parents):
102 <div class="parent">${_('Parent')}
102 <div class="parent">${_('Parent')}
103 <span class="changeset_id">${p_cs.revision}:<span class="changeset_hash">${h.link_to(h.short_id(p_cs.raw_id),
103 <span class="changeset_id">${p_cs.revision}:<span class="changeset_hash">${h.link_to(h.short_id(p_cs.raw_id),
104 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}</span></span>
104 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}</span></span>
105 </div>
105 </div>
106 %endfor
106 %endfor
107 %else:
107 %else:
108 <div class="parent">${_('No parents')}</div>
108 <div class="parent">${_('No parents')}</div>
109 %endif
109 %endif
110
110
111 <span class="logtags">
111 <span class="logtags">
112 %if len(cs.parents)>1:
112 %if len(cs.parents)>1:
113 <span class="merge">${_('merge')}</span>
113 <span class="merge">${_('merge')}</span>
114 %endif
114 %endif
115 %if cs.branch:
115 %if cs.branch:
116 <span class="branchtag" title="${'%s %s' % (_('branch'),cs.branch)}">
116 <span class="branchtag" title="${'%s %s' % (_('branch'),cs.branch)}">
117 ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
117 ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
118 </span>
118 </span>
119 %endif
119 %endif
120 %if h.is_hg(c.rhodecode_repo):
120 %if h.is_hg(c.rhodecode_repo):
121 %for book in cs.bookmarks:
121 %for book in cs.bookmarks:
122 <span class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
122 <span class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
123 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
123 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
124 </span>
124 </span>
125 %endfor
125 %endfor
126 %endif
126 %endif
127 %for tag in cs.tags:
127 %for tag in cs.tags:
128 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
128 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
129 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}</span>
129 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}</span>
130 %endfor
130 %endfor
131 </span>
131 </span>
132 </div>
132 </div>
133 </div>
133 </div>
134
134
135 %endfor
135 %endfor
136 <div class="pagination-wh pagination-left">
136 <div class="pagination-wh pagination-left">
137 ${c.pagination.pager('$link_previous ~2~ $link_next')}
137 ${c.pagination.pager('$link_previous ~2~ $link_next')}
138 </div>
138 </div>
139 </div>
139 </div>
140 </div>
140 </div>
141
141
142 <script type="text/javascript" src="${h.url('/js/graph.js')}"></script>
142 <script type="text/javascript" src="${h.url('/js/graph.js')}"></script>
143 <script type="text/javascript">
143 <script type="text/javascript">
144 YAHOO.util.Event.onDOMReady(function(){
144 YAHOO.util.Event.onDOMReady(function(){
145
145
146 //Monitor range checkboxes and build a link to changesets
146 //Monitor range checkboxes and build a link to changesets
147 //ranges
147 //ranges
148 var checkboxes = YUD.getElementsByClassName('changeset_range');
148 var checkboxes = YUD.getElementsByClassName('changeset_range');
149 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
149 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
150 YUE.on(checkboxes,'click',function(e){
150 YUE.on(checkboxes,'click',function(e){
151 var checked_checkboxes = [];
151 var checked_checkboxes = [];
152 for (pos in checkboxes){
152 for (pos in checkboxes){
153 if(checkboxes[pos].checked){
153 if(checkboxes[pos].checked){
154 checked_checkboxes.push(checkboxes[pos]);
154 checked_checkboxes.push(checkboxes[pos]);
155 }
155 }
156 }
156 }
157 if(checked_checkboxes.length>1){
157 if(checked_checkboxes.length>1){
158 var rev_end = checked_checkboxes[0].name;
158 var rev_end = checked_checkboxes[0].name;
159 var rev_start = checked_checkboxes[checked_checkboxes.length-1].name;
159 var rev_start = checked_checkboxes[checked_checkboxes.length-1].name;
160
160
161 var url = url_tmpl.replace('__REVRANGE__',
161 var url = url_tmpl.replace('__REVRANGE__',
162 rev_start+'...'+rev_end);
162 rev_start+'...'+rev_end);
163
163
164 var link = "${_('Show selected changes __S -> __E')}";
164 var link = "${_('Show selected changes __S -> __E')}";
165 link = link.replace('__S',rev_start.substr(0,6));
165 link = link.replace('__S',rev_start.substr(0,6));
166 link = link.replace('__E',rev_end.substr(0,6));
166 link = link.replace('__E',rev_end.substr(0,6));
167 YUD.get('rev_range_container').href = url;
167 YUD.get('rev_range_container').href = url;
168 YUD.get('rev_range_container').innerHTML = link;
168 YUD.get('rev_range_container').innerHTML = link;
169 YUD.setStyle('rev_range_container','display','');
169 YUD.setStyle('rev_range_container','display','');
170 }
170 }
171 else{
171 else{
172 YUD.setStyle('rev_range_container','display','none');
172 YUD.setStyle('rev_range_container','display','none');
173 }
173 }
174 });
174 });
175
175
176 var msgs = YUQ('.message');
176 var msgs = YUQ('.message');
177 // get first element height
177 // get first element height
178 var el = YUQ('#graph_content .container')[0];
178 var el = YUQ('#graph_content .container')[0];
179 var row_h = el.clientHeight;
179 var row_h = el.clientHeight;
180 for(var i=0;i<msgs.length;i++){
180 for(var i=0;i<msgs.length;i++){
181 var m = msgs[i];
181 var m = msgs[i];
182
182
183 var h = m.clientHeight;
183 var h = m.clientHeight;
184 var pad = YUD.getStyle(m,'padding');
184 var pad = YUD.getStyle(m,'padding');
185 if(h > row_h){
185 if(h > row_h){
186 var offset = row_h - (h+12);
186 var offset = row_h - (h+12);
187 YUD.setStyle(m.nextElementSibling,'display','block');
187 YUD.setStyle(m.nextElementSibling,'display','block');
188 YUD.setStyle(m.nextElementSibling,'margin-top',offset+'px');
188 YUD.setStyle(m.nextElementSibling,'margin-top',offset+'px');
189 };
189 };
190 }
190 }
191 YUE.on(YUQ('.expand'),'click',function(e){
191 YUE.on(YUQ('.expand'),'click',function(e){
192 var elem = e.currentTarget.parentNode.parentNode;
192 var elem = e.currentTarget.parentNode.parentNode;
193 YUD.setStyle(e.currentTarget,'display','none');
193 YUD.setStyle(e.currentTarget,'display','none');
194 YUD.setStyle(elem,'height','auto');
194 YUD.setStyle(elem,'height','auto');
195
195
196 //redraw the graph, max_w and jsdata are global vars
196 //redraw the graph, line_count and jsdata are global vars
197 set_canvas(max_w);
197 set_canvas(100);
198
198
199 var r = new BranchRenderer();
199 var r = new BranchRenderer();
200 r.render(jsdata,max_w);
200 r.render(jsdata,100,line_count);
201
201
202 })
202 })
203
203
204 // Fetch changeset details
204 // Fetch changeset details
205 YUE.on(YUD.getElementsByClassName('changed_total'),'click',function(e){
205 YUE.on(YUD.getElementsByClassName('changed_total'),'click',function(e){
206 var id = e.currentTarget.id;
206 var id = e.currentTarget.id;
207 var url = "${h.url('changelog_details',repo_name=c.repo_name,cs='__CS__')}";
207 var url = "${h.url('changelog_details',repo_name=c.repo_name,cs='__CS__')}";
208 var url = url.replace('__CS__',id.replace('changed_total_',''));
208 var url = url.replace('__CS__',id.replace('changed_total_',''));
209 ypjax(url,id,function(){tooltip_activate()});
209 ypjax(url,id,function(){tooltip_activate()});
210 });
210 });
211
211
212 // change branch filter
212 // change branch filter
213 YUE.on(YUD.get('branch_filter'),'change',function(e){
213 YUE.on(YUD.get('branch_filter'),'change',function(e){
214 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
214 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
215 var url_main = "${h.url('changelog_home',repo_name=c.repo_name)}";
215 var url_main = "${h.url('changelog_home',repo_name=c.repo_name)}";
216 var url = "${h.url('changelog_home',repo_name=c.repo_name,branch='__BRANCH__')}";
216 var url = "${h.url('changelog_home',repo_name=c.repo_name,branch='__BRANCH__')}";
217 var url = url.replace('__BRANCH__',selected_branch);
217 var url = url.replace('__BRANCH__',selected_branch);
218 if(selected_branch != ''){
218 if(selected_branch != ''){
219 window.location = url;
219 window.location = url;
220 }else{
220 }else{
221 window.location = url_main;
221 window.location = url_main;
222 }
222 }
223
223
224 });
224 });
225
225
226 function set_canvas(heads) {
226 function set_canvas(width) {
227 var c = document.getElementById('graph_nodes');
227 var c = document.getElementById('graph_nodes');
228 var t = document.getElementById('graph_content');
228 var t = document.getElementById('graph_content');
229 canvas = document.getElementById('graph_canvas');
229 canvas = document.getElementById('graph_canvas');
230 var div_h = t.clientHeight;
230 var div_h = t.clientHeight;
231 c.style.height=div_h+'px';
231 c.style.height=div_h+'px';
232 canvas.setAttribute('height',div_h);
232 canvas.setAttribute('height',div_h);
233 c.style.height=max_w+'px';
233 c.style.height=width+'px';
234 canvas.setAttribute('width',max_w);
234 canvas.setAttribute('width',width);
235 };
235 };
236 var heads = 1;
236 var heads = 1;
237 var max_heads = 0;
237 var line_count = 0;
238 var jsdata = ${c.jsdata|n};
238 var jsdata = ${c.jsdata|n};
239
239
240 for( var i=0;i<jsdata.length;i++){
240 for (var i=0;i<jsdata.length;i++) {
241 var m = Math.max.apply(Math, jsdata[i][1]);
241 var in_l = jsdata[i][2];
242 if (m>max_heads){
242 for (var j in in_l) {
243 max_heads = m;
243 var m = in_l[j][1];
244 }
244 if (m > line_count)
245 line_count = m;
246 }
245 }
247 }
246 var max_w = Math.max(100,max_heads*25);
248 set_canvas(100);
247 set_canvas(max_w);
248
249
249 var r = new BranchRenderer();
250 var r = new BranchRenderer();
250 r.render(jsdata,max_w);
251 r.render(jsdata,100,line_count);
251
252
252 });
253 });
253 </script>
254 </script>
254 %else:
255 %else:
255 ${_('There are no changes yet')}
256 ${_('There are no changes yet')}
256 %endif
257 %endif
257 </div>
258 </div>
258 </div>
259 </div>
259 </%def>
260 </%def>
General Comments 0
You need to be logged in to leave comments. Login now