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