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