##// END OF EJS Templates
inline comment form is displayed now under all comments.
marcink -
r1704:3efc47f5 beta
parent child Browse files
Show More
@@ -1,3477 +1,3480
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,#header #header-inner #quick li ul li a.tags:hover
619 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
620 {
620 {
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.admin,#header #header-inner #quick li ul li a.admin:hover
627 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover
628 {
628 {
629 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
629 background: #FFF url("../images/icons/cog_edit.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 .groups_breadcrumbs a {
635 .groups_breadcrumbs a {
636 color: #fff;
636 color: #fff;
637 }
637 }
638
638
639 .groups_breadcrumbs a:hover {
639 .groups_breadcrumbs a:hover {
640 color: #bfe3ff;
640 color: #bfe3ff;
641 text-decoration: none;
641 text-decoration: none;
642 }
642 }
643
643
644 .quick_repo_menu {
644 .quick_repo_menu {
645 background: #FFF url("../images/vertical-indicator.png") 8px 50%
645 background: #FFF url("../images/vertical-indicator.png") 8px 50%
646 no-repeat !important;
646 no-repeat !important;
647 cursor: pointer;
647 cursor: pointer;
648 width: 8px;
648 width: 8px;
649 }
649 }
650
650
651 .quick_repo_menu.active {
651 .quick_repo_menu.active {
652 background: #FFF url("../images/horizontal-indicator.png") 4px 50%
652 background: #FFF url("../images/horizontal-indicator.png") 4px 50%
653 no-repeat !important;
653 no-repeat !important;
654 cursor: pointer;
654 cursor: pointer;
655 }
655 }
656
656
657 .quick_repo_menu .menu_items {
657 .quick_repo_menu .menu_items {
658 margin-top: 6px;
658 margin-top: 6px;
659 width: 150px;
659 width: 150px;
660 position: absolute;
660 position: absolute;
661 background-color: #FFF;
661 background-color: #FFF;
662 background: none repeat scroll 0 0 #FFFFFF;
662 background: none repeat scroll 0 0 #FFFFFF;
663 border-color: #003367 #666666 #666666;
663 border-color: #003367 #666666 #666666;
664 border-right: 1px solid #666666;
664 border-right: 1px solid #666666;
665 border-style: solid;
665 border-style: solid;
666 border-width: 1px;
666 border-width: 1px;
667 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
667 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
668 }
668 }
669
669
670 .quick_repo_menu .menu_items li {
670 .quick_repo_menu .menu_items li {
671 padding: 0 !important;
671 padding: 0 !important;
672 }
672 }
673
673
674 .quick_repo_menu .menu_items a {
674 .quick_repo_menu .menu_items a {
675 display: block;
675 display: block;
676 padding: 4px 12px 4px 8px;
676 padding: 4px 12px 4px 8px;
677 }
677 }
678
678
679 .quick_repo_menu .menu_items a:hover {
679 .quick_repo_menu .menu_items a:hover {
680 background-color: #EEE;
680 background-color: #EEE;
681 text-decoration: none;
681 text-decoration: none;
682 }
682 }
683
683
684 .quick_repo_menu .menu_items .icon img {
684 .quick_repo_menu .menu_items .icon img {
685 margin-bottom: -2px;
685 margin-bottom: -2px;
686 }
686 }
687
687
688 .quick_repo_menu .menu_items.hidden {
688 .quick_repo_menu .menu_items.hidden {
689 display: none;
689 display: none;
690 }
690 }
691
691
692 #content #left {
692 #content #left {
693 left: 0;
693 left: 0;
694 width: 280px;
694 width: 280px;
695 position: absolute;
695 position: absolute;
696 }
696 }
697
697
698 #content #right {
698 #content #right {
699 margin: 0 60px 10px 290px;
699 margin: 0 60px 10px 290px;
700 }
700 }
701
701
702 #content div.box {
702 #content div.box {
703 clear: both;
703 clear: both;
704 overflow: hidden;
704 overflow: hidden;
705 background: #fff;
705 background: #fff;
706 margin: 0 0 10px;
706 margin: 0 0 10px;
707 padding: 0 0 10px;
707 padding: 0 0 10px;
708 -webkit-border-radius: 4px 4px 4px 4px;
708 -webkit-border-radius: 4px 4px 4px 4px;
709 -khtml-border-radius: 4px 4px 4px 4px;
709 -khtml-border-radius: 4px 4px 4px 4px;
710 -moz-border-radius: 4px 4px 4px 4px;
710 -moz-border-radius: 4px 4px 4px 4px;
711 border-radius: 4px 4px 4px 4px;
711 border-radius: 4px 4px 4px 4px;
712 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
712 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
713 }
713 }
714
714
715 #content div.box-left {
715 #content div.box-left {
716 width: 49%;
716 width: 49%;
717 clear: none;
717 clear: none;
718 float: left;
718 float: left;
719 margin: 0 0 10px;
719 margin: 0 0 10px;
720 }
720 }
721
721
722 #content div.box-right {
722 #content div.box-right {
723 width: 49%;
723 width: 49%;
724 clear: none;
724 clear: none;
725 float: right;
725 float: right;
726 margin: 0 0 10px;
726 margin: 0 0 10px;
727 }
727 }
728
728
729 #content div.box div.title {
729 #content div.box div.title {
730 clear: both;
730 clear: both;
731 overflow: hidden;
731 overflow: hidden;
732 background-color: #eedc94;
732 background-color: #eedc94;
733 background-repeat: repeat-x;
733 background-repeat: repeat-x;
734 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
734 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
735 to(#eedc94) );
735 to(#eedc94) );
736 background-image: -moz-linear-gradient(top, #003b76, #00376e);
736 background-image: -moz-linear-gradient(top, #003b76, #00376e);
737 background-image: -ms-linear-gradient(top, #003b76, #00376e);
737 background-image: -ms-linear-gradient(top, #003b76, #00376e);
738 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
738 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
739 color-stop(100%, #00376e) );
739 color-stop(100%, #00376e) );
740 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
740 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
741 background-image: -o-linear-gradient(top, #003b76, #00376e) );
741 background-image: -o-linear-gradient(top, #003b76, #00376e) );
742 background-image: linear-gradient(top, #003b76, #00376e);
742 background-image: linear-gradient(top, #003b76, #00376e);
743 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
743 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
744 endColorstr='#00376e', GradientType=0 );
744 endColorstr='#00376e', GradientType=0 );
745 margin: 0 0 20px;
745 margin: 0 0 20px;
746 padding: 0;
746 padding: 0;
747 }
747 }
748
748
749 #content div.box div.title h5 {
749 #content div.box div.title h5 {
750 float: left;
750 float: left;
751 border: none;
751 border: none;
752 color: #fff;
752 color: #fff;
753 text-transform: uppercase;
753 text-transform: uppercase;
754 margin: 0;
754 margin: 0;
755 padding: 11px 0 11px 10px;
755 padding: 11px 0 11px 10px;
756 }
756 }
757
757
758 #content div.box div.title ul.links li {
758 #content div.box div.title ul.links li {
759 list-style: none;
759 list-style: none;
760 float: left;
760 float: left;
761 margin: 0;
761 margin: 0;
762 padding: 0;
762 padding: 0;
763 }
763 }
764
764
765 #content div.box div.title ul.links li a {
765 #content div.box div.title ul.links li a {
766 border-left: 1px solid #316293;
766 border-left: 1px solid #316293;
767 color: #FFFFFF;
767 color: #FFFFFF;
768 display: block;
768 display: block;
769 float: left;
769 float: left;
770 font-size: 13px;
770 font-size: 13px;
771 font-weight: 700;
771 font-weight: 700;
772 height: 1%;
772 height: 1%;
773 margin: 0;
773 margin: 0;
774 padding: 11px 22px 12px;
774 padding: 11px 22px 12px;
775 text-decoration: none;
775 text-decoration: none;
776 }
776 }
777
777
778 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
778 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
779 {
779 {
780 clear: both;
780 clear: both;
781 overflow: hidden;
781 overflow: hidden;
782 border-bottom: 1px solid #DDD;
782 border-bottom: 1px solid #DDD;
783 margin: 10px 20px;
783 margin: 10px 20px;
784 padding: 0 0 15px;
784 padding: 0 0 15px;
785 }
785 }
786
786
787 #content div.box p {
787 #content div.box p {
788 color: #5f5f5f;
788 color: #5f5f5f;
789 font-size: 12px;
789 font-size: 12px;
790 line-height: 150%;
790 line-height: 150%;
791 margin: 0 24px 10px;
791 margin: 0 24px 10px;
792 padding: 0;
792 padding: 0;
793 }
793 }
794
794
795 #content div.box blockquote {
795 #content div.box blockquote {
796 border-left: 4px solid #DDD;
796 border-left: 4px solid #DDD;
797 color: #5f5f5f;
797 color: #5f5f5f;
798 font-size: 11px;
798 font-size: 11px;
799 line-height: 150%;
799 line-height: 150%;
800 margin: 0 34px;
800 margin: 0 34px;
801 padding: 0 0 0 14px;
801 padding: 0 0 0 14px;
802 }
802 }
803
803
804 #content div.box blockquote p {
804 #content div.box blockquote p {
805 margin: 10px 0;
805 margin: 10px 0;
806 padding: 0;
806 padding: 0;
807 }
807 }
808
808
809 #content div.box dl {
809 #content div.box dl {
810 margin: 10px 24px;
810 margin: 10px 24px;
811 }
811 }
812
812
813 #content div.box dt {
813 #content div.box dt {
814 font-size: 12px;
814 font-size: 12px;
815 margin: 0;
815 margin: 0;
816 }
816 }
817
817
818 #content div.box dd {
818 #content div.box dd {
819 font-size: 12px;
819 font-size: 12px;
820 margin: 0;
820 margin: 0;
821 padding: 8px 0 8px 15px;
821 padding: 8px 0 8px 15px;
822 }
822 }
823
823
824 #content div.box li {
824 #content div.box li {
825 font-size: 12px;
825 font-size: 12px;
826 padding: 4px 0;
826 padding: 4px 0;
827 }
827 }
828
828
829 #content div.box ul.disc,#content div.box ul.circle {
829 #content div.box ul.disc,#content div.box ul.circle {
830 margin: 10px 24px 10px 38px;
830 margin: 10px 24px 10px 38px;
831 }
831 }
832
832
833 #content div.box ul.square {
833 #content div.box ul.square {
834 margin: 10px 24px 10px 40px;
834 margin: 10px 24px 10px 40px;
835 }
835 }
836
836
837 #content div.box img.left {
837 #content div.box img.left {
838 border: none;
838 border: none;
839 float: left;
839 float: left;
840 margin: 10px 10px 10px 0;
840 margin: 10px 10px 10px 0;
841 }
841 }
842
842
843 #content div.box img.right {
843 #content div.box img.right {
844 border: none;
844 border: none;
845 float: right;
845 float: right;
846 margin: 10px 0 10px 10px;
846 margin: 10px 0 10px 10px;
847 }
847 }
848
848
849 #content div.box div.messages {
849 #content div.box div.messages {
850 clear: both;
850 clear: both;
851 overflow: hidden;
851 overflow: hidden;
852 margin: 0 20px;
852 margin: 0 20px;
853 padding: 0;
853 padding: 0;
854 }
854 }
855
855
856 #content div.box div.message {
856 #content div.box div.message {
857 clear: both;
857 clear: both;
858 overflow: hidden;
858 overflow: hidden;
859 margin: 0;
859 margin: 0;
860 padding: 10px 0;
860 padding: 10px 0;
861 }
861 }
862
862
863 #content div.box div.message a {
863 #content div.box div.message a {
864 font-weight: 400 !important;
864 font-weight: 400 !important;
865 }
865 }
866
866
867 #content div.box div.message div.image {
867 #content div.box div.message div.image {
868 float: left;
868 float: left;
869 margin: 9px 0 0 5px;
869 margin: 9px 0 0 5px;
870 padding: 6px;
870 padding: 6px;
871 }
871 }
872
872
873 #content div.box div.message div.image img {
873 #content div.box div.message div.image img {
874 vertical-align: middle;
874 vertical-align: middle;
875 margin: 0;
875 margin: 0;
876 }
876 }
877
877
878 #content div.box div.message div.text {
878 #content div.box div.message div.text {
879 float: left;
879 float: left;
880 margin: 0;
880 margin: 0;
881 padding: 9px 6px;
881 padding: 9px 6px;
882 }
882 }
883
883
884 #content div.box div.message div.dismiss a {
884 #content div.box div.message div.dismiss a {
885 height: 16px;
885 height: 16px;
886 width: 16px;
886 width: 16px;
887 display: block;
887 display: block;
888 background: url("../images/icons/cross.png") no-repeat;
888 background: url("../images/icons/cross.png") no-repeat;
889 margin: 15px 14px 0 0;
889 margin: 15px 14px 0 0;
890 padding: 0;
890 padding: 0;
891 }
891 }
892
892
893 #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
893 #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
894 {
894 {
895 border: none;
895 border: none;
896 margin: 0;
896 margin: 0;
897 padding: 0;
897 padding: 0;
898 }
898 }
899
899
900 #content div.box div.message div.text span {
900 #content div.box div.message div.text span {
901 height: 1%;
901 height: 1%;
902 display: block;
902 display: block;
903 margin: 0;
903 margin: 0;
904 padding: 5px 0 0;
904 padding: 5px 0 0;
905 }
905 }
906
906
907 #content div.box div.message-error {
907 #content div.box div.message-error {
908 height: 1%;
908 height: 1%;
909 clear: both;
909 clear: both;
910 overflow: hidden;
910 overflow: hidden;
911 background: #FBE3E4;
911 background: #FBE3E4;
912 border: 1px solid #FBC2C4;
912 border: 1px solid #FBC2C4;
913 color: #860006;
913 color: #860006;
914 }
914 }
915
915
916 #content div.box div.message-error h6 {
916 #content div.box div.message-error h6 {
917 color: #860006;
917 color: #860006;
918 }
918 }
919
919
920 #content div.box div.message-warning {
920 #content div.box div.message-warning {
921 height: 1%;
921 height: 1%;
922 clear: both;
922 clear: both;
923 overflow: hidden;
923 overflow: hidden;
924 background: #FFF6BF;
924 background: #FFF6BF;
925 border: 1px solid #FFD324;
925 border: 1px solid #FFD324;
926 color: #5f5200;
926 color: #5f5200;
927 }
927 }
928
928
929 #content div.box div.message-warning h6 {
929 #content div.box div.message-warning h6 {
930 color: #5f5200;
930 color: #5f5200;
931 }
931 }
932
932
933 #content div.box div.message-notice {
933 #content div.box div.message-notice {
934 height: 1%;
934 height: 1%;
935 clear: both;
935 clear: both;
936 overflow: hidden;
936 overflow: hidden;
937 background: #8FBDE0;
937 background: #8FBDE0;
938 border: 1px solid #6BACDE;
938 border: 1px solid #6BACDE;
939 color: #003863;
939 color: #003863;
940 }
940 }
941
941
942 #content div.box div.message-notice h6 {
942 #content div.box div.message-notice h6 {
943 color: #003863;
943 color: #003863;
944 }
944 }
945
945
946 #content div.box div.message-success {
946 #content div.box div.message-success {
947 height: 1%;
947 height: 1%;
948 clear: both;
948 clear: both;
949 overflow: hidden;
949 overflow: hidden;
950 background: #E6EFC2;
950 background: #E6EFC2;
951 border: 1px solid #C6D880;
951 border: 1px solid #C6D880;
952 color: #4e6100;
952 color: #4e6100;
953 }
953 }
954
954
955 #content div.box div.message-success h6 {
955 #content div.box div.message-success h6 {
956 color: #4e6100;
956 color: #4e6100;
957 }
957 }
958
958
959 #content div.box div.form div.fields div.field {
959 #content div.box div.form div.fields div.field {
960 height: 1%;
960 height: 1%;
961 border-bottom: 1px solid #DDD;
961 border-bottom: 1px solid #DDD;
962 clear: both;
962 clear: both;
963 margin: 0;
963 margin: 0;
964 padding: 10px 0;
964 padding: 10px 0;
965 }
965 }
966
966
967 #content div.box div.form div.fields div.field-first {
967 #content div.box div.form div.fields div.field-first {
968 padding: 0 0 10px;
968 padding: 0 0 10px;
969 }
969 }
970
970
971 #content div.box div.form div.fields div.field-noborder {
971 #content div.box div.form div.fields div.field-noborder {
972 border-bottom: 0 !important;
972 border-bottom: 0 !important;
973 }
973 }
974
974
975 #content div.box div.form div.fields div.field span.error-message {
975 #content div.box div.form div.fields div.field span.error-message {
976 height: 1%;
976 height: 1%;
977 display: inline-block;
977 display: inline-block;
978 color: red;
978 color: red;
979 margin: 8px 0 0 4px;
979 margin: 8px 0 0 4px;
980 padding: 0;
980 padding: 0;
981 }
981 }
982
982
983 #content div.box div.form div.fields div.field span.success {
983 #content div.box div.form div.fields div.field span.success {
984 height: 1%;
984 height: 1%;
985 display: block;
985 display: block;
986 color: #316309;
986 color: #316309;
987 margin: 8px 0 0;
987 margin: 8px 0 0;
988 padding: 0;
988 padding: 0;
989 }
989 }
990
990
991 #content div.box div.form div.fields div.field div.label {
991 #content div.box div.form div.fields div.field div.label {
992 left: 70px;
992 left: 70px;
993 width: 155px;
993 width: 155px;
994 position: absolute;
994 position: absolute;
995 margin: 0;
995 margin: 0;
996 padding: 8px 0 0 5px;
996 padding: 8px 0 0 5px;
997 }
997 }
998
998
999 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
999 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
1000 {
1000 {
1001 clear: both;
1001 clear: both;
1002 overflow: hidden;
1002 overflow: hidden;
1003 left: 0;
1003 left: 0;
1004 width: auto;
1004 width: auto;
1005 position: relative;
1005 position: relative;
1006 margin: 0;
1006 margin: 0;
1007 padding: 0 0 8px;
1007 padding: 0 0 8px;
1008 }
1008 }
1009
1009
1010 #content div.box div.form div.fields div.field div.label-select {
1010 #content div.box div.form div.fields div.field div.label-select {
1011 padding: 5px 0 0 5px;
1011 padding: 5px 0 0 5px;
1012 }
1012 }
1013
1013
1014 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
1014 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
1015 {
1015 {
1016 padding: 0 0 8px;
1016 padding: 0 0 8px;
1017 }
1017 }
1018
1018
1019 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
1019 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
1020 {
1020 {
1021 padding: 0 0 8px !important;
1021 padding: 0 0 8px !important;
1022 }
1022 }
1023
1023
1024 #content div.box div.form div.fields div.field div.label label,div.label label
1024 #content div.box div.form div.fields div.field div.label label,div.label label
1025 {
1025 {
1026 color: #393939;
1026 color: #393939;
1027 font-weight: 700;
1027 font-weight: 700;
1028 }
1028 }
1029
1029
1030 #content div.box div.form div.fields div.field div.input {
1030 #content div.box div.form div.fields div.field div.input {
1031 margin: 0 0 0 200px;
1031 margin: 0 0 0 200px;
1032 }
1032 }
1033
1033
1034 #content div.box div.form div.fields div.field div.file {
1034 #content div.box div.form div.fields div.field div.file {
1035 margin: 0 0 0 200px;
1035 margin: 0 0 0 200px;
1036 }
1036 }
1037
1037
1038 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1038 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1039 {
1039 {
1040 margin: 0 0 0 0px;
1040 margin: 0 0 0 0px;
1041 }
1041 }
1042
1042
1043 #content div.box div.form div.fields div.field div.input input {
1043 #content div.box div.form div.fields div.field div.input input {
1044 background: #FFF;
1044 background: #FFF;
1045 border-top: 1px solid #b3b3b3;
1045 border-top: 1px solid #b3b3b3;
1046 border-left: 1px solid #b3b3b3;
1046 border-left: 1px solid #b3b3b3;
1047 border-right: 1px solid #eaeaea;
1047 border-right: 1px solid #eaeaea;
1048 border-bottom: 1px solid #eaeaea;
1048 border-bottom: 1px solid #eaeaea;
1049 color: #000;
1049 color: #000;
1050 font-size: 11px;
1050 font-size: 11px;
1051 margin: 0;
1051 margin: 0;
1052 padding: 7px 7px 6px;
1052 padding: 7px 7px 6px;
1053 }
1053 }
1054
1054
1055 #content div.box div.form div.fields div.field div.file input {
1055 #content div.box div.form div.fields div.field div.file input {
1056 background: none repeat scroll 0 0 #FFFFFF;
1056 background: none repeat scroll 0 0 #FFFFFF;
1057 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1057 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1058 border-style: solid;
1058 border-style: solid;
1059 border-width: 1px;
1059 border-width: 1px;
1060 color: #000000;
1060 color: #000000;
1061 font-size: 11px;
1061 font-size: 11px;
1062 margin: 0;
1062 margin: 0;
1063 padding: 7px 7px 6px;
1063 padding: 7px 7px 6px;
1064 }
1064 }
1065
1065
1066 #content div.box div.form div.fields div.field div.input input.small {
1066 #content div.box div.form div.fields div.field div.input input.small {
1067 width: 30%;
1067 width: 30%;
1068 }
1068 }
1069
1069
1070 #content div.box div.form div.fields div.field div.input input.medium {
1070 #content div.box div.form div.fields div.field div.input input.medium {
1071 width: 55%;
1071 width: 55%;
1072 }
1072 }
1073
1073
1074 #content div.box div.form div.fields div.field div.input input.large {
1074 #content div.box div.form div.fields div.field div.input input.large {
1075 width: 85%;
1075 width: 85%;
1076 }
1076 }
1077
1077
1078 #content div.box div.form div.fields div.field div.input input.date {
1078 #content div.box div.form div.fields div.field div.input input.date {
1079 width: 177px;
1079 width: 177px;
1080 }
1080 }
1081
1081
1082 #content div.box div.form div.fields div.field div.input input.button {
1082 #content div.box div.form div.fields div.field div.input input.button {
1083 background: #D4D0C8;
1083 background: #D4D0C8;
1084 border-top: 1px solid #FFF;
1084 border-top: 1px solid #FFF;
1085 border-left: 1px solid #FFF;
1085 border-left: 1px solid #FFF;
1086 border-right: 1px solid #404040;
1086 border-right: 1px solid #404040;
1087 border-bottom: 1px solid #404040;
1087 border-bottom: 1px solid #404040;
1088 color: #000;
1088 color: #000;
1089 margin: 0;
1089 margin: 0;
1090 padding: 4px 8px;
1090 padding: 4px 8px;
1091 }
1091 }
1092
1092
1093 #content div.box div.form div.fields div.field div.textarea {
1093 #content div.box div.form div.fields div.field div.textarea {
1094 border-top: 1px solid #b3b3b3;
1094 border-top: 1px solid #b3b3b3;
1095 border-left: 1px solid #b3b3b3;
1095 border-left: 1px solid #b3b3b3;
1096 border-right: 1px solid #eaeaea;
1096 border-right: 1px solid #eaeaea;
1097 border-bottom: 1px solid #eaeaea;
1097 border-bottom: 1px solid #eaeaea;
1098 margin: 0 0 0 200px;
1098 margin: 0 0 0 200px;
1099 padding: 10px;
1099 padding: 10px;
1100 }
1100 }
1101
1101
1102 #content div.box div.form div.fields div.field div.textarea-editor {
1102 #content div.box div.form div.fields div.field div.textarea-editor {
1103 border: 1px solid #ddd;
1103 border: 1px solid #ddd;
1104 padding: 0;
1104 padding: 0;
1105 }
1105 }
1106
1106
1107 #content div.box div.form div.fields div.field div.textarea textarea {
1107 #content div.box div.form div.fields div.field div.textarea textarea {
1108 width: 100%;
1108 width: 100%;
1109 height: 220px;
1109 height: 220px;
1110 overflow: hidden;
1110 overflow: hidden;
1111 background: #FFF;
1111 background: #FFF;
1112 color: #000;
1112 color: #000;
1113 font-size: 11px;
1113 font-size: 11px;
1114 outline: none;
1114 outline: none;
1115 border-width: 0;
1115 border-width: 0;
1116 margin: 0;
1116 margin: 0;
1117 padding: 0;
1117 padding: 0;
1118 }
1118 }
1119
1119
1120 #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
1120 #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
1121 {
1121 {
1122 width: 100%;
1122 width: 100%;
1123 height: 100px;
1123 height: 100px;
1124 }
1124 }
1125
1125
1126 #content div.box div.form div.fields div.field div.textarea table {
1126 #content div.box div.form div.fields div.field div.textarea table {
1127 width: 100%;
1127 width: 100%;
1128 border: none;
1128 border: none;
1129 margin: 0;
1129 margin: 0;
1130 padding: 0;
1130 padding: 0;
1131 }
1131 }
1132
1132
1133 #content div.box div.form div.fields div.field div.textarea table td {
1133 #content div.box div.form div.fields div.field div.textarea table td {
1134 background: #DDD;
1134 background: #DDD;
1135 border: none;
1135 border: none;
1136 padding: 0;
1136 padding: 0;
1137 }
1137 }
1138
1138
1139 #content div.box div.form div.fields div.field div.textarea table td table
1139 #content div.box div.form div.fields div.field div.textarea table td table
1140 {
1140 {
1141 width: auto;
1141 width: auto;
1142 border: none;
1142 border: none;
1143 margin: 0;
1143 margin: 0;
1144 padding: 0;
1144 padding: 0;
1145 }
1145 }
1146
1146
1147 #content div.box div.form div.fields div.field div.textarea table td table td
1147 #content div.box div.form div.fields div.field div.textarea table td table td
1148 {
1148 {
1149 font-size: 11px;
1149 font-size: 11px;
1150 padding: 5px 5px 5px 0;
1150 padding: 5px 5px 5px 0;
1151 }
1151 }
1152
1152
1153 #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
1153 #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
1154 {
1154 {
1155 background: #f6f6f6;
1155 background: #f6f6f6;
1156 border-color: #666;
1156 border-color: #666;
1157 }
1157 }
1158
1158
1159 div.form div.fields div.field div.button {
1159 div.form div.fields div.field div.button {
1160 margin: 0;
1160 margin: 0;
1161 padding: 0 0 0 8px;
1161 padding: 0 0 0 8px;
1162 }
1162 }
1163 #content div.box table.noborder {
1163 #content div.box table.noborder {
1164 border: 1px solid transparent;
1164 border: 1px solid transparent;
1165 }
1165 }
1166
1166
1167 #content div.box table {
1167 #content div.box table {
1168 width: 100%;
1168 width: 100%;
1169 border-collapse: separate;
1169 border-collapse: separate;
1170 margin: 0;
1170 margin: 0;
1171 padding: 0;
1171 padding: 0;
1172 border: 1px solid #eee;
1172 border: 1px solid #eee;
1173 -webkit-border-radius: 4px;
1173 -webkit-border-radius: 4px;
1174 -moz-border-radius: 4px;
1174 -moz-border-radius: 4px;
1175 border-radius: 4px;
1175 border-radius: 4px;
1176 }
1176 }
1177
1177
1178 #content div.box table th {
1178 #content div.box table th {
1179 background: #eee;
1179 background: #eee;
1180 border-bottom: 1px solid #ddd;
1180 border-bottom: 1px solid #ddd;
1181 padding: 5px 0px 5px 5px;
1181 padding: 5px 0px 5px 5px;
1182 }
1182 }
1183
1183
1184 #content div.box table th.left {
1184 #content div.box table th.left {
1185 text-align: left;
1185 text-align: left;
1186 }
1186 }
1187
1187
1188 #content div.box table th.right {
1188 #content div.box table th.right {
1189 text-align: right;
1189 text-align: right;
1190 }
1190 }
1191
1191
1192 #content div.box table th.center {
1192 #content div.box table th.center {
1193 text-align: center;
1193 text-align: center;
1194 }
1194 }
1195
1195
1196 #content div.box table th.selected {
1196 #content div.box table th.selected {
1197 vertical-align: middle;
1197 vertical-align: middle;
1198 padding: 0;
1198 padding: 0;
1199 }
1199 }
1200
1200
1201 #content div.box table td {
1201 #content div.box table td {
1202 background: #fff;
1202 background: #fff;
1203 border-bottom: 1px solid #cdcdcd;
1203 border-bottom: 1px solid #cdcdcd;
1204 vertical-align: middle;
1204 vertical-align: middle;
1205 padding: 5px;
1205 padding: 5px;
1206 }
1206 }
1207
1207
1208 #content div.box table tr.selected td {
1208 #content div.box table tr.selected td {
1209 background: #FFC;
1209 background: #FFC;
1210 }
1210 }
1211
1211
1212 #content div.box table td.selected {
1212 #content div.box table td.selected {
1213 width: 3%;
1213 width: 3%;
1214 text-align: center;
1214 text-align: center;
1215 vertical-align: middle;
1215 vertical-align: middle;
1216 padding: 0;
1216 padding: 0;
1217 }
1217 }
1218
1218
1219 #content div.box table td.action {
1219 #content div.box table td.action {
1220 width: 45%;
1220 width: 45%;
1221 text-align: left;
1221 text-align: left;
1222 }
1222 }
1223
1223
1224 #content div.box table td.date {
1224 #content div.box table td.date {
1225 width: 33%;
1225 width: 33%;
1226 text-align: center;
1226 text-align: center;
1227 }
1227 }
1228
1228
1229 #content div.box div.action {
1229 #content div.box div.action {
1230 float: right;
1230 float: right;
1231 background: #FFF;
1231 background: #FFF;
1232 text-align: right;
1232 text-align: right;
1233 margin: 10px 0 0;
1233 margin: 10px 0 0;
1234 padding: 0;
1234 padding: 0;
1235 }
1235 }
1236
1236
1237 #content div.box div.action select {
1237 #content div.box div.action select {
1238 font-size: 11px;
1238 font-size: 11px;
1239 margin: 0;
1239 margin: 0;
1240 }
1240 }
1241
1241
1242 #content div.box div.action .ui-selectmenu {
1242 #content div.box div.action .ui-selectmenu {
1243 margin: 0;
1243 margin: 0;
1244 padding: 0;
1244 padding: 0;
1245 }
1245 }
1246
1246
1247 #content div.box div.pagination {
1247 #content div.box div.pagination {
1248 height: 1%;
1248 height: 1%;
1249 clear: both;
1249 clear: both;
1250 overflow: hidden;
1250 overflow: hidden;
1251 margin: 10px 0 0;
1251 margin: 10px 0 0;
1252 padding: 0;
1252 padding: 0;
1253 }
1253 }
1254
1254
1255 #content div.box div.pagination ul.pager {
1255 #content div.box div.pagination ul.pager {
1256 float: right;
1256 float: right;
1257 text-align: right;
1257 text-align: right;
1258 margin: 0;
1258 margin: 0;
1259 padding: 0;
1259 padding: 0;
1260 }
1260 }
1261
1261
1262 #content div.box div.pagination ul.pager li {
1262 #content div.box div.pagination ul.pager li {
1263 height: 1%;
1263 height: 1%;
1264 float: left;
1264 float: left;
1265 list-style: none;
1265 list-style: none;
1266 background: #ebebeb url("../images/pager.png") repeat-x;
1266 background: #ebebeb url("../images/pager.png") repeat-x;
1267 border-top: 1px solid #dedede;
1267 border-top: 1px solid #dedede;
1268 border-left: 1px solid #cfcfcf;
1268 border-left: 1px solid #cfcfcf;
1269 border-right: 1px solid #c4c4c4;
1269 border-right: 1px solid #c4c4c4;
1270 border-bottom: 1px solid #c4c4c4;
1270 border-bottom: 1px solid #c4c4c4;
1271 color: #4A4A4A;
1271 color: #4A4A4A;
1272 font-weight: 700;
1272 font-weight: 700;
1273 margin: 0 0 0 4px;
1273 margin: 0 0 0 4px;
1274 padding: 0;
1274 padding: 0;
1275 }
1275 }
1276
1276
1277 #content div.box div.pagination ul.pager li.separator {
1277 #content div.box div.pagination ul.pager li.separator {
1278 padding: 6px;
1278 padding: 6px;
1279 }
1279 }
1280
1280
1281 #content div.box div.pagination ul.pager li.current {
1281 #content div.box div.pagination ul.pager li.current {
1282 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1282 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1283 border-top: 1px solid #ccc;
1283 border-top: 1px solid #ccc;
1284 border-left: 1px solid #bebebe;
1284 border-left: 1px solid #bebebe;
1285 border-right: 1px solid #b1b1b1;
1285 border-right: 1px solid #b1b1b1;
1286 border-bottom: 1px solid #afafaf;
1286 border-bottom: 1px solid #afafaf;
1287 color: #515151;
1287 color: #515151;
1288 padding: 6px;
1288 padding: 6px;
1289 }
1289 }
1290
1290
1291 #content div.box div.pagination ul.pager li a {
1291 #content div.box div.pagination ul.pager li a {
1292 height: 1%;
1292 height: 1%;
1293 display: block;
1293 display: block;
1294 float: left;
1294 float: left;
1295 color: #515151;
1295 color: #515151;
1296 text-decoration: none;
1296 text-decoration: none;
1297 margin: 0;
1297 margin: 0;
1298 padding: 6px;
1298 padding: 6px;
1299 }
1299 }
1300
1300
1301 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1301 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1302 {
1302 {
1303 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1303 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1304 border-top: 1px solid #ccc;
1304 border-top: 1px solid #ccc;
1305 border-left: 1px solid #bebebe;
1305 border-left: 1px solid #bebebe;
1306 border-right: 1px solid #b1b1b1;
1306 border-right: 1px solid #b1b1b1;
1307 border-bottom: 1px solid #afafaf;
1307 border-bottom: 1px solid #afafaf;
1308 margin: -1px;
1308 margin: -1px;
1309 }
1309 }
1310
1310
1311 #content div.box div.pagination-wh {
1311 #content div.box div.pagination-wh {
1312 height: 1%;
1312 height: 1%;
1313 clear: both;
1313 clear: both;
1314 overflow: hidden;
1314 overflow: hidden;
1315 text-align: right;
1315 text-align: right;
1316 margin: 10px 0 0;
1316 margin: 10px 0 0;
1317 padding: 0;
1317 padding: 0;
1318 }
1318 }
1319
1319
1320 #content div.box div.pagination-right {
1320 #content div.box div.pagination-right {
1321 float: right;
1321 float: right;
1322 }
1322 }
1323
1323
1324 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1324 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1325 {
1325 {
1326 height: 1%;
1326 height: 1%;
1327 float: left;
1327 float: left;
1328 background: #ebebeb url("../images/pager.png") repeat-x;
1328 background: #ebebeb url("../images/pager.png") repeat-x;
1329 border-top: 1px solid #dedede;
1329 border-top: 1px solid #dedede;
1330 border-left: 1px solid #cfcfcf;
1330 border-left: 1px solid #cfcfcf;
1331 border-right: 1px solid #c4c4c4;
1331 border-right: 1px solid #c4c4c4;
1332 border-bottom: 1px solid #c4c4c4;
1332 border-bottom: 1px solid #c4c4c4;
1333 color: #4A4A4A;
1333 color: #4A4A4A;
1334 font-weight: 700;
1334 font-weight: 700;
1335 margin: 0 0 0 4px;
1335 margin: 0 0 0 4px;
1336 padding: 6px;
1336 padding: 6px;
1337 }
1337 }
1338
1338
1339 #content div.box div.pagination-wh span.pager_curpage {
1339 #content div.box div.pagination-wh span.pager_curpage {
1340 height: 1%;
1340 height: 1%;
1341 float: left;
1341 float: left;
1342 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1342 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1343 border-top: 1px solid #ccc;
1343 border-top: 1px solid #ccc;
1344 border-left: 1px solid #bebebe;
1344 border-left: 1px solid #bebebe;
1345 border-right: 1px solid #b1b1b1;
1345 border-right: 1px solid #b1b1b1;
1346 border-bottom: 1px solid #afafaf;
1346 border-bottom: 1px solid #afafaf;
1347 color: #515151;
1347 color: #515151;
1348 font-weight: 700;
1348 font-weight: 700;
1349 margin: 0 0 0 4px;
1349 margin: 0 0 0 4px;
1350 padding: 6px;
1350 padding: 6px;
1351 }
1351 }
1352
1352
1353 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1353 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1354 {
1354 {
1355 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1355 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1356 border-top: 1px solid #ccc;
1356 border-top: 1px solid #ccc;
1357 border-left: 1px solid #bebebe;
1357 border-left: 1px solid #bebebe;
1358 border-right: 1px solid #b1b1b1;
1358 border-right: 1px solid #b1b1b1;
1359 border-bottom: 1px solid #afafaf;
1359 border-bottom: 1px solid #afafaf;
1360 text-decoration: none;
1360 text-decoration: none;
1361 }
1361 }
1362
1362
1363 #content div.box div.traffic div.legend {
1363 #content div.box div.traffic div.legend {
1364 clear: both;
1364 clear: both;
1365 overflow: hidden;
1365 overflow: hidden;
1366 border-bottom: 1px solid #ddd;
1366 border-bottom: 1px solid #ddd;
1367 margin: 0 0 10px;
1367 margin: 0 0 10px;
1368 padding: 0 0 10px;
1368 padding: 0 0 10px;
1369 }
1369 }
1370
1370
1371 #content div.box div.traffic div.legend h6 {
1371 #content div.box div.traffic div.legend h6 {
1372 float: left;
1372 float: left;
1373 border: none;
1373 border: none;
1374 margin: 0;
1374 margin: 0;
1375 padding: 0;
1375 padding: 0;
1376 }
1376 }
1377
1377
1378 #content div.box div.traffic div.legend li {
1378 #content div.box div.traffic div.legend li {
1379 list-style: none;
1379 list-style: none;
1380 float: left;
1380 float: left;
1381 font-size: 11px;
1381 font-size: 11px;
1382 margin: 0;
1382 margin: 0;
1383 padding: 0 8px 0 4px;
1383 padding: 0 8px 0 4px;
1384 }
1384 }
1385
1385
1386 #content div.box div.traffic div.legend li.visits {
1386 #content div.box div.traffic div.legend li.visits {
1387 border-left: 12px solid #edc240;
1387 border-left: 12px solid #edc240;
1388 }
1388 }
1389
1389
1390 #content div.box div.traffic div.legend li.pageviews {
1390 #content div.box div.traffic div.legend li.pageviews {
1391 border-left: 12px solid #afd8f8;
1391 border-left: 12px solid #afd8f8;
1392 }
1392 }
1393
1393
1394 #content div.box div.traffic table {
1394 #content div.box div.traffic table {
1395 width: auto;
1395 width: auto;
1396 }
1396 }
1397
1397
1398 #content div.box div.traffic table td {
1398 #content div.box div.traffic table td {
1399 background: transparent;
1399 background: transparent;
1400 border: none;
1400 border: none;
1401 padding: 2px 3px 3px;
1401 padding: 2px 3px 3px;
1402 }
1402 }
1403
1403
1404 #content div.box div.traffic table td.legendLabel {
1404 #content div.box div.traffic table td.legendLabel {
1405 padding: 0 3px 2px;
1405 padding: 0 3px 2px;
1406 }
1406 }
1407
1407
1408 #summary {
1408 #summary {
1409
1409
1410 }
1410 }
1411
1411
1412 #summary .desc {
1412 #summary .desc {
1413 white-space: pre;
1413 white-space: pre;
1414 width: 100%;
1414 width: 100%;
1415 }
1415 }
1416
1416
1417 #summary .repo_name {
1417 #summary .repo_name {
1418 font-size: 1.6em;
1418 font-size: 1.6em;
1419 font-weight: bold;
1419 font-weight: bold;
1420 vertical-align: baseline;
1420 vertical-align: baseline;
1421 clear: right
1421 clear: right
1422 }
1422 }
1423
1423
1424 #footer {
1424 #footer {
1425 clear: both;
1425 clear: both;
1426 overflow: hidden;
1426 overflow: hidden;
1427 text-align: right;
1427 text-align: right;
1428 margin: 0;
1428 margin: 0;
1429 padding: 0 10px 4px;
1429 padding: 0 10px 4px;
1430 margin: -10px 0 0;
1430 margin: -10px 0 0;
1431 }
1431 }
1432
1432
1433 #footer div#footer-inner {
1433 #footer div#footer-inner {
1434 background-color: #eedc94; background-repeat : repeat-x;
1434 background-color: #eedc94; background-repeat : repeat-x;
1435 background-image : -khtml-gradient( linear, left top, left bottom,
1435 background-image : -khtml-gradient( linear, left top, left bottom,
1436 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1436 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1437 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1437 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1438 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1438 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1439 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1439 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1440 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1440 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1441 background-image : -o-linear-gradient( top, #003b76, #00376e));
1441 background-image : -o-linear-gradient( top, #003b76, #00376e));
1442 background-image : linear-gradient( top, #003b76, #00376e); filter :
1442 background-image : linear-gradient( top, #003b76, #00376e); filter :
1443 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1443 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1444 '#003b76', endColorstr = '#00376e', GradientType = 0);
1444 '#003b76', endColorstr = '#00376e', GradientType = 0);
1445 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1445 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1446 -webkit-border-radius: 4px 4px 4px 4px;
1446 -webkit-border-radius: 4px 4px 4px 4px;
1447 -khtml-border-radius: 4px 4px 4px 4px;
1447 -khtml-border-radius: 4px 4px 4px 4px;
1448 -moz-border-radius: 4px 4px 4px 4px;
1448 -moz-border-radius: 4px 4px 4px 4px;
1449 border-radius: 4px 4px 4px 4px;
1449 border-radius: 4px 4px 4px 4px;
1450 background-repeat: repeat-x;
1450 background-repeat: repeat-x;
1451 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1451 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1452 to(#eedc94) );
1452 to(#eedc94) );
1453 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1453 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1454 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1454 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1455 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1455 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1456 color-stop(100%, #00376e) );
1456 color-stop(100%, #00376e) );
1457 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1457 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1458 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1458 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1459 background-image: linear-gradient(top, #003b76, #00376e);
1459 background-image: linear-gradient(top, #003b76, #00376e);
1460 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1460 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1461 endColorstr='#00376e', GradientType=0 );
1461 endColorstr='#00376e', GradientType=0 );
1462 }
1462 }
1463
1463
1464 #footer div#footer-inner p {
1464 #footer div#footer-inner p {
1465 padding: 15px 25px 15px 0;
1465 padding: 15px 25px 15px 0;
1466 color: #FFF;
1466 color: #FFF;
1467 font-weight: 700;
1467 font-weight: 700;
1468 }
1468 }
1469
1469
1470 #footer div#footer-inner .footer-link {
1470 #footer div#footer-inner .footer-link {
1471 float: left;
1471 float: left;
1472 padding-left: 10px;
1472 padding-left: 10px;
1473 }
1473 }
1474
1474
1475 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1475 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1476 {
1476 {
1477 color: #FFF;
1477 color: #FFF;
1478 }
1478 }
1479
1479
1480 #login div.title {
1480 #login div.title {
1481 width: 420px;
1481 width: 420px;
1482 clear: both;
1482 clear: both;
1483 overflow: hidden;
1483 overflow: hidden;
1484 position: relative;
1484 position: relative;
1485 background-color: #eedc94; background-repeat : repeat-x;
1485 background-color: #eedc94; background-repeat : repeat-x;
1486 background-image : -khtml-gradient( linear, left top, left bottom,
1486 background-image : -khtml-gradient( linear, left top, left bottom,
1487 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1487 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1488 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1488 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1489 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1489 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1490 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1490 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1491 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1491 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1492 background-image : -o-linear-gradient( top, #003b76, #00376e));
1492 background-image : -o-linear-gradient( top, #003b76, #00376e));
1493 background-image : linear-gradient( top, #003b76, #00376e); filter :
1493 background-image : linear-gradient( top, #003b76, #00376e); filter :
1494 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1494 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1495 '#003b76', endColorstr = '#00376e', GradientType = 0);
1495 '#003b76', endColorstr = '#00376e', GradientType = 0);
1496 margin: 0 auto;
1496 margin: 0 auto;
1497 padding: 0;
1497 padding: 0;
1498 background-repeat: repeat-x;
1498 background-repeat: repeat-x;
1499 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1499 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1500 to(#eedc94) );
1500 to(#eedc94) );
1501 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1501 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1502 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1502 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1503 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1503 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1504 color-stop(100%, #00376e) );
1504 color-stop(100%, #00376e) );
1505 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1505 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1506 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1506 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1507 background-image: linear-gradient(top, #003b76, #00376e);
1507 background-image: linear-gradient(top, #003b76, #00376e);
1508 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1508 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1509 endColorstr='#00376e', GradientType=0 );
1509 endColorstr='#00376e', GradientType=0 );
1510 }
1510 }
1511
1511
1512 #login div.inner {
1512 #login div.inner {
1513 width: 380px;
1513 width: 380px;
1514 background: #FFF url("../images/login.png") no-repeat top left;
1514 background: #FFF url("../images/login.png") no-repeat top left;
1515 border-top: none;
1515 border-top: none;
1516 border-bottom: none;
1516 border-bottom: none;
1517 margin: 0 auto;
1517 margin: 0 auto;
1518 padding: 20px;
1518 padding: 20px;
1519 }
1519 }
1520
1520
1521 #login div.form div.fields div.field div.label {
1521 #login div.form div.fields div.field div.label {
1522 width: 173px;
1522 width: 173px;
1523 float: left;
1523 float: left;
1524 text-align: right;
1524 text-align: right;
1525 margin: 2px 10px 0 0;
1525 margin: 2px 10px 0 0;
1526 padding: 5px 0 0 5px;
1526 padding: 5px 0 0 5px;
1527 }
1527 }
1528
1528
1529 #login div.form div.fields div.field div.input input {
1529 #login div.form div.fields div.field div.input input {
1530 width: 176px;
1530 width: 176px;
1531 background: #FFF;
1531 background: #FFF;
1532 border-top: 1px solid #b3b3b3;
1532 border-top: 1px solid #b3b3b3;
1533 border-left: 1px solid #b3b3b3;
1533 border-left: 1px solid #b3b3b3;
1534 border-right: 1px solid #eaeaea;
1534 border-right: 1px solid #eaeaea;
1535 border-bottom: 1px solid #eaeaea;
1535 border-bottom: 1px solid #eaeaea;
1536 color: #000;
1536 color: #000;
1537 font-size: 11px;
1537 font-size: 11px;
1538 margin: 0;
1538 margin: 0;
1539 padding: 7px 7px 6px;
1539 padding: 7px 7px 6px;
1540 }
1540 }
1541
1541
1542 #login div.form div.fields div.buttons {
1542 #login div.form div.fields div.buttons {
1543 clear: both;
1543 clear: both;
1544 overflow: hidden;
1544 overflow: hidden;
1545 border-top: 1px solid #DDD;
1545 border-top: 1px solid #DDD;
1546 text-align: right;
1546 text-align: right;
1547 margin: 0;
1547 margin: 0;
1548 padding: 10px 0 0;
1548 padding: 10px 0 0;
1549 }
1549 }
1550
1550
1551 #login div.form div.links {
1551 #login div.form div.links {
1552 clear: both;
1552 clear: both;
1553 overflow: hidden;
1553 overflow: hidden;
1554 margin: 10px 0 0;
1554 margin: 10px 0 0;
1555 padding: 0 0 2px;
1555 padding: 0 0 2px;
1556 }
1556 }
1557
1557
1558 #quick_login {
1558 #quick_login {
1559 top: 31px;
1559 top: 31px;
1560 background-color: rgb(0, 51, 103);
1560 background-color: rgb(0, 51, 103);
1561 z-index: 999;
1561 z-index: 999;
1562 height: 150px;
1562 height: 150px;
1563 position: absolute;
1563 position: absolute;
1564 margin-left: -16px;
1564 margin-left: -16px;
1565 width: 281px;
1565 width: 281px;
1566 -webkit-border-radius: 0px 0px 4px 4px;
1566 -webkit-border-radius: 0px 0px 4px 4px;
1567 -khtml-border-radius: 0px 0px 4px 4px;
1567 -khtml-border-radius: 0px 0px 4px 4px;
1568 -moz-border-radius: 0px 0px 4px 4px;
1568 -moz-border-radius: 0px 0px 4px 4px;
1569 border-radius: 0px 0px 4px 4px;
1569 border-radius: 0px 0px 4px 4px;
1570 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1570 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1571 }
1571 }
1572
1572
1573 #quick_login .password_forgoten {
1573 #quick_login .password_forgoten {
1574 padding-right: 10px;
1574 padding-right: 10px;
1575 padding-top: 0px;
1575 padding-top: 0px;
1576 float: left;
1576 float: left;
1577 }
1577 }
1578
1578
1579 #quick_login .password_forgoten a {
1579 #quick_login .password_forgoten a {
1580 font-size: 10px
1580 font-size: 10px
1581 }
1581 }
1582
1582
1583 #quick_login .register {
1583 #quick_login .register {
1584 padding-right: 10px;
1584 padding-right: 10px;
1585 padding-top: 5px;
1585 padding-top: 5px;
1586 float: left;
1586 float: left;
1587 }
1587 }
1588
1588
1589 #quick_login .register a {
1589 #quick_login .register a {
1590 font-size: 10px
1590 font-size: 10px
1591 }
1591 }
1592
1592
1593 #quick_login div.form div.fields {
1593 #quick_login div.form div.fields {
1594 padding-top: 2px;
1594 padding-top: 2px;
1595 padding-left: 10px;
1595 padding-left: 10px;
1596 }
1596 }
1597
1597
1598 #quick_login div.form div.fields div.field {
1598 #quick_login div.form div.fields div.field {
1599 padding: 5px;
1599 padding: 5px;
1600 }
1600 }
1601
1601
1602 #quick_login div.form div.fields div.field div.label label {
1602 #quick_login div.form div.fields div.field div.label label {
1603 color: #fff;
1603 color: #fff;
1604 padding-bottom: 3px;
1604 padding-bottom: 3px;
1605 }
1605 }
1606
1606
1607 #quick_login div.form div.fields div.field div.input input {
1607 #quick_login div.form div.fields div.field div.input input {
1608 width: 236px;
1608 width: 236px;
1609 background: #FFF;
1609 background: #FFF;
1610 border-top: 1px solid #b3b3b3;
1610 border-top: 1px solid #b3b3b3;
1611 border-left: 1px solid #b3b3b3;
1611 border-left: 1px solid #b3b3b3;
1612 border-right: 1px solid #eaeaea;
1612 border-right: 1px solid #eaeaea;
1613 border-bottom: 1px solid #eaeaea;
1613 border-bottom: 1px solid #eaeaea;
1614 color: #000;
1614 color: #000;
1615 font-size: 11px;
1615 font-size: 11px;
1616 margin: 0;
1616 margin: 0;
1617 padding: 5px 7px 4px;
1617 padding: 5px 7px 4px;
1618 }
1618 }
1619
1619
1620 #quick_login div.form div.fields div.buttons {
1620 #quick_login div.form div.fields div.buttons {
1621 clear: both;
1621 clear: both;
1622 overflow: hidden;
1622 overflow: hidden;
1623 text-align: right;
1623 text-align: right;
1624 margin: 0;
1624 margin: 0;
1625 padding: 10px 14px 0px 5px;
1625 padding: 10px 14px 0px 5px;
1626 }
1626 }
1627
1627
1628 #quick_login div.form div.links {
1628 #quick_login div.form div.links {
1629 clear: both;
1629 clear: both;
1630 overflow: hidden;
1630 overflow: hidden;
1631 margin: 10px 0 0;
1631 margin: 10px 0 0;
1632 padding: 0 0 2px;
1632 padding: 0 0 2px;
1633 }
1633 }
1634
1634
1635 #register div.title {
1635 #register div.title {
1636 clear: both;
1636 clear: both;
1637 overflow: hidden;
1637 overflow: hidden;
1638 position: relative;
1638 position: relative;
1639 background-color: #eedc94;
1639 background-color: #eedc94;
1640 background-repeat: repeat-x;
1640 background-repeat: repeat-x;
1641 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1641 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1642 to(#eedc94) );
1642 to(#eedc94) );
1643 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1643 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1644 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1644 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1645 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1645 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1646 color-stop(100%, #00376e) );
1646 color-stop(100%, #00376e) );
1647 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1647 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1648 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1648 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1649 background-image: linear-gradient(top, #003b76, #00376e);
1649 background-image: linear-gradient(top, #003b76, #00376e);
1650 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1650 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1651 endColorstr='#00376e', GradientType=0 );
1651 endColorstr='#00376e', GradientType=0 );
1652 margin: 0 auto;
1652 margin: 0 auto;
1653 padding: 0;
1653 padding: 0;
1654 }
1654 }
1655
1655
1656 #register div.inner {
1656 #register div.inner {
1657 background: #FFF;
1657 background: #FFF;
1658 border-top: none;
1658 border-top: none;
1659 border-bottom: none;
1659 border-bottom: none;
1660 margin: 0 auto;
1660 margin: 0 auto;
1661 padding: 20px;
1661 padding: 20px;
1662 }
1662 }
1663
1663
1664 #register div.form div.fields div.field div.label {
1664 #register div.form div.fields div.field div.label {
1665 width: 135px;
1665 width: 135px;
1666 float: left;
1666 float: left;
1667 text-align: right;
1667 text-align: right;
1668 margin: 2px 10px 0 0;
1668 margin: 2px 10px 0 0;
1669 padding: 5px 0 0 5px;
1669 padding: 5px 0 0 5px;
1670 }
1670 }
1671
1671
1672 #register div.form div.fields div.field div.input input {
1672 #register div.form div.fields div.field div.input input {
1673 width: 300px;
1673 width: 300px;
1674 background: #FFF;
1674 background: #FFF;
1675 border-top: 1px solid #b3b3b3;
1675 border-top: 1px solid #b3b3b3;
1676 border-left: 1px solid #b3b3b3;
1676 border-left: 1px solid #b3b3b3;
1677 border-right: 1px solid #eaeaea;
1677 border-right: 1px solid #eaeaea;
1678 border-bottom: 1px solid #eaeaea;
1678 border-bottom: 1px solid #eaeaea;
1679 color: #000;
1679 color: #000;
1680 font-size: 11px;
1680 font-size: 11px;
1681 margin: 0;
1681 margin: 0;
1682 padding: 7px 7px 6px;
1682 padding: 7px 7px 6px;
1683 }
1683 }
1684
1684
1685 #register div.form div.fields div.buttons {
1685 #register div.form div.fields div.buttons {
1686 clear: both;
1686 clear: both;
1687 overflow: hidden;
1687 overflow: hidden;
1688 border-top: 1px solid #DDD;
1688 border-top: 1px solid #DDD;
1689 text-align: left;
1689 text-align: left;
1690 margin: 0;
1690 margin: 0;
1691 padding: 10px 0 0 150px;
1691 padding: 10px 0 0 150px;
1692 }
1692 }
1693
1693
1694 #register div.form div.activation_msg {
1694 #register div.form div.activation_msg {
1695 padding-top: 4px;
1695 padding-top: 4px;
1696 padding-bottom: 4px;
1696 padding-bottom: 4px;
1697 }
1697 }
1698
1698
1699 #journal .journal_day {
1699 #journal .journal_day {
1700 font-size: 20px;
1700 font-size: 20px;
1701 padding: 10px 0px;
1701 padding: 10px 0px;
1702 border-bottom: 2px solid #DDD;
1702 border-bottom: 2px solid #DDD;
1703 margin-left: 10px;
1703 margin-left: 10px;
1704 margin-right: 10px;
1704 margin-right: 10px;
1705 }
1705 }
1706
1706
1707 #journal .journal_container {
1707 #journal .journal_container {
1708 padding: 5px;
1708 padding: 5px;
1709 clear: both;
1709 clear: both;
1710 margin: 0px 5px 0px 10px;
1710 margin: 0px 5px 0px 10px;
1711 }
1711 }
1712
1712
1713 #journal .journal_action_container {
1713 #journal .journal_action_container {
1714 padding-left: 38px;
1714 padding-left: 38px;
1715 }
1715 }
1716
1716
1717 #journal .journal_user {
1717 #journal .journal_user {
1718 color: #747474;
1718 color: #747474;
1719 font-size: 14px;
1719 font-size: 14px;
1720 font-weight: bold;
1720 font-weight: bold;
1721 height: 30px;
1721 height: 30px;
1722 }
1722 }
1723
1723
1724 #journal .journal_icon {
1724 #journal .journal_icon {
1725 clear: both;
1725 clear: both;
1726 float: left;
1726 float: left;
1727 padding-right: 4px;
1727 padding-right: 4px;
1728 padding-top: 3px;
1728 padding-top: 3px;
1729 }
1729 }
1730
1730
1731 #journal .journal_action {
1731 #journal .journal_action {
1732 padding-top: 4px;
1732 padding-top: 4px;
1733 min-height: 2px;
1733 min-height: 2px;
1734 float: left
1734 float: left
1735 }
1735 }
1736
1736
1737 #journal .journal_action_params {
1737 #journal .journal_action_params {
1738 clear: left;
1738 clear: left;
1739 padding-left: 22px;
1739 padding-left: 22px;
1740 }
1740 }
1741
1741
1742 #journal .journal_repo {
1742 #journal .journal_repo {
1743 float: left;
1743 float: left;
1744 margin-left: 6px;
1744 margin-left: 6px;
1745 padding-top: 3px;
1745 padding-top: 3px;
1746 }
1746 }
1747
1747
1748 #journal .date {
1748 #journal .date {
1749 clear: both;
1749 clear: both;
1750 color: #777777;
1750 color: #777777;
1751 font-size: 11px;
1751 font-size: 11px;
1752 padding-left: 22px;
1752 padding-left: 22px;
1753 }
1753 }
1754
1754
1755 #journal .journal_repo .journal_repo_name {
1755 #journal .journal_repo .journal_repo_name {
1756 font-weight: bold;
1756 font-weight: bold;
1757 font-size: 1.1em;
1757 font-size: 1.1em;
1758 }
1758 }
1759
1759
1760 #journal .compare_view {
1760 #journal .compare_view {
1761 padding: 5px 0px 5px 0px;
1761 padding: 5px 0px 5px 0px;
1762 width: 95px;
1762 width: 95px;
1763 }
1763 }
1764
1764
1765 .journal_highlight {
1765 .journal_highlight {
1766 font-weight: bold;
1766 font-weight: bold;
1767 padding: 0 2px;
1767 padding: 0 2px;
1768 vertical-align: bottom;
1768 vertical-align: bottom;
1769 }
1769 }
1770
1770
1771 .trending_language_tbl,.trending_language_tbl td {
1771 .trending_language_tbl,.trending_language_tbl td {
1772 border: 0 !important;
1772 border: 0 !important;
1773 margin: 0 !important;
1773 margin: 0 !important;
1774 padding: 0 !important;
1774 padding: 0 !important;
1775 }
1775 }
1776
1776
1777 .trending_language {
1777 .trending_language {
1778 background-color: #003367;
1778 background-color: #003367;
1779 color: #FFF;
1779 color: #FFF;
1780 display: block;
1780 display: block;
1781 min-width: 20px;
1781 min-width: 20px;
1782 text-decoration: none;
1782 text-decoration: none;
1783 height: 12px;
1783 height: 12px;
1784 margin-bottom: 4px;
1784 margin-bottom: 4px;
1785 margin-left: 5px;
1785 margin-left: 5px;
1786 white-space: pre;
1786 white-space: pre;
1787 padding: 3px;
1787 padding: 3px;
1788 }
1788 }
1789
1789
1790 h3.files_location {
1790 h3.files_location {
1791 font-size: 1.8em;
1791 font-size: 1.8em;
1792 font-weight: 700;
1792 font-weight: 700;
1793 border-bottom: none !important;
1793 border-bottom: none !important;
1794 margin: 10px 0 !important;
1794 margin: 10px 0 !important;
1795 }
1795 }
1796
1796
1797 #files_data dl dt {
1797 #files_data dl dt {
1798 float: left;
1798 float: left;
1799 width: 115px;
1799 width: 115px;
1800 margin: 0 !important;
1800 margin: 0 !important;
1801 padding: 5px;
1801 padding: 5px;
1802 }
1802 }
1803
1803
1804 #files_data dl dd {
1804 #files_data dl dd {
1805 margin: 0 !important;
1805 margin: 0 !important;
1806 padding: 5px !important;
1806 padding: 5px !important;
1807 }
1807 }
1808
1808
1809 #changeset_content {
1809 #changeset_content {
1810 border: 1px solid #CCC;
1810 border: 1px solid #CCC;
1811 padding: 5px;
1811 padding: 5px;
1812 }
1812 }
1813
1813
1814 #changeset_compare_view_content {
1814 #changeset_compare_view_content {
1815 border: 1px solid #CCC;
1815 border: 1px solid #CCC;
1816 padding: 5px;
1816 padding: 5px;
1817 }
1817 }
1818
1818
1819 #changeset_content .container {
1819 #changeset_content .container {
1820 min-height: 120px;
1820 min-height: 120px;
1821 font-size: 1.2em;
1821 font-size: 1.2em;
1822 overflow: hidden;
1822 overflow: hidden;
1823 }
1823 }
1824
1824
1825 #changeset_compare_view_content .compare_view_commits {
1825 #changeset_compare_view_content .compare_view_commits {
1826 width: auto !important;
1826 width: auto !important;
1827 }
1827 }
1828
1828
1829 #changeset_compare_view_content .compare_view_commits td {
1829 #changeset_compare_view_content .compare_view_commits td {
1830 padding: 0px 0px 0px 12px !important;
1830 padding: 0px 0px 0px 12px !important;
1831 }
1831 }
1832
1832
1833 #changeset_content .container .right {
1833 #changeset_content .container .right {
1834 float: right;
1834 float: right;
1835 width: 25%;
1835 width: 25%;
1836 text-align: right;
1836 text-align: right;
1837 }
1837 }
1838
1838
1839 #changeset_content .container .left .message {
1839 #changeset_content .container .left .message {
1840 font-style: italic;
1840 font-style: italic;
1841 color: #556CB5;
1841 color: #556CB5;
1842 white-space: pre-wrap;
1842 white-space: pre-wrap;
1843 }
1843 }
1844
1844
1845 .cs_files .cur_cs {
1845 .cs_files .cur_cs {
1846 margin: 10px 2px;
1846 margin: 10px 2px;
1847 font-weight: bold;
1847 font-weight: bold;
1848 }
1848 }
1849
1849
1850 .cs_files .node {
1850 .cs_files .node {
1851 float: left;
1851 float: left;
1852 }
1852 }
1853
1853
1854 .cs_files .changes {
1854 .cs_files .changes {
1855 float: right;
1855 float: right;
1856 color:#003367;
1856 color:#003367;
1857
1857
1858 }
1858 }
1859
1859
1860 .cs_files .changes .added {
1860 .cs_files .changes .added {
1861 background-color: #BBFFBB;
1861 background-color: #BBFFBB;
1862 float: left;
1862 float: left;
1863 text-align: center;
1863 text-align: center;
1864 font-size: 9px;
1864 font-size: 9px;
1865 padding: 2px 0px 2px 0px;
1865 padding: 2px 0px 2px 0px;
1866 }
1866 }
1867
1867
1868 .cs_files .changes .deleted {
1868 .cs_files .changes .deleted {
1869 background-color: #FF8888;
1869 background-color: #FF8888;
1870 float: left;
1870 float: left;
1871 text-align: center;
1871 text-align: center;
1872 font-size: 9px;
1872 font-size: 9px;
1873 padding: 2px 0px 2px 0px;
1873 padding: 2px 0px 2px 0px;
1874 }
1874 }
1875
1875
1876 .cs_files .cs_added {
1876 .cs_files .cs_added {
1877 background: url("../images/icons/page_white_add.png") no-repeat scroll
1877 background: url("../images/icons/page_white_add.png") no-repeat scroll
1878 3px;
1878 3px;
1879 height: 16px;
1879 height: 16px;
1880 padding-left: 20px;
1880 padding-left: 20px;
1881 margin-top: 7px;
1881 margin-top: 7px;
1882 text-align: left;
1882 text-align: left;
1883 }
1883 }
1884
1884
1885 .cs_files .cs_changed {
1885 .cs_files .cs_changed {
1886 background: url("../images/icons/page_white_edit.png") no-repeat scroll
1886 background: url("../images/icons/page_white_edit.png") no-repeat scroll
1887 3px;
1887 3px;
1888 height: 16px;
1888 height: 16px;
1889 padding-left: 20px;
1889 padding-left: 20px;
1890 margin-top: 7px;
1890 margin-top: 7px;
1891 text-align: left;
1891 text-align: left;
1892 }
1892 }
1893
1893
1894 .cs_files .cs_removed {
1894 .cs_files .cs_removed {
1895 background: url("../images/icons/page_white_delete.png") no-repeat
1895 background: url("../images/icons/page_white_delete.png") no-repeat
1896 scroll 3px;
1896 scroll 3px;
1897 height: 16px;
1897 height: 16px;
1898 padding-left: 20px;
1898 padding-left: 20px;
1899 margin-top: 7px;
1899 margin-top: 7px;
1900 text-align: left;
1900 text-align: left;
1901 }
1901 }
1902
1902
1903 #graph {
1903 #graph {
1904 overflow: hidden;
1904 overflow: hidden;
1905 }
1905 }
1906
1906
1907 #graph_nodes {
1907 #graph_nodes {
1908 float: left;
1908 float: left;
1909 margin-right: -6px;
1909 margin-right: -6px;
1910 margin-top: 0px;
1910 margin-top: 0px;
1911 }
1911 }
1912
1912
1913 #graph_content {
1913 #graph_content {
1914 width: 800px;
1914 width: 800px;
1915 float: left;
1915 float: left;
1916 }
1916 }
1917
1917
1918 #graph_content .container_header {
1918 #graph_content .container_header {
1919 border: 1px solid #CCC;
1919 border: 1px solid #CCC;
1920 padding: 10px;
1920 padding: 10px;
1921 height: 45px;
1921 height: 45px;
1922 -webkit-border-radius: 6px 6px 0px 0px;
1922 -webkit-border-radius: 6px 6px 0px 0px;
1923 -moz-border-radius: 6px 6px 0px 0px;
1923 -moz-border-radius: 6px 6px 0px 0px;
1924 border-radius: 6px 6px 0px 0px;
1924 border-radius: 6px 6px 0px 0px;
1925 }
1925 }
1926
1926
1927 #graph_content #rev_range_container {
1927 #graph_content #rev_range_container {
1928 padding: 10px 0px;
1928 padding: 10px 0px;
1929 clear: both;
1929 clear: both;
1930 }
1930 }
1931
1931
1932 #graph_content .container {
1932 #graph_content .container {
1933 border-bottom: 1px solid #CCC;
1933 border-bottom: 1px solid #CCC;
1934 border-left: 1px solid #CCC;
1934 border-left: 1px solid #CCC;
1935 border-right: 1px solid #CCC;
1935 border-right: 1px solid #CCC;
1936 min-height: 70px;
1936 min-height: 70px;
1937 overflow: hidden;
1937 overflow: hidden;
1938 font-size: 1.2em;
1938 font-size: 1.2em;
1939 }
1939 }
1940
1940
1941 #graph_content .container .right {
1941 #graph_content .container .right {
1942 float: right;
1942 float: right;
1943 width: 28%;
1943 width: 28%;
1944 text-align: right;
1944 text-align: right;
1945 padding-bottom: 5px;
1945 padding-bottom: 5px;
1946 }
1946 }
1947
1947
1948 #graph_content .container .left .date {
1948 #graph_content .container .left .date {
1949 font-weight: 700;
1949 font-weight: 700;
1950 padding-bottom: 5px;
1950 padding-bottom: 5px;
1951 }
1951 }
1952
1952
1953 #graph_content .container .left .date span {
1953 #graph_content .container .left .date span {
1954 vertical-align: text-top;
1954 vertical-align: text-top;
1955 }
1955 }
1956
1956
1957 #graph_content .container .left .author {
1957 #graph_content .container .left .author {
1958 height: 22px;
1958 height: 22px;
1959 }
1959 }
1960
1960
1961 #graph_content .container .left .author .user {
1961 #graph_content .container .left .author .user {
1962 color: #444444;
1962 color: #444444;
1963 float: left;
1963 float: left;
1964 font-size: 12px;
1964 font-size: 12px;
1965 margin-left: -4px;
1965 margin-left: -4px;
1966 margin-top: 4px;
1966 margin-top: 4px;
1967 }
1967 }
1968
1968
1969 #graph_content .container .left .message {
1969 #graph_content .container .left .message {
1970 font-size: 100%;
1970 font-size: 100%;
1971 padding-top: 3px;
1971 padding-top: 3px;
1972 white-space: pre-wrap;
1972 white-space: pre-wrap;
1973 }
1973 }
1974
1974
1975 #graph_content .container .left .message a:hover{
1975 #graph_content .container .left .message a:hover{
1976 text-decoration: none;
1976 text-decoration: none;
1977 }
1977 }
1978
1978
1979 .right div {
1979 .right div {
1980 clear: both;
1980 clear: both;
1981 }
1981 }
1982
1982
1983 .right .changes .changed_total {
1983 .right .changes .changed_total {
1984 border: 0px solid #DDD;
1984 border: 0px solid #DDD;
1985 display: block;
1985 display: block;
1986 float: right;
1986 float: right;
1987 text-align: center;
1987 text-align: center;
1988 min-width: 45px;
1988 min-width: 45px;
1989 cursor: pointer;
1989 cursor: pointer;
1990 background: #FD8;
1990 background: #FD8;
1991 font-weight: bold;
1991 font-weight: bold;
1992 -webkit-border-radius: 0px 0px 0px 6px;
1992 -webkit-border-radius: 0px 0px 0px 6px;
1993 -moz-border-radius: 0px 0px 0px 6px;
1993 -moz-border-radius: 0px 0px 0px 6px;
1994 border-radius: 0px 0px 0px 6px;
1994 border-radius: 0px 0px 0px 6px;
1995 padding: 2px;
1995 padding: 2px;
1996 }
1996 }
1997
1997
1998 .right .changes .added,.changed,.removed {
1998 .right .changes .added,.changed,.removed {
1999 border: 1px solid #DDD;
1999 border: 1px solid #DDD;
2000 display: block;
2000 display: block;
2001 float: right;
2001 float: right;
2002 text-align: center;
2002 text-align: center;
2003 min-width: 15px;
2003 min-width: 15px;
2004 cursor: help;
2004 cursor: help;
2005 }
2005 }
2006
2006
2007 .right .changes .large {
2007 .right .changes .large {
2008 border: 1px solid #DDD;
2008 border: 1px solid #DDD;
2009 display: block;
2009 display: block;
2010 float: right;
2010 float: right;
2011 text-align: center;
2011 text-align: center;
2012 min-width: 45px;
2012 min-width: 45px;
2013 cursor: help;
2013 cursor: help;
2014 background: #54A9F7;
2014 background: #54A9F7;
2015 }
2015 }
2016
2016
2017 .right .changes .added {
2017 .right .changes .added {
2018 background: #BFB;
2018 background: #BFB;
2019 }
2019 }
2020
2020
2021 .right .changes .changed {
2021 .right .changes .changed {
2022 background: #FD8;
2022 background: #FD8;
2023 }
2023 }
2024
2024
2025 .right .changes .removed {
2025 .right .changes .removed {
2026 background: #F88;
2026 background: #F88;
2027 }
2027 }
2028
2028
2029 .right .merge {
2029 .right .merge {
2030 vertical-align: top;
2030 vertical-align: top;
2031 font-size: 0.75em;
2031 font-size: 0.75em;
2032 font-weight: 700;
2032 font-weight: 700;
2033 }
2033 }
2034
2034
2035 .right .parent {
2035 .right .parent {
2036 font-size: 90%;
2036 font-size: 90%;
2037 font-family: monospace;
2037 font-family: monospace;
2038 padding: 2px 2px 2px 2px;
2038 padding: 2px 2px 2px 2px;
2039 }
2039 }
2040 .right .logtags{
2040 .right .logtags{
2041 padding: 2px 2px 2px 2px;
2041 padding: 2px 2px 2px 2px;
2042 }
2042 }
2043 .right .logtags .branchtag,.logtags .branchtag {
2043 .right .logtags .branchtag,.logtags .branchtag {
2044 padding: 1px 3px 2px;
2044 padding: 1px 3px 2px;
2045 background-color: #bfbfbf;
2045 background-color: #bfbfbf;
2046 font-size: 9.75px;
2046 font-size: 9.75px;
2047 font-weight: bold;
2047 font-weight: bold;
2048 color: #ffffff;
2048 color: #ffffff;
2049 text-transform: uppercase;
2049 text-transform: uppercase;
2050 white-space: nowrap;
2050 white-space: nowrap;
2051 -webkit-border-radius: 3px;
2051 -webkit-border-radius: 3px;
2052 -moz-border-radius: 3px;
2052 -moz-border-radius: 3px;
2053 border-radius: 3px;
2053 border-radius: 3px;
2054 padding-left:4px;
2054 padding-left:4px;
2055 }
2055 }
2056 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2056 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2057 text-decoration: none;
2057 text-decoration: none;
2058 }
2058 }
2059 .right .logtags .tagtag,.logtags .tagtag {
2059 .right .logtags .tagtag,.logtags .tagtag {
2060 padding: 1px 3px 2px;
2060 padding: 1px 3px 2px;
2061 background-color: #62cffc;
2061 background-color: #62cffc;
2062 font-size: 9.75px;
2062 font-size: 9.75px;
2063 font-weight: bold;
2063 font-weight: bold;
2064 color: #ffffff;
2064 color: #ffffff;
2065 text-transform: uppercase;
2065 text-transform: uppercase;
2066 white-space: nowrap;
2066 white-space: nowrap;
2067 -webkit-border-radius: 3px;
2067 -webkit-border-radius: 3px;
2068 -moz-border-radius: 3px;
2068 -moz-border-radius: 3px;
2069 border-radius: 3px;
2069 border-radius: 3px;
2070 }
2070 }
2071 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2071 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2072 text-decoration: none;
2072 text-decoration: none;
2073 }
2073 }
2074 div.browserblock {
2074 div.browserblock {
2075 overflow: hidden;
2075 overflow: hidden;
2076 border: 1px solid #ccc;
2076 border: 1px solid #ccc;
2077 background: #f8f8f8;
2077 background: #f8f8f8;
2078 font-size: 100%;
2078 font-size: 100%;
2079 line-height: 125%;
2079 line-height: 125%;
2080 padding: 0;
2080 padding: 0;
2081 }
2081 }
2082
2082
2083 div.browserblock .browser-header {
2083 div.browserblock .browser-header {
2084 background: #FFF;
2084 background: #FFF;
2085 padding: 10px 0px 15px 0px;
2085 padding: 10px 0px 15px 0px;
2086 width: 100%;
2086 width: 100%;
2087 }
2087 }
2088
2088
2089 div.browserblock .browser-nav {
2089 div.browserblock .browser-nav {
2090 float: left
2090 float: left
2091 }
2091 }
2092
2092
2093 div.browserblock .browser-branch {
2093 div.browserblock .browser-branch {
2094 float: left;
2094 float: left;
2095 }
2095 }
2096
2096
2097 div.browserblock .browser-branch label {
2097 div.browserblock .browser-branch label {
2098 color: #4A4A4A;
2098 color: #4A4A4A;
2099 vertical-align: text-top;
2099 vertical-align: text-top;
2100 }
2100 }
2101
2101
2102 div.browserblock .browser-header span {
2102 div.browserblock .browser-header span {
2103 margin-left: 5px;
2103 margin-left: 5px;
2104 font-weight: 700;
2104 font-weight: 700;
2105 }
2105 }
2106
2106
2107 div.browserblock .browser-search {
2107 div.browserblock .browser-search {
2108 clear: both;
2108 clear: both;
2109 padding: 8px 8px 0px 5px;
2109 padding: 8px 8px 0px 5px;
2110 height: 20px;
2110 height: 20px;
2111 }
2111 }
2112
2112
2113 div.browserblock #node_filter_box {
2113 div.browserblock #node_filter_box {
2114
2114
2115 }
2115 }
2116
2116
2117 div.browserblock .search_activate {
2117 div.browserblock .search_activate {
2118 float: left
2118 float: left
2119 }
2119 }
2120
2120
2121 div.browserblock .add_node {
2121 div.browserblock .add_node {
2122 float: left;
2122 float: left;
2123 padding-left: 5px;
2123 padding-left: 5px;
2124 }
2124 }
2125
2125
2126 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2126 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2127 {
2127 {
2128 text-decoration: none !important;
2128 text-decoration: none !important;
2129 }
2129 }
2130
2130
2131 div.browserblock .browser-body {
2131 div.browserblock .browser-body {
2132 background: #EEE;
2132 background: #EEE;
2133 border-top: 1px solid #CCC;
2133 border-top: 1px solid #CCC;
2134 }
2134 }
2135
2135
2136 table.code-browser {
2136 table.code-browser {
2137 border-collapse: collapse;
2137 border-collapse: collapse;
2138 width: 100%;
2138 width: 100%;
2139 }
2139 }
2140
2140
2141 table.code-browser tr {
2141 table.code-browser tr {
2142 margin: 3px;
2142 margin: 3px;
2143 }
2143 }
2144
2144
2145 table.code-browser thead th {
2145 table.code-browser thead th {
2146 background-color: #EEE;
2146 background-color: #EEE;
2147 height: 20px;
2147 height: 20px;
2148 font-size: 1.1em;
2148 font-size: 1.1em;
2149 font-weight: 700;
2149 font-weight: 700;
2150 text-align: left;
2150 text-align: left;
2151 padding-left: 10px;
2151 padding-left: 10px;
2152 }
2152 }
2153
2153
2154 table.code-browser tbody td {
2154 table.code-browser tbody td {
2155 padding-left: 10px;
2155 padding-left: 10px;
2156 height: 20px;
2156 height: 20px;
2157 }
2157 }
2158
2158
2159 table.code-browser .browser-file {
2159 table.code-browser .browser-file {
2160 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2160 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2161 height: 16px;
2161 height: 16px;
2162 padding-left: 20px;
2162 padding-left: 20px;
2163 text-align: left;
2163 text-align: left;
2164 }
2164 }
2165
2165
2166 .diffblock .changeset_file {
2166 .diffblock .changeset_file {
2167 background: url("../images/icons/file.png") no-repeat scroll 3px;
2167 background: url("../images/icons/file.png") no-repeat scroll 3px;
2168 height: 16px;
2168 height: 16px;
2169 padding-left: 22px;
2169 padding-left: 22px;
2170 text-align: left;
2170 text-align: left;
2171 font-size: 14px;
2171 font-size: 14px;
2172 }
2172 }
2173
2173
2174 .diffblock .changeset_header {
2174 .diffblock .changeset_header {
2175 margin-left: 6px !important;
2175 margin-left: 6px !important;
2176 }
2176 }
2177
2177
2178 table.code-browser .browser-dir {
2178 table.code-browser .browser-dir {
2179 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2179 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2180 height: 16px;
2180 height: 16px;
2181 padding-left: 20px;
2181 padding-left: 20px;
2182 text-align: left;
2182 text-align: left;
2183 }
2183 }
2184
2184
2185 .box .search {
2185 .box .search {
2186 clear: both;
2186 clear: both;
2187 overflow: hidden;
2187 overflow: hidden;
2188 margin: 0;
2188 margin: 0;
2189 padding: 0 20px 10px;
2189 padding: 0 20px 10px;
2190 }
2190 }
2191
2191
2192 .box .search div.search_path {
2192 .box .search div.search_path {
2193 background: none repeat scroll 0 0 #EEE;
2193 background: none repeat scroll 0 0 #EEE;
2194 border: 1px solid #CCC;
2194 border: 1px solid #CCC;
2195 color: blue;
2195 color: blue;
2196 margin-bottom: 10px;
2196 margin-bottom: 10px;
2197 padding: 10px 0;
2197 padding: 10px 0;
2198 }
2198 }
2199
2199
2200 .box .search div.search_path div.link {
2200 .box .search div.search_path div.link {
2201 font-weight: 700;
2201 font-weight: 700;
2202 margin-left: 25px;
2202 margin-left: 25px;
2203 }
2203 }
2204
2204
2205 .box .search div.search_path div.link a {
2205 .box .search div.search_path div.link a {
2206 color: #003367;
2206 color: #003367;
2207 cursor: pointer;
2207 cursor: pointer;
2208 text-decoration: none;
2208 text-decoration: none;
2209 }
2209 }
2210
2210
2211 #path_unlock {
2211 #path_unlock {
2212 color: red;
2212 color: red;
2213 font-size: 1.2em;
2213 font-size: 1.2em;
2214 padding-left: 4px;
2214 padding-left: 4px;
2215 }
2215 }
2216
2216
2217 .info_box span {
2217 .info_box span {
2218 margin-left: 3px;
2218 margin-left: 3px;
2219 margin-right: 3px;
2219 margin-right: 3px;
2220 }
2220 }
2221
2221
2222 .info_box .rev {
2222 .info_box .rev {
2223 color: #003367;
2223 color: #003367;
2224 font-size: 1.6em;
2224 font-size: 1.6em;
2225 font-weight: bold;
2225 font-weight: bold;
2226 vertical-align: sub;
2226 vertical-align: sub;
2227 }
2227 }
2228
2228
2229 .info_box input#at_rev,.info_box input#size {
2229 .info_box input#at_rev,.info_box input#size {
2230 background: #FFF;
2230 background: #FFF;
2231 border-top: 1px solid #b3b3b3;
2231 border-top: 1px solid #b3b3b3;
2232 border-left: 1px solid #b3b3b3;
2232 border-left: 1px solid #b3b3b3;
2233 border-right: 1px solid #eaeaea;
2233 border-right: 1px solid #eaeaea;
2234 border-bottom: 1px solid #eaeaea;
2234 border-bottom: 1px solid #eaeaea;
2235 color: #000;
2235 color: #000;
2236 font-size: 12px;
2236 font-size: 12px;
2237 margin: 0;
2237 margin: 0;
2238 padding: 1px 5px 1px;
2238 padding: 1px 5px 1px;
2239 }
2239 }
2240
2240
2241 .info_box input#view {
2241 .info_box input#view {
2242 text-align: center;
2242 text-align: center;
2243 padding: 4px 3px 2px 2px;
2243 padding: 4px 3px 2px 2px;
2244 }
2244 }
2245
2245
2246 .yui-overlay,.yui-panel-container {
2246 .yui-overlay,.yui-panel-container {
2247 visibility: hidden;
2247 visibility: hidden;
2248 position: absolute;
2248 position: absolute;
2249 z-index: 2;
2249 z-index: 2;
2250 }
2250 }
2251
2251
2252 .yui-tt {
2252 .yui-tt {
2253 visibility: hidden;
2253 visibility: hidden;
2254 position: absolute;
2254 position: absolute;
2255 color: #666;
2255 color: #666;
2256 background-color: #FFF;
2256 background-color: #FFF;
2257 border: 2px solid #003367;
2257 border: 2px solid #003367;
2258 font: 100% sans-serif;
2258 font: 100% sans-serif;
2259 width: auto;
2259 width: auto;
2260 opacity: 1px;
2260 opacity: 1px;
2261 padding: 8px;
2261 padding: 8px;
2262 white-space: pre-wrap;
2262 white-space: pre-wrap;
2263 -webkit-border-radius: 8px 8px 8px 8px;
2263 -webkit-border-radius: 8px 8px 8px 8px;
2264 -khtml-border-radius: 8px 8px 8px 8px;
2264 -khtml-border-radius: 8px 8px 8px 8px;
2265 -moz-border-radius: 8px 8px 8px 8px;
2265 -moz-border-radius: 8px 8px 8px 8px;
2266 border-radius: 8px 8px 8px 8px;
2266 border-radius: 8px 8px 8px 8px;
2267 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2267 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2268 }
2268 }
2269
2269
2270 .ac {
2270 .ac {
2271 vertical-align: top;
2271 vertical-align: top;
2272 }
2272 }
2273
2273
2274 .ac .yui-ac {
2274 .ac .yui-ac {
2275 position: relative;
2275 position: relative;
2276 font-size: 100%;
2276 font-size: 100%;
2277 }
2277 }
2278
2278
2279 .ac .perm_ac {
2279 .ac .perm_ac {
2280 width: 15em;
2280 width: 15em;
2281 }
2281 }
2282
2282
2283 .ac .yui-ac-input {
2283 .ac .yui-ac-input {
2284 width: 100%;
2284 width: 100%;
2285 }
2285 }
2286
2286
2287 .ac .yui-ac-container {
2287 .ac .yui-ac-container {
2288 position: absolute;
2288 position: absolute;
2289 top: 1.6em;
2289 top: 1.6em;
2290 width: 100%;
2290 width: 100%;
2291 }
2291 }
2292
2292
2293 .ac .yui-ac-content {
2293 .ac .yui-ac-content {
2294 position: absolute;
2294 position: absolute;
2295 width: 100%;
2295 width: 100%;
2296 border: 1px solid gray;
2296 border: 1px solid gray;
2297 background: #fff;
2297 background: #fff;
2298 overflow: hidden;
2298 overflow: hidden;
2299 z-index: 9050;
2299 z-index: 9050;
2300 }
2300 }
2301
2301
2302 .ac .yui-ac-shadow {
2302 .ac .yui-ac-shadow {
2303 position: absolute;
2303 position: absolute;
2304 width: 100%;
2304 width: 100%;
2305 background: #000;
2305 background: #000;
2306 -moz-opacity: 0.1px;
2306 -moz-opacity: 0.1px;
2307 opacity: .10;
2307 opacity: .10;
2308 filter: alpha(opacity = 10);
2308 filter: alpha(opacity = 10);
2309 z-index: 9049;
2309 z-index: 9049;
2310 margin: .3em;
2310 margin: .3em;
2311 }
2311 }
2312
2312
2313 .ac .yui-ac-content ul {
2313 .ac .yui-ac-content ul {
2314 width: 100%;
2314 width: 100%;
2315 margin: 0;
2315 margin: 0;
2316 padding: 0;
2316 padding: 0;
2317 }
2317 }
2318
2318
2319 .ac .yui-ac-content li {
2319 .ac .yui-ac-content li {
2320 cursor: default;
2320 cursor: default;
2321 white-space: nowrap;
2321 white-space: nowrap;
2322 margin: 0;
2322 margin: 0;
2323 padding: 2px 5px;
2323 padding: 2px 5px;
2324 }
2324 }
2325
2325
2326 .ac .yui-ac-content li.yui-ac-prehighlight {
2326 .ac .yui-ac-content li.yui-ac-prehighlight {
2327 background: #B3D4FF;
2327 background: #B3D4FF;
2328 }
2328 }
2329
2329
2330 .ac .yui-ac-content li.yui-ac-highlight {
2330 .ac .yui-ac-content li.yui-ac-highlight {
2331 background: #556CB5;
2331 background: #556CB5;
2332 color: #FFF;
2332 color: #FFF;
2333 }
2333 }
2334
2334
2335 .follow {
2335 .follow {
2336 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2336 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2337 height: 16px;
2337 height: 16px;
2338 width: 20px;
2338 width: 20px;
2339 cursor: pointer;
2339 cursor: pointer;
2340 display: block;
2340 display: block;
2341 float: right;
2341 float: right;
2342 margin-top: 2px;
2342 margin-top: 2px;
2343 }
2343 }
2344
2344
2345 .following {
2345 .following {
2346 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2346 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2347 height: 16px;
2347 height: 16px;
2348 width: 20px;
2348 width: 20px;
2349 cursor: pointer;
2349 cursor: pointer;
2350 display: block;
2350 display: block;
2351 float: right;
2351 float: right;
2352 margin-top: 2px;
2352 margin-top: 2px;
2353 }
2353 }
2354
2354
2355 .currently_following {
2355 .currently_following {
2356 padding-left: 10px;
2356 padding-left: 10px;
2357 padding-bottom: 5px;
2357 padding-bottom: 5px;
2358 }
2358 }
2359
2359
2360 .add_icon {
2360 .add_icon {
2361 background: url("../images/icons/add.png") no-repeat scroll 3px;
2361 background: url("../images/icons/add.png") no-repeat scroll 3px;
2362 padding-left: 20px;
2362 padding-left: 20px;
2363 padding-top: 0px;
2363 padding-top: 0px;
2364 text-align: left;
2364 text-align: left;
2365 }
2365 }
2366
2366
2367 .edit_icon {
2367 .edit_icon {
2368 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2368 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2369 padding-left: 20px;
2369 padding-left: 20px;
2370 padding-top: 0px;
2370 padding-top: 0px;
2371 text-align: left;
2371 text-align: left;
2372 }
2372 }
2373
2373
2374 .delete_icon {
2374 .delete_icon {
2375 background: url("../images/icons/delete.png") no-repeat scroll 3px;
2375 background: url("../images/icons/delete.png") no-repeat scroll 3px;
2376 padding-left: 20px;
2376 padding-left: 20px;
2377 padding-top: 0px;
2377 padding-top: 0px;
2378 text-align: left;
2378 text-align: left;
2379 }
2379 }
2380
2380
2381 .refresh_icon {
2381 .refresh_icon {
2382 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
2382 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
2383 3px;
2383 3px;
2384 padding-left: 20px;
2384 padding-left: 20px;
2385 padding-top: 0px;
2385 padding-top: 0px;
2386 text-align: left;
2386 text-align: left;
2387 }
2387 }
2388
2388
2389 .pull_icon {
2389 .pull_icon {
2390 background: url("../images/icons/connect.png") no-repeat scroll 3px;
2390 background: url("../images/icons/connect.png") no-repeat scroll 3px;
2391 padding-left: 20px;
2391 padding-left: 20px;
2392 padding-top: 0px;
2392 padding-top: 0px;
2393 text-align: left;
2393 text-align: left;
2394 }
2394 }
2395
2395
2396 .rss_icon {
2396 .rss_icon {
2397 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
2397 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
2398 padding-left: 20px;
2398 padding-left: 20px;
2399 padding-top: 0px;
2399 padding-top: 0px;
2400 text-align: left;
2400 text-align: left;
2401 }
2401 }
2402
2402
2403 .atom_icon {
2403 .atom_icon {
2404 background: url("../images/icons/atom.png") no-repeat scroll 3px;
2404 background: url("../images/icons/atom.png") no-repeat scroll 3px;
2405 padding-left: 20px;
2405 padding-left: 20px;
2406 padding-top: 0px;
2406 padding-top: 0px;
2407 text-align: left;
2407 text-align: left;
2408 }
2408 }
2409
2409
2410 .archive_icon {
2410 .archive_icon {
2411 background: url("../images/icons/compress.png") no-repeat scroll 3px;
2411 background: url("../images/icons/compress.png") no-repeat scroll 3px;
2412 padding-left: 20px;
2412 padding-left: 20px;
2413 text-align: left;
2413 text-align: left;
2414 padding-top: 1px;
2414 padding-top: 1px;
2415 }
2415 }
2416
2416
2417 .start_following_icon {
2417 .start_following_icon {
2418 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2418 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2419 padding-left: 20px;
2419 padding-left: 20px;
2420 text-align: left;
2420 text-align: left;
2421 padding-top: 0px;
2421 padding-top: 0px;
2422 }
2422 }
2423
2423
2424 .stop_following_icon {
2424 .stop_following_icon {
2425 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2425 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2426 padding-left: 20px;
2426 padding-left: 20px;
2427 text-align: left;
2427 text-align: left;
2428 padding-top: 0px;
2428 padding-top: 0px;
2429 }
2429 }
2430
2430
2431 .action_button {
2431 .action_button {
2432 border: 0;
2432 border: 0;
2433 display: inline;
2433 display: inline;
2434 }
2434 }
2435
2435
2436 .action_button:hover {
2436 .action_button:hover {
2437 border: 0;
2437 border: 0;
2438 text-decoration: underline;
2438 text-decoration: underline;
2439 cursor: pointer;
2439 cursor: pointer;
2440 }
2440 }
2441
2441
2442 #switch_repos {
2442 #switch_repos {
2443 position: absolute;
2443 position: absolute;
2444 height: 25px;
2444 height: 25px;
2445 z-index: 1;
2445 z-index: 1;
2446 }
2446 }
2447
2447
2448 #switch_repos select {
2448 #switch_repos select {
2449 min-width: 150px;
2449 min-width: 150px;
2450 max-height: 250px;
2450 max-height: 250px;
2451 z-index: 1;
2451 z-index: 1;
2452 }
2452 }
2453
2453
2454 .breadcrumbs {
2454 .breadcrumbs {
2455 border: medium none;
2455 border: medium none;
2456 color: #FFF;
2456 color: #FFF;
2457 float: left;
2457 float: left;
2458 text-transform: uppercase;
2458 text-transform: uppercase;
2459 font-weight: 700;
2459 font-weight: 700;
2460 font-size: 14px;
2460 font-size: 14px;
2461 margin: 0;
2461 margin: 0;
2462 padding: 11px 0 11px 10px;
2462 padding: 11px 0 11px 10px;
2463 }
2463 }
2464
2464
2465 .breadcrumbs a {
2465 .breadcrumbs a {
2466 color: #FFF;
2466 color: #FFF;
2467 }
2467 }
2468
2468
2469 .flash_msg {
2469 .flash_msg {
2470
2470
2471 }
2471 }
2472
2472
2473 .flash_msg ul {
2473 .flash_msg ul {
2474
2474
2475 }
2475 }
2476
2476
2477 .error_msg {
2477 .error_msg {
2478 background-color: #c43c35;
2478 background-color: #c43c35;
2479 background-repeat: repeat-x;
2479 background-repeat: repeat-x;
2480 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
2480 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
2481 to(#c43c35) );
2481 to(#c43c35) );
2482 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
2482 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
2483 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2483 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2484 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
2484 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
2485 color-stop(100%, #c43c35) );
2485 color-stop(100%, #c43c35) );
2486 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
2486 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
2487 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
2487 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
2488 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2488 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2489 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
2489 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
2490 endColorstr='#c43c35', GradientType=0 );
2490 endColorstr='#c43c35', GradientType=0 );
2491 border-color: #c43c35 #c43c35 #882a25;
2491 border-color: #c43c35 #c43c35 #882a25;
2492 }
2492 }
2493
2493
2494 .warning_msg {
2494 .warning_msg {
2495 color: #404040 !important;
2495 color: #404040 !important;
2496 background-color: #eedc94;
2496 background-color: #eedc94;
2497 background-repeat: repeat-x;
2497 background-repeat: repeat-x;
2498 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2498 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2499 to(#eedc94) );
2499 to(#eedc94) );
2500 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
2500 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
2501 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
2501 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
2502 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
2502 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
2503 color-stop(100%, #eedc94) );
2503 color-stop(100%, #eedc94) );
2504 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
2504 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
2505 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
2505 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
2506 background-image: linear-gradient(top, #fceec1, #eedc94);
2506 background-image: linear-gradient(top, #fceec1, #eedc94);
2507 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
2507 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
2508 endColorstr='#eedc94', GradientType=0 );
2508 endColorstr='#eedc94', GradientType=0 );
2509 border-color: #eedc94 #eedc94 #e4c652;
2509 border-color: #eedc94 #eedc94 #e4c652;
2510 }
2510 }
2511
2511
2512 .success_msg {
2512 .success_msg {
2513 background-color: #57a957;
2513 background-color: #57a957;
2514 background-repeat: repeat-x !important;
2514 background-repeat: repeat-x !important;
2515 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
2515 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
2516 to(#57a957) );
2516 to(#57a957) );
2517 background-image: -moz-linear-gradient(top, #62c462, #57a957);
2517 background-image: -moz-linear-gradient(top, #62c462, #57a957);
2518 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2518 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2519 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
2519 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
2520 color-stop(100%, #57a957) );
2520 color-stop(100%, #57a957) );
2521 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
2521 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
2522 background-image: -o-linear-gradient(top, #62c462, #57a957);
2522 background-image: -o-linear-gradient(top, #62c462, #57a957);
2523 background-image: linear-gradient(top, #62c462, #57a957);
2523 background-image: linear-gradient(top, #62c462, #57a957);
2524 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
2524 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
2525 endColorstr='#57a957', GradientType=0 );
2525 endColorstr='#57a957', GradientType=0 );
2526 border-color: #57a957 #57a957 #3d773d;
2526 border-color: #57a957 #57a957 #3d773d;
2527 }
2527 }
2528
2528
2529 .notice_msg {
2529 .notice_msg {
2530 background-color: #339bb9;
2530 background-color: #339bb9;
2531 background-repeat: repeat-x;
2531 background-repeat: repeat-x;
2532 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
2532 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
2533 to(#339bb9) );
2533 to(#339bb9) );
2534 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
2534 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
2535 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2535 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2536 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
2536 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
2537 color-stop(100%, #339bb9) );
2537 color-stop(100%, #339bb9) );
2538 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
2538 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
2539 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
2539 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
2540 background-image: linear-gradient(top, #5bc0de, #339bb9);
2540 background-image: linear-gradient(top, #5bc0de, #339bb9);
2541 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
2541 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
2542 endColorstr='#339bb9', GradientType=0 );
2542 endColorstr='#339bb9', GradientType=0 );
2543 border-color: #339bb9 #339bb9 #22697d;
2543 border-color: #339bb9 #339bb9 #22697d;
2544 }
2544 }
2545
2545
2546 .success_msg,.error_msg,.notice_msg,.warning_msg {
2546 .success_msg,.error_msg,.notice_msg,.warning_msg {
2547 font-size: 12px;
2547 font-size: 12px;
2548 font-weight: 700;
2548 font-weight: 700;
2549 min-height: 14px;
2549 min-height: 14px;
2550 line-height: 14px;
2550 line-height: 14px;
2551 margin-bottom: 10px;
2551 margin-bottom: 10px;
2552 margin-top: 0;
2552 margin-top: 0;
2553 display: block;
2553 display: block;
2554 overflow: auto;
2554 overflow: auto;
2555 padding: 6px 10px 6px 10px;
2555 padding: 6px 10px 6px 10px;
2556 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2556 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2557 position: relative;
2557 position: relative;
2558 color: #FFF;
2558 color: #FFF;
2559 border-width: 1px;
2559 border-width: 1px;
2560 border-style: solid;
2560 border-style: solid;
2561 -webkit-border-radius: 4px;
2561 -webkit-border-radius: 4px;
2562 -moz-border-radius: 4px;
2562 -moz-border-radius: 4px;
2563 border-radius: 4px;
2563 border-radius: 4px;
2564 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2564 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2565 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2565 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2566 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2566 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2567 }
2567 }
2568
2568
2569 #msg_close {
2569 #msg_close {
2570 background: transparent url("../icons/cross_grey_small.png") no-repeat
2570 background: transparent url("../icons/cross_grey_small.png") no-repeat
2571 scroll 0 0;
2571 scroll 0 0;
2572 cursor: pointer;
2572 cursor: pointer;
2573 height: 16px;
2573 height: 16px;
2574 position: absolute;
2574 position: absolute;
2575 right: 5px;
2575 right: 5px;
2576 top: 5px;
2576 top: 5px;
2577 width: 16px;
2577 width: 16px;
2578 }
2578 }
2579
2579
2580 div#legend_container table,div#legend_choices table {
2580 div#legend_container table,div#legend_choices table {
2581 width: auto !important;
2581 width: auto !important;
2582 }
2582 }
2583
2583
2584 table#permissions_manage {
2584 table#permissions_manage {
2585 width: 0 !important;
2585 width: 0 !important;
2586 }
2586 }
2587
2587
2588 table#permissions_manage span.private_repo_msg {
2588 table#permissions_manage span.private_repo_msg {
2589 font-size: 0.8em;
2589 font-size: 0.8em;
2590 opacity: 0.6px;
2590 opacity: 0.6px;
2591 }
2591 }
2592
2592
2593 table#permissions_manage td.private_repo_msg {
2593 table#permissions_manage td.private_repo_msg {
2594 font-size: 0.8em;
2594 font-size: 0.8em;
2595 }
2595 }
2596
2596
2597 table#permissions_manage tr#add_perm_input td {
2597 table#permissions_manage tr#add_perm_input td {
2598 vertical-align: middle;
2598 vertical-align: middle;
2599 }
2599 }
2600
2600
2601 div.gravatar {
2601 div.gravatar {
2602 background-color: #FFF;
2602 background-color: #FFF;
2603 border: 0px solid #D0D0D0;
2603 border: 0px solid #D0D0D0;
2604 float: left;
2604 float: left;
2605 margin-right: 0.7em;
2605 margin-right: 0.7em;
2606 padding: 2px 2px 0;
2606 padding: 2px 2px 0;
2607 -webkit-border-radius: 6px;
2607 -webkit-border-radius: 6px;
2608 -khtml-border-radius: 6px;
2608 -khtml-border-radius: 6px;
2609 -moz-border-radius: 6px;
2609 -moz-border-radius: 6px;
2610 border-radius: 6px;
2610 border-radius: 6px;
2611 }
2611 }
2612
2612
2613 div.gravatar img {
2613 div.gravatar img {
2614 -webkit-border-radius: 4px;
2614 -webkit-border-radius: 4px;
2615 -khtml-border-radius: 4px;
2615 -khtml-border-radius: 4px;
2616 -moz-border-radius: 4px;
2616 -moz-border-radius: 4px;
2617 border-radius: 4px;
2617 border-radius: 4px;
2618 }
2618 }
2619
2619
2620 #header,#content,#footer {
2620 #header,#content,#footer {
2621 min-width: 978px;
2621 min-width: 978px;
2622 }
2622 }
2623
2623
2624 #content {
2624 #content {
2625 clear: both;
2625 clear: both;
2626 overflow: hidden;
2626 overflow: hidden;
2627 padding: 14px 10px;
2627 padding: 14px 10px;
2628 }
2628 }
2629
2629
2630 #content div.box div.title div.search {
2630 #content div.box div.title div.search {
2631
2631
2632 border-left: 1px solid #316293;
2632 border-left: 1px solid #316293;
2633 }
2633 }
2634
2634
2635 #content div.box div.title div.search div.input input {
2635 #content div.box div.title div.search div.input input {
2636 border: 1px solid #316293;
2636 border: 1px solid #316293;
2637 }
2637 }
2638
2638
2639 .ui-button-small a:hover {
2639 .ui-button-small a:hover {
2640
2640
2641 }
2641 }
2642
2642
2643 input.ui-button-small,.ui-button-small {
2643 input.ui-button-small,.ui-button-small {
2644 background: #e5e3e3 url("../images/button.png") repeat-x !important;
2644 background: #e5e3e3 url("../images/button.png") repeat-x !important;
2645 border-top: 1px solid #DDD !important;
2645 border-top: 1px solid #DDD !important;
2646 border-left: 1px solid #c6c6c6 !important;
2646 border-left: 1px solid #c6c6c6 !important;
2647 border-right: 1px solid #DDD !important;
2647 border-right: 1px solid #DDD !important;
2648 border-bottom: 1px solid #c6c6c6 !important;
2648 border-bottom: 1px solid #c6c6c6 !important;
2649 color: #515151 !important;
2649 color: #515151 !important;
2650 outline: none !important;
2650 outline: none !important;
2651 margin: 0 !important;
2651 margin: 0 !important;
2652 -webkit-border-radius: 4px 4px 4px 4px !important;
2652 -webkit-border-radius: 4px 4px 4px 4px !important;
2653 -khtml-border-radius: 4px 4px 4px 4px !important;
2653 -khtml-border-radius: 4px 4px 4px 4px !important;
2654 -moz-border-radius: 4px 4px 4px 4px !important;
2654 -moz-border-radius: 4px 4px 4px 4px !important;
2655 border-radius: 4px 4px 4px 4px !important;
2655 border-radius: 4px 4px 4px 4px !important;
2656 box-shadow: 0 1px 0 #ececec !important;
2656 box-shadow: 0 1px 0 #ececec !important;
2657 cursor: pointer !important;
2657 cursor: pointer !important;
2658 padding: 0px 2px 1px 2px;
2658 padding: 0px 2px 1px 2px;
2659 }
2659 }
2660
2660
2661 input.ui-button-small:hover,.ui-button-small:hover {
2661 input.ui-button-small:hover,.ui-button-small:hover {
2662 background: #b4b4b4 url("../images/button_selected.png") repeat-x
2662 background: #b4b4b4 url("../images/button_selected.png") repeat-x
2663 !important;
2663 !important;
2664 border-top: 1px solid #ccc !important;
2664 border-top: 1px solid #ccc !important;
2665 border-left: 1px solid #bebebe !important;
2665 border-left: 1px solid #bebebe !important;
2666 border-right: 1px solid #b1b1b1 !important;
2666 border-right: 1px solid #b1b1b1 !important;
2667 border-bottom: 1px solid #afafaf !important;
2667 border-bottom: 1px solid #afafaf !important;
2668 text-decoration: none;
2668 text-decoration: none;
2669 }
2669 }
2670
2670
2671 input.ui-button-small-blue,.ui-button-small-blue {
2671 input.ui-button-small-blue,.ui-button-small-blue {
2672 background: #4e85bb url("../images/button_highlight.png") repeat-x;
2672 background: #4e85bb url("../images/button_highlight.png") repeat-x;
2673 border-top: 1px solid #5c91a4;
2673 border-top: 1px solid #5c91a4;
2674 border-left: 1px solid #2a6f89;
2674 border-left: 1px solid #2a6f89;
2675 border-right: 1px solid #2b7089;
2675 border-right: 1px solid #2b7089;
2676 border-bottom: 1px solid #1a6480;
2676 border-bottom: 1px solid #1a6480;
2677 color: #fff;
2677 color: #fff;
2678 -webkit-border-radius: 4px 4px 4px 4px;
2678 -webkit-border-radius: 4px 4px 4px 4px;
2679 -khtml-border-radius: 4px 4px 4px 4px;
2679 -khtml-border-radius: 4px 4px 4px 4px;
2680 -moz-border-radius: 4px 4px 4px 4px;
2680 -moz-border-radius: 4px 4px 4px 4px;
2681 border-radius: 4px 4px 4px 4px;
2681 border-radius: 4px 4px 4px 4px;
2682 box-shadow: 0 1px 0 #ececec;
2682 box-shadow: 0 1px 0 #ececec;
2683 cursor: pointer;
2683 cursor: pointer;
2684 padding: 0px 2px 1px 2px;
2684 padding: 0px 2px 1px 2px;
2685 }
2685 }
2686
2686
2687 input.ui-button-small-blue:hover {
2687 input.ui-button-small-blue:hover {
2688
2688
2689 }
2689 }
2690
2690
2691 ins,div.options a:hover {
2691 ins,div.options a:hover {
2692 text-decoration: none;
2692 text-decoration: none;
2693 }
2693 }
2694
2694
2695 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url
2695 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url
2696 {
2696 {
2697 border: none;
2697 border: none;
2698 }
2698 }
2699
2699
2700 img.icon,.right .merge img {
2700 img.icon,.right .merge img {
2701 vertical-align: bottom;
2701 vertical-align: bottom;
2702 }
2702 }
2703
2703
2704 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul
2704 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul
2705 {
2705 {
2706 float: right;
2706 float: right;
2707 margin: 0;
2707 margin: 0;
2708 padding: 0;
2708 padding: 0;
2709 }
2709 }
2710
2710
2711 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices
2711 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices
2712 {
2712 {
2713 float: left;
2713 float: left;
2714 }
2714 }
2715
2715
2716 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
2716 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
2717 {
2717 {
2718 display: none;
2718 display: none;
2719 }
2719 }
2720
2720
2721 #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
2721 #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
2722 {
2722 {
2723 display: block;
2723 display: block;
2724 }
2724 }
2725
2725
2726 #content div.graph {
2726 #content div.graph {
2727 padding: 0 10px 10px;
2727 padding: 0 10px 10px;
2728 }
2728 }
2729
2729
2730 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
2730 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
2731 {
2731 {
2732 color: #bfe3ff;
2732 color: #bfe3ff;
2733 }
2733 }
2734
2734
2735 #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
2735 #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
2736 {
2736 {
2737 margin: 10px 24px 10px 44px;
2737 margin: 10px 24px 10px 44px;
2738 }
2738 }
2739
2739
2740 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
2740 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
2741 {
2741 {
2742 clear: both;
2742 clear: both;
2743 overflow: hidden;
2743 overflow: hidden;
2744 margin: 0;
2744 margin: 0;
2745 padding: 0 20px 10px;
2745 padding: 0 20px 10px;
2746 }
2746 }
2747
2747
2748 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
2748 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
2749 {
2749 {
2750 clear: both;
2750 clear: both;
2751 overflow: hidden;
2751 overflow: hidden;
2752 margin: 0;
2752 margin: 0;
2753 padding: 0;
2753 padding: 0;
2754 }
2754 }
2755
2755
2756 #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
2756 #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
2757 {
2757 {
2758 height: 1%;
2758 height: 1%;
2759 display: block;
2759 display: block;
2760 color: #363636;
2760 color: #363636;
2761 margin: 0;
2761 margin: 0;
2762 padding: 2px 0 0;
2762 padding: 2px 0 0;
2763 }
2763 }
2764
2764
2765 #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
2765 #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
2766 {
2766 {
2767 background: #FBE3E4;
2767 background: #FBE3E4;
2768 border-top: 1px solid #e1b2b3;
2768 border-top: 1px solid #e1b2b3;
2769 border-left: 1px solid #e1b2b3;
2769 border-left: 1px solid #e1b2b3;
2770 border-right: 1px solid #FBC2C4;
2770 border-right: 1px solid #FBC2C4;
2771 border-bottom: 1px solid #FBC2C4;
2771 border-bottom: 1px solid #FBC2C4;
2772 }
2772 }
2773
2773
2774 #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
2774 #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
2775 {
2775 {
2776 background: #E6EFC2;
2776 background: #E6EFC2;
2777 border-top: 1px solid #cebb98;
2777 border-top: 1px solid #cebb98;
2778 border-left: 1px solid #cebb98;
2778 border-left: 1px solid #cebb98;
2779 border-right: 1px solid #c6d880;
2779 border-right: 1px solid #c6d880;
2780 border-bottom: 1px solid #c6d880;
2780 border-bottom: 1px solid #c6d880;
2781 }
2781 }
2782
2782
2783 #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
2783 #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
2784 {
2784 {
2785 margin: 0;
2785 margin: 0;
2786 }
2786 }
2787
2787
2788 #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
2788 #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
2789 {
2789 {
2790 margin: 0 0 0 0px !important;
2790 margin: 0 0 0 0px !important;
2791 padding: 0;
2791 padding: 0;
2792 }
2792 }
2793
2793
2794 #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
2794 #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
2795 {
2795 {
2796 margin: 0 0 0 200px;
2796 margin: 0 0 0 200px;
2797 padding: 0;
2797 padding: 0;
2798 }
2798 }
2799
2799
2800 #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
2800 #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
2801 {
2801 {
2802 color: #000;
2802 color: #000;
2803 text-decoration: none;
2803 text-decoration: none;
2804 }
2804 }
2805
2805
2806 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
2806 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
2807 {
2807 {
2808 border: 1px solid #666;
2808 border: 1px solid #666;
2809 }
2809 }
2810
2810
2811 #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
2811 #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
2812 {
2812 {
2813 clear: both;
2813 clear: both;
2814 overflow: hidden;
2814 overflow: hidden;
2815 margin: 0;
2815 margin: 0;
2816 padding: 8px 0 2px;
2816 padding: 8px 0 2px;
2817 }
2817 }
2818
2818
2819 #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
2819 #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
2820 {
2820 {
2821 float: left;
2821 float: left;
2822 margin: 0;
2822 margin: 0;
2823 }
2823 }
2824
2824
2825 #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
2825 #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
2826 {
2826 {
2827 height: 1%;
2827 height: 1%;
2828 display: block;
2828 display: block;
2829 float: left;
2829 float: left;
2830 margin: 2px 0 0 4px;
2830 margin: 2px 0 0 4px;
2831 }
2831 }
2832
2832
2833 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
2833 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
2834 {
2834 {
2835 color: #000;
2835 color: #000;
2836 font-size: 11px;
2836 font-size: 11px;
2837 font-weight: 700;
2837 font-weight: 700;
2838 margin: 0;
2838 margin: 0;
2839 }
2839 }
2840
2840
2841 input.ui-button {
2841 input.ui-button {
2842 background: #e5e3e3 url("../images/button.png") repeat-x;
2842 background: #e5e3e3 url("../images/button.png") repeat-x;
2843 border-top: 1px solid #DDD;
2843 border-top: 1px solid #DDD;
2844 border-left: 1px solid #c6c6c6;
2844 border-left: 1px solid #c6c6c6;
2845 border-right: 1px solid #DDD;
2845 border-right: 1px solid #DDD;
2846 border-bottom: 1px solid #c6c6c6;
2846 border-bottom: 1px solid #c6c6c6;
2847 color: #515151 !important;
2847 color: #515151 !important;
2848 outline: none;
2848 outline: none;
2849 margin: 0;
2849 margin: 0;
2850 padding: 6px 12px;
2850 padding: 6px 12px;
2851 -webkit-border-radius: 4px 4px 4px 4px;
2851 -webkit-border-radius: 4px 4px 4px 4px;
2852 -khtml-border-radius: 4px 4px 4px 4px;
2852 -khtml-border-radius: 4px 4px 4px 4px;
2853 -moz-border-radius: 4px 4px 4px 4px;
2853 -moz-border-radius: 4px 4px 4px 4px;
2854 border-radius: 4px 4px 4px 4px;
2854 border-radius: 4px 4px 4px 4px;
2855 box-shadow: 0 1px 0 #ececec;
2855 box-shadow: 0 1px 0 #ececec;
2856 cursor: pointer;
2856 cursor: pointer;
2857 }
2857 }
2858
2858
2859 input.ui-button:hover {
2859 input.ui-button:hover {
2860 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2860 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2861 border-top: 1px solid #ccc;
2861 border-top: 1px solid #ccc;
2862 border-left: 1px solid #bebebe;
2862 border-left: 1px solid #bebebe;
2863 border-right: 1px solid #b1b1b1;
2863 border-right: 1px solid #b1b1b1;
2864 border-bottom: 1px solid #afafaf;
2864 border-bottom: 1px solid #afafaf;
2865 }
2865 }
2866
2866
2867 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
2867 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
2868 {
2868 {
2869 display: inline;
2869 display: inline;
2870 }
2870 }
2871
2871
2872 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
2872 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
2873 {
2873 {
2874 margin: 10px 0 0 200px;
2874 margin: 10px 0 0 200px;
2875 padding: 0;
2875 padding: 0;
2876 }
2876 }
2877
2877
2878 #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
2878 #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
2879 {
2879 {
2880 margin: 10px 0 0;
2880 margin: 10px 0 0;
2881 }
2881 }
2882
2882
2883 #content div.box table td.user,#content div.box table td.address {
2883 #content div.box table td.user,#content div.box table td.address {
2884 width: 10%;
2884 width: 10%;
2885 text-align: center;
2885 text-align: center;
2886 }
2886 }
2887
2887
2888 #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
2888 #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
2889 {
2889 {
2890 text-align: right;
2890 text-align: right;
2891 margin: 6px 0 0;
2891 margin: 6px 0 0;
2892 padding: 0;
2892 padding: 0;
2893 }
2893 }
2894
2894
2895 #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
2895 #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
2896 {
2896 {
2897 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2897 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2898 border-top: 1px solid #ccc;
2898 border-top: 1px solid #ccc;
2899 border-left: 1px solid #bebebe;
2899 border-left: 1px solid #bebebe;
2900 border-right: 1px solid #b1b1b1;
2900 border-right: 1px solid #b1b1b1;
2901 border-bottom: 1px solid #afafaf;
2901 border-bottom: 1px solid #afafaf;
2902 color: #515151;
2902 color: #515151;
2903 margin: 0;
2903 margin: 0;
2904 padding: 6px 12px;
2904 padding: 6px 12px;
2905 }
2905 }
2906
2906
2907 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
2907 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
2908 {
2908 {
2909 text-align: left;
2909 text-align: left;
2910 float: left;
2910 float: left;
2911 margin: 0;
2911 margin: 0;
2912 padding: 0;
2912 padding: 0;
2913 }
2913 }
2914
2914
2915 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
2915 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
2916 {
2916 {
2917 height: 1%;
2917 height: 1%;
2918 display: block;
2918 display: block;
2919 float: left;
2919 float: left;
2920 background: #ebebeb url("../images/pager.png") repeat-x;
2920 background: #ebebeb url("../images/pager.png") repeat-x;
2921 border-top: 1px solid #dedede;
2921 border-top: 1px solid #dedede;
2922 border-left: 1px solid #cfcfcf;
2922 border-left: 1px solid #cfcfcf;
2923 border-right: 1px solid #c4c4c4;
2923 border-right: 1px solid #c4c4c4;
2924 border-bottom: 1px solid #c4c4c4;
2924 border-bottom: 1px solid #c4c4c4;
2925 color: #4A4A4A;
2925 color: #4A4A4A;
2926 font-weight: 700;
2926 font-weight: 700;
2927 margin: 0;
2927 margin: 0;
2928 padding: 6px 8px;
2928 padding: 6px 8px;
2929 }
2929 }
2930
2930
2931 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
2931 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
2932 {
2932 {
2933 color: #B4B4B4;
2933 color: #B4B4B4;
2934 padding: 6px;
2934 padding: 6px;
2935 }
2935 }
2936
2936
2937 #login,#register {
2937 #login,#register {
2938 width: 520px;
2938 width: 520px;
2939 margin: 10% auto 0;
2939 margin: 10% auto 0;
2940 padding: 0;
2940 padding: 0;
2941 }
2941 }
2942
2942
2943 #login div.color,#register div.color {
2943 #login div.color,#register div.color {
2944 clear: both;
2944 clear: both;
2945 overflow: hidden;
2945 overflow: hidden;
2946 background: #FFF;
2946 background: #FFF;
2947 margin: 10px auto 0;
2947 margin: 10px auto 0;
2948 padding: 3px 3px 3px 0;
2948 padding: 3px 3px 3px 0;
2949 }
2949 }
2950
2950
2951 #login div.color a,#register div.color a {
2951 #login div.color a,#register div.color a {
2952 width: 20px;
2952 width: 20px;
2953 height: 20px;
2953 height: 20px;
2954 display: block;
2954 display: block;
2955 float: left;
2955 float: left;
2956 margin: 0 0 0 3px;
2956 margin: 0 0 0 3px;
2957 padding: 0;
2957 padding: 0;
2958 }
2958 }
2959
2959
2960 #login div.title h5,#register div.title h5 {
2960 #login div.title h5,#register div.title h5 {
2961 color: #fff;
2961 color: #fff;
2962 margin: 10px;
2962 margin: 10px;
2963 padding: 0;
2963 padding: 0;
2964 }
2964 }
2965
2965
2966 #login div.form div.fields div.field,#register div.form div.fields div.field
2966 #login div.form div.fields div.field,#register div.form div.fields div.field
2967 {
2967 {
2968 clear: both;
2968 clear: both;
2969 overflow: hidden;
2969 overflow: hidden;
2970 margin: 0;
2970 margin: 0;
2971 padding: 0 0 10px;
2971 padding: 0 0 10px;
2972 }
2972 }
2973
2973
2974 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
2974 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
2975 {
2975 {
2976 height: 1%;
2976 height: 1%;
2977 display: block;
2977 display: block;
2978 color: red;
2978 color: red;
2979 margin: 8px 0 0;
2979 margin: 8px 0 0;
2980 padding: 0;
2980 padding: 0;
2981 max-width: 320px;
2981 max-width: 320px;
2982 }
2982 }
2983
2983
2984 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
2984 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
2985 {
2985 {
2986 color: #000;
2986 color: #000;
2987 font-weight: 700;
2987 font-weight: 700;
2988 }
2988 }
2989
2989
2990 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
2990 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
2991 {
2991 {
2992 float: left;
2992 float: left;
2993 margin: 0;
2993 margin: 0;
2994 padding: 0;
2994 padding: 0;
2995 }
2995 }
2996
2996
2997 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
2997 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
2998 {
2998 {
2999 margin: 0 0 0 184px;
2999 margin: 0 0 0 184px;
3000 padding: 0;
3000 padding: 0;
3001 }
3001 }
3002
3002
3003 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3003 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3004 {
3004 {
3005 color: #565656;
3005 color: #565656;
3006 font-weight: 700;
3006 font-weight: 700;
3007 }
3007 }
3008
3008
3009 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3009 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3010 {
3010 {
3011 color: #000;
3011 color: #000;
3012 font-size: 1em;
3012 font-size: 1em;
3013 font-weight: 700;
3013 font-weight: 700;
3014 margin: 0;
3014 margin: 0;
3015 }
3015 }
3016
3016
3017 #changeset_content .container .wrapper,#graph_content .container .wrapper
3017 #changeset_content .container .wrapper,#graph_content .container .wrapper
3018 {
3018 {
3019 width: 600px;
3019 width: 600px;
3020 }
3020 }
3021
3021
3022 #changeset_content .container .left,#graph_content .container .left {
3022 #changeset_content .container .left,#graph_content .container .left {
3023 float: left;
3023 float: left;
3024 width: 70%;
3024 width: 70%;
3025 padding-left: 5px;
3025 padding-left: 5px;
3026 }
3026 }
3027
3027
3028 #changeset_content .container .left .date,.ac .match {
3028 #changeset_content .container .left .date,.ac .match {
3029 font-weight: 700;
3029 font-weight: 700;
3030 padding-top: 5px;
3030 padding-top: 5px;
3031 padding-bottom: 5px;
3031 padding-bottom: 5px;
3032 }
3032 }
3033
3033
3034 div#legend_container table td,div#legend_choices table td {
3034 div#legend_container table td,div#legend_choices table td {
3035 border: none !important;
3035 border: none !important;
3036 height: 20px !important;
3036 height: 20px !important;
3037 padding: 0 !important;
3037 padding: 0 !important;
3038 }
3038 }
3039
3039
3040 .q_filter_box {
3040 .q_filter_box {
3041 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3041 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3042 -webkit-border-radius: 4px;
3042 -webkit-border-radius: 4px;
3043 -moz-border-radius: 4px;
3043 -moz-border-radius: 4px;
3044 border-radius: 4px;
3044 border-radius: 4px;
3045 border: 0 none;
3045 border: 0 none;
3046 color: #AAAAAA;
3046 color: #AAAAAA;
3047 margin-bottom: -4px;
3047 margin-bottom: -4px;
3048 margin-top: -4px;
3048 margin-top: -4px;
3049 padding-left: 3px;
3049 padding-left: 3px;
3050 }
3050 }
3051
3051
3052 #node_filter {
3052 #node_filter {
3053 border: 0px solid #545454;
3053 border: 0px solid #545454;
3054 color: #AAAAAA;
3054 color: #AAAAAA;
3055 padding-left: 3px;
3055 padding-left: 3px;
3056 }
3056 }
3057
3057
3058 /*README STYLE*/
3058 /*README STYLE*/
3059
3059
3060 div.readme {
3060 div.readme {
3061 padding:0px;
3061 padding:0px;
3062 }
3062 }
3063
3063
3064 div.readme h2 {
3064 div.readme h2 {
3065 font-weight: normal;
3065 font-weight: normal;
3066 }
3066 }
3067
3067
3068 div.readme .readme_box {
3068 div.readme .readme_box {
3069 background-color: #fafafa;
3069 background-color: #fafafa;
3070 }
3070 }
3071
3071
3072 div.readme .readme_box {
3072 div.readme .readme_box {
3073 clear:both;
3073 clear:both;
3074 overflow:hidden;
3074 overflow:hidden;
3075 margin:0;
3075 margin:0;
3076 padding:0 20px 10px;
3076 padding:0 20px 10px;
3077 }
3077 }
3078
3078
3079 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 {
3079 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 {
3080 border-bottom: 0 !important;
3080 border-bottom: 0 !important;
3081 margin: 0 !important;
3081 margin: 0 !important;
3082 padding: 0 !important;
3082 padding: 0 !important;
3083 line-height: 1.5em !important;
3083 line-height: 1.5em !important;
3084 }
3084 }
3085
3085
3086
3086
3087 div.readme .readme_box h1:first-child {
3087 div.readme .readme_box h1:first-child {
3088 padding-top: .25em !important;
3088 padding-top: .25em !important;
3089 }
3089 }
3090
3090
3091 div.readme .readme_box h2, div.readme .readme_box h3 {
3091 div.readme .readme_box h2, div.readme .readme_box h3 {
3092 margin: 1em 0 !important;
3092 margin: 1em 0 !important;
3093 }
3093 }
3094
3094
3095 div.readme .readme_box h2 {
3095 div.readme .readme_box h2 {
3096 margin-top: 1.5em !important;
3096 margin-top: 1.5em !important;
3097 border-top: 4px solid #e0e0e0 !important;
3097 border-top: 4px solid #e0e0e0 !important;
3098 padding-top: .5em !important;
3098 padding-top: .5em !important;
3099 }
3099 }
3100
3100
3101 div.readme .readme_box p {
3101 div.readme .readme_box p {
3102 color: black !important;
3102 color: black !important;
3103 margin: 1em 0 !important;
3103 margin: 1em 0 !important;
3104 line-height: 1.5em !important;
3104 line-height: 1.5em !important;
3105 }
3105 }
3106
3106
3107 div.readme .readme_box ul {
3107 div.readme .readme_box ul {
3108 list-style: disc !important;
3108 list-style: disc !important;
3109 margin: 1em 0 1em 2em !important;
3109 margin: 1em 0 1em 2em !important;
3110 }
3110 }
3111
3111
3112 div.readme .readme_box ol {
3112 div.readme .readme_box ol {
3113 list-style: decimal;
3113 list-style: decimal;
3114 margin: 1em 0 1em 2em !important;
3114 margin: 1em 0 1em 2em !important;
3115 }
3115 }
3116
3116
3117 div.readme .readme_box pre, code {
3117 div.readme .readme_box pre, code {
3118 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3118 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3119 }
3119 }
3120
3120
3121 div.readme .readme_box code {
3121 div.readme .readme_box code {
3122 font-size: 12px !important;
3122 font-size: 12px !important;
3123 background-color: ghostWhite !important;
3123 background-color: ghostWhite !important;
3124 color: #444 !important;
3124 color: #444 !important;
3125 padding: 0 .2em !important;
3125 padding: 0 .2em !important;
3126 border: 1px solid #dedede !important;
3126 border: 1px solid #dedede !important;
3127 }
3127 }
3128
3128
3129 div.readme .readme_box pre code {
3129 div.readme .readme_box pre code {
3130 padding: 0 !important;
3130 padding: 0 !important;
3131 font-size: 12px !important;
3131 font-size: 12px !important;
3132 background-color: #eee !important;
3132 background-color: #eee !important;
3133 border: none !important;
3133 border: none !important;
3134 }
3134 }
3135
3135
3136 div.readme .readme_box pre {
3136 div.readme .readme_box pre {
3137 margin: 1em 0;
3137 margin: 1em 0;
3138 font-size: 12px;
3138 font-size: 12px;
3139 background-color: #eee;
3139 background-color: #eee;
3140 border: 1px solid #ddd;
3140 border: 1px solid #ddd;
3141 padding: 5px;
3141 padding: 5px;
3142 color: #444;
3142 color: #444;
3143 overflow: auto;
3143 overflow: auto;
3144 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3144 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3145 -webkit-border-radius: 3px;
3145 -webkit-border-radius: 3px;
3146 -moz-border-radius: 3px;
3146 -moz-border-radius: 3px;
3147 border-radius: 3px;
3147 border-radius: 3px;
3148 }
3148 }
3149
3149
3150
3150
3151 /** RST STYLE **/
3151 /** RST STYLE **/
3152
3152
3153
3153
3154 div.rst-block {
3154 div.rst-block {
3155 padding:0px;
3155 padding:0px;
3156 }
3156 }
3157
3157
3158 div.rst-block h2 {
3158 div.rst-block h2 {
3159 font-weight: normal;
3159 font-weight: normal;
3160 }
3160 }
3161
3161
3162 div.rst-block {
3162 div.rst-block {
3163 background-color: #fafafa;
3163 background-color: #fafafa;
3164 }
3164 }
3165
3165
3166 div.rst-block {
3166 div.rst-block {
3167 clear:both;
3167 clear:both;
3168 overflow:hidden;
3168 overflow:hidden;
3169 margin:0;
3169 margin:0;
3170 padding:0 20px 10px;
3170 padding:0 20px 10px;
3171 }
3171 }
3172
3172
3173 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3173 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3174 border-bottom: 0 !important;
3174 border-bottom: 0 !important;
3175 margin: 0 !important;
3175 margin: 0 !important;
3176 padding: 0 !important;
3176 padding: 0 !important;
3177 line-height: 1.5em !important;
3177 line-height: 1.5em !important;
3178 }
3178 }
3179
3179
3180
3180
3181 div.rst-block h1:first-child {
3181 div.rst-block h1:first-child {
3182 padding-top: .25em !important;
3182 padding-top: .25em !important;
3183 }
3183 }
3184
3184
3185 div.rst-block h2, div.rst-block h3 {
3185 div.rst-block h2, div.rst-block h3 {
3186 margin: 1em 0 !important;
3186 margin: 1em 0 !important;
3187 }
3187 }
3188
3188
3189 div.rst-block h2 {
3189 div.rst-block h2 {
3190 margin-top: 1.5em !important;
3190 margin-top: 1.5em !important;
3191 border-top: 4px solid #e0e0e0 !important;
3191 border-top: 4px solid #e0e0e0 !important;
3192 padding-top: .5em !important;
3192 padding-top: .5em !important;
3193 }
3193 }
3194
3194
3195 div.rst-block p {
3195 div.rst-block p {
3196 color: black !important;
3196 color: black !important;
3197 margin: 1em 0 !important;
3197 margin: 1em 0 !important;
3198 line-height: 1.5em !important;
3198 line-height: 1.5em !important;
3199 }
3199 }
3200
3200
3201 div.rst-block ul {
3201 div.rst-block ul {
3202 list-style: disc !important;
3202 list-style: disc !important;
3203 margin: 1em 0 1em 2em !important;
3203 margin: 1em 0 1em 2em !important;
3204 }
3204 }
3205
3205
3206 div.rst-block ol {
3206 div.rst-block ol {
3207 list-style: decimal;
3207 list-style: decimal;
3208 margin: 1em 0 1em 2em !important;
3208 margin: 1em 0 1em 2em !important;
3209 }
3209 }
3210
3210
3211 div.rst-block pre, code {
3211 div.rst-block pre, code {
3212 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3212 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3213 }
3213 }
3214
3214
3215 div.rst-block code {
3215 div.rst-block code {
3216 font-size: 12px !important;
3216 font-size: 12px !important;
3217 background-color: ghostWhite !important;
3217 background-color: ghostWhite !important;
3218 color: #444 !important;
3218 color: #444 !important;
3219 padding: 0 .2em !important;
3219 padding: 0 .2em !important;
3220 border: 1px solid #dedede !important;
3220 border: 1px solid #dedede !important;
3221 }
3221 }
3222
3222
3223 div.rst-block pre code {
3223 div.rst-block pre code {
3224 padding: 0 !important;
3224 padding: 0 !important;
3225 font-size: 12px !important;
3225 font-size: 12px !important;
3226 background-color: #eee !important;
3226 background-color: #eee !important;
3227 border: none !important;
3227 border: none !important;
3228 }
3228 }
3229
3229
3230 div.rst-block pre {
3230 div.rst-block pre {
3231 margin: 1em 0;
3231 margin: 1em 0;
3232 font-size: 12px;
3232 font-size: 12px;
3233 background-color: #eee;
3233 background-color: #eee;
3234 border: 1px solid #ddd;
3234 border: 1px solid #ddd;
3235 padding: 5px;
3235 padding: 5px;
3236 color: #444;
3236 color: #444;
3237 overflow: auto;
3237 overflow: auto;
3238 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3238 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3239 -webkit-border-radius: 3px;
3239 -webkit-border-radius: 3px;
3240 -moz-border-radius: 3px;
3240 -moz-border-radius: 3px;
3241 border-radius: 3px;
3241 border-radius: 3px;
3242 }
3242 }
3243
3243
3244
3244
3245 /** comment main **/
3245 /** comment main **/
3246 .comments {
3246 .comments {
3247 padding:10px 20px;
3247 padding:10px 20px;
3248 }
3248 }
3249
3249
3250 .comments .comment {
3250 .comments .comment {
3251 border: 1px solid #ddd;
3251 border: 1px solid #ddd;
3252 margin-top: 10px;
3252 margin-top: 10px;
3253 -webkit-border-radius: 4px;
3253 -webkit-border-radius: 4px;
3254 -moz-border-radius: 4px;
3254 -moz-border-radius: 4px;
3255 border-radius: 4px;
3255 border-radius: 4px;
3256 }
3256 }
3257
3257
3258 .comments .comment .meta {
3258 .comments .comment .meta {
3259 background: #f8f8f8;
3259 background: #f8f8f8;
3260 padding: 6px;
3260 padding: 6px;
3261 border-bottom: 1px solid #ddd;
3261 border-bottom: 1px solid #ddd;
3262 }
3262 }
3263
3263
3264 .comments .comment .meta img {
3264 .comments .comment .meta img {
3265 vertical-align: middle;
3265 vertical-align: middle;
3266 }
3266 }
3267
3267
3268 .comments .comment .meta .user {
3268 .comments .comment .meta .user {
3269 font-weight: bold;
3269 font-weight: bold;
3270 }
3270 }
3271
3271
3272 .comments .comment .meta .date {
3272 .comments .comment .meta .date {
3273 float: right;
3273 float: right;
3274 }
3274 }
3275
3275
3276 .comments .comment .text {
3276 .comments .comment .text {
3277 padding: 8px 6px 6px 14px;
3277 padding: 8px 6px 6px 14px;
3278 background-color: #FAFAFA;
3278 background-color: #FAFAFA;
3279 }
3279 }
3280
3280
3281 .comments .comments-number{
3281 .comments .comments-number{
3282 padding:0px 0px 10px 0px;
3282 padding:0px 0px 10px 0px;
3283 font-weight: bold;
3283 font-weight: bold;
3284 color: #666;
3284 color: #666;
3285 font-size: 16px;
3285 font-size: 16px;
3286 }
3286 }
3287
3287
3288 /** comment form **/
3288 /** comment form **/
3289
3289
3290 .comment-form .clearfix{
3290 .comment-form .clearfix{
3291 background: #EEE;
3291 background: #EEE;
3292 -webkit-border-radius: 4px;
3292 -webkit-border-radius: 4px;
3293 -moz-border-radius: 4px;
3293 -moz-border-radius: 4px;
3294 border-radius: 4px;
3294 border-radius: 4px;
3295 padding: 10px;
3295 padding: 10px;
3296 }
3296 }
3297
3297
3298 div.comment-form {
3298 div.comment-form {
3299 margin-top: 20px;
3299 margin-top: 20px;
3300 }
3300 }
3301
3301
3302 .comment-form strong {
3302 .comment-form strong {
3303 display: block;
3303 display: block;
3304 margin-bottom: 15px;
3304 margin-bottom: 15px;
3305 }
3305 }
3306
3306
3307 .comment-form textarea {
3307 .comment-form textarea {
3308 width: 100%;
3308 width: 100%;
3309 height: 100px;
3309 height: 100px;
3310 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3310 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3311 }
3311 }
3312
3312
3313 form.comment-form {
3313 form.comment-form {
3314 margin-top: 10px;
3314 margin-top: 10px;
3315 margin-left: 10px;
3315 margin-left: 10px;
3316 }
3316 }
3317
3317
3318 .comment-form-submit {
3318 .comment-form-submit {
3319 margin-top: 5px;
3319 margin-top: 5px;
3320 margin-left: 525px;
3320 margin-left: 525px;
3321 }
3321 }
3322
3322
3323 .file-comments {
3323 .file-comments {
3324 display: none;
3324 display: none;
3325 }
3325 }
3326
3326
3327 .comment-form .comment {
3327 .comment-form .comment {
3328 margin-left: 10px;
3328 margin-left: 10px;
3329 }
3329 }
3330
3330
3331 .comment-form .comment-help{
3331 .comment-form .comment-help{
3332 padding: 0px 0px 5px 0px;
3332 padding: 0px 0px 5px 0px;
3333 color: #666;
3333 color: #666;
3334 }
3334 }
3335
3335
3336 .comment-form .comment-button{
3336 .comment-form .comment-button{
3337 padding-top:5px;
3337 padding-top:5px;
3338 }
3338 }
3339
3339
3340 .add-another-button {
3340 .add-another-button {
3341 margin-left: 10px;
3341 margin-left: 10px;
3342 margin-top: 10px;
3342 margin-top: 10px;
3343 margin-bottom: 10px;
3343 margin-bottom: 10px;
3344 }
3344 }
3345
3345
3346 .comment .buttons {
3346 .comment .buttons {
3347 position: absolute;
3347 position: absolute;
3348 right:40px;
3348 right:40px;
3349 }
3349 }
3350
3350
3351
3351
3352 .show-inline-comments{
3352 .show-inline-comments{
3353 position: relative;
3353 position: relative;
3354 top:1px
3354 top:1px
3355 }
3355 }
3356
3356
3357 /** comment inline form **/
3357 /** comment inline form **/
3358
3358
3359 .comment-inline-form .clearfix{
3359 .comment-inline-form .clearfix{
3360 background: #EEE;
3360 background: #EEE;
3361 -webkit-border-radius: 4px;
3361 -webkit-border-radius: 4px;
3362 -moz-border-radius: 4px;
3362 -moz-border-radius: 4px;
3363 border-radius: 4px;
3363 border-radius: 4px;
3364 padding: 5px;
3364 padding: 5px;
3365 }
3365 }
3366
3366
3367 div.comment-inline-form {
3367 div.comment-inline-form {
3368 margin-top: 5px;
3368 margin-top: 5px;
3369 padding:2px 6px 8px 6px;
3369 padding:2px 6px 8px 6px;
3370 }
3370 }
3371
3371
3372 .comment-inline-form strong {
3372 .comment-inline-form strong {
3373 display: block;
3373 display: block;
3374 margin-bottom: 15px;
3374 margin-bottom: 15px;
3375 }
3375 }
3376
3376
3377 .comment-inline-form textarea {
3377 .comment-inline-form textarea {
3378 width: 100%;
3378 width: 100%;
3379 height: 100px;
3379 height: 100px;
3380 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3380 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3381 }
3381 }
3382
3382
3383 form.comment-inline-form {
3383 form.comment-inline-form {
3384 margin-top: 10px;
3384 margin-top: 10px;
3385 margin-left: 10px;
3385 margin-left: 10px;
3386 }
3386 }
3387
3387
3388 .comment-inline-form-submit {
3388 .comment-inline-form-submit {
3389 margin-top: 5px;
3389 margin-top: 5px;
3390 margin-left: 525px;
3390 margin-left: 525px;
3391 }
3391 }
3392
3392
3393 .file-comments {
3393 .file-comments {
3394 display: none;
3394 display: none;
3395 }
3395 }
3396
3396
3397 .comment-inline-form .comment {
3397 .comment-inline-form .comment {
3398 margin-left: 10px;
3398 margin-left: 10px;
3399 }
3399 }
3400
3400
3401 .comment-inline-form .comment-help{
3401 .comment-inline-form .comment-help{
3402 padding: 0px 0px 2px 0px;
3402 padding: 0px 0px 2px 0px;
3403 color: #666666;
3403 color: #666666;
3404 font-size: 10px;
3404 font-size: 10px;
3405 }
3405 }
3406
3406
3407 .comment-inline-form .comment-button{
3407 .comment-inline-form .comment-button{
3408 padding-top:5px;
3408 padding-top:5px;
3409 }
3409 }
3410
3410
3411 /** comment inline **/
3411 /** comment inline **/
3412 .inline-comments {
3412 .inline-comments {
3413 padding:10px 20px;
3413 padding:10px 20px;
3414 }
3414 }
3415
3415
3416 .inline-comments div.rst-block {
3416 .inline-comments div.rst-block {
3417 clear:both;
3417 clear:both;
3418 overflow:hidden;
3418 overflow:hidden;
3419 margin:0;
3419 margin:0;
3420 padding:0 20px 0px;
3420 padding:0 20px 0px;
3421 }
3421 }
3422 .inline-comments .comment {
3422 .inline-comments .comment {
3423 border: 1px solid #ddd;
3423 border: 1px solid #ddd;
3424 -webkit-border-radius: 4px;
3424 -webkit-border-radius: 4px;
3425 -moz-border-radius: 4px;
3425 -moz-border-radius: 4px;
3426 border-radius: 4px;
3426 border-radius: 4px;
3427 margin: 3px 3px 5px 5px;
3427 margin: 3px 3px 5px 5px;
3428 }
3428 }
3429
3429
3430 .inline-comments .comment .meta {
3430 .inline-comments .comment .meta {
3431 background: #f8f8f8;
3431 background: #f8f8f8;
3432 padding: 6px;
3432 padding: 6px;
3433 border-bottom: 1px solid #ddd;
3433 border-bottom: 1px solid #ddd;
3434 }
3434 }
3435
3435
3436 .inline-comments .comment .meta img {
3436 .inline-comments .comment .meta img {
3437 vertical-align: middle;
3437 vertical-align: middle;
3438 }
3438 }
3439
3439
3440 .inline-comments .comment .meta .user {
3440 .inline-comments .comment .meta .user {
3441 font-weight: bold;
3441 font-weight: bold;
3442 }
3442 }
3443
3443
3444 .inline-comments .comment .meta .date {
3444 .inline-comments .comment .meta .date {
3445 float: right;
3445 float: right;
3446 }
3446 }
3447
3447
3448 .inline-comments .comment .text {
3448 .inline-comments .comment .text {
3449 padding: 8px 6px 6px 14px;
3449 padding: 8px 6px 6px 14px;
3450 background-color: #FAFAFA;
3450 background-color: #FAFAFA;
3451 }
3451 }
3452
3452
3453 .inline-comments .comments-number{
3453 .inline-comments .comments-number{
3454 padding:0px 0px 10px 0px;
3454 padding:0px 0px 10px 0px;
3455 font-weight: bold;
3455 font-weight: bold;
3456 color: #666;
3456 color: #666;
3457 font-size: 16px;
3457 font-size: 16px;
3458 }
3458 }
3459 .inline-comments-button .add-comment{
3460 margin:10px 5px !important;
3461 }
3459 .notifications{
3462 .notifications{
3460 width:22px;
3463 width:22px;
3461 padding:2px;
3464 padding:2px;
3462 float:right;
3465 float:right;
3463 -webkit-border-radius: 4px;
3466 -webkit-border-radius: 4px;
3464 -moz-border-radius: 4px;
3467 -moz-border-radius: 4px;
3465 border-radius: 4px;
3468 border-radius: 4px;
3466 text-align: center;
3469 text-align: center;
3467 margin: -1px -10px 0px 5px;
3470 margin: -1px -10px 0px 5px;
3468 background-color: #DEDEDE;
3471 background-color: #DEDEDE;
3469 }
3472 }
3470 .notifications a{
3473 .notifications a{
3471 color:#888 !important;
3474 color:#888 !important;
3472 display: block;
3475 display: block;
3473 font-size: 10px
3476 font-size: 10px
3474 }
3477 }
3475 .notifications a:hover{
3478 .notifications a:hover{
3476 text-decoration: none !important;
3479 text-decoration: none !important;
3477 } No newline at end of file
3480 }
@@ -1,257 +1,261
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} ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} - ${c.rhodecode_name}
6 ${c.repo_name} ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} - ${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 ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
14 ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
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="fid(raw_id,path)" filter="strip">
21 <%def name="fid(raw_id,path)" filter="strip">
22 <%
22 <%
23 return 'C-%s-%s' % (h.short_id(raw_id),h.safeid(h.safe_unicode(path)))
23 return 'C-%s-%s' % (h.short_id(raw_id),h.safeid(h.safe_unicode(path)))
24 %>
24 %>
25 </%def>
25 </%def>
26
26
27 <%def name="main()">
27 <%def name="main()">
28 <div class="box">
28 <div class="box">
29 <!-- box / title -->
29 <!-- box / title -->
30 <div class="title">
30 <div class="title">
31 ${self.breadcrumbs()}
31 ${self.breadcrumbs()}
32 </div>
32 </div>
33 <div class="table">
33 <div class="table">
34 <div class="diffblock">
34 <div class="diffblock">
35 <div class="code-header">
35 <div class="code-header">
36 <div>
36 <div>
37 <span>${h.link_to(_('raw diff'),
37 <span>${h.link_to(_('raw diff'),
38 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='show'))}</span>
38 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='show'))}</span>
39 &raquo; <span>${h.link_to(_('download diff'),
39 &raquo; <span>${h.link_to(_('download diff'),
40 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='download'))}</span>
40 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='download'))}</span>
41 <div class="comments-number" style="float:right;padding-right:5px">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
41 <div class="comments-number" style="float:right;padding-right:5px">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
42 </div>
42 </div>
43 </div>
43 </div>
44 </div>
44 </div>
45 <div id="changeset_content">
45 <div id="changeset_content">
46 <div class="container">
46 <div class="container">
47 <div class="left">
47 <div class="left">
48 <div class="date">${_('commit')} ${c.changeset.revision}: ${h.short_id(c.changeset.raw_id)}@${c.changeset.date}</div>
48 <div class="date">${_('commit')} ${c.changeset.revision}: ${h.short_id(c.changeset.raw_id)}@${c.changeset.date}</div>
49 <div class="author">
49 <div class="author">
50 <div class="gravatar">
50 <div class="gravatar">
51 <img alt="gravatar" src="${h.gravatar_url(h.email(c.changeset.author),20)}"/>
51 <img alt="gravatar" src="${h.gravatar_url(h.email(c.changeset.author),20)}"/>
52 </div>
52 </div>
53 <span>${h.person(c.changeset.author)}</span><br/>
53 <span>${h.person(c.changeset.author)}</span><br/>
54 <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/>
54 <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/>
55 </div>
55 </div>
56 <div class="message">${h.link_to(h.wrap_paragraphs(c.changeset.message),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</div>
56 <div class="message">${h.link_to(h.wrap_paragraphs(c.changeset.message),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</div>
57 </div>
57 </div>
58 <div class="right">
58 <div class="right">
59 <div class="changes">
59 <div class="changes">
60 % if len(c.changeset.affected_files) <= c.affected_files_cut_off:
60 % if len(c.changeset.affected_files) <= c.affected_files_cut_off:
61 <span class="removed" title="${_('removed')}">${len(c.changeset.removed)}</span>
61 <span class="removed" title="${_('removed')}">${len(c.changeset.removed)}</span>
62 <span class="changed" title="${_('changed')}">${len(c.changeset.changed)}</span>
62 <span class="changed" title="${_('changed')}">${len(c.changeset.changed)}</span>
63 <span class="added" title="${_('added')}">${len(c.changeset.added)}</span>
63 <span class="added" title="${_('added')}">${len(c.changeset.added)}</span>
64 % else:
64 % else:
65 <span class="removed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
65 <span class="removed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
66 <span class="changed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
66 <span class="changed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
67 <span class="added" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
67 <span class="added" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
68 % endif
68 % endif
69 </div>
69 </div>
70 %if len(c.changeset.parents)>1:
70 %if len(c.changeset.parents)>1:
71 <div class="merge">
71 <div class="merge">
72 ${_('merge')}<img alt="merge" src="${h.url('/images/icons/arrow_join.png')}"/>
72 ${_('merge')}<img alt="merge" src="${h.url('/images/icons/arrow_join.png')}"/>
73 </div>
73 </div>
74 %endif
74 %endif
75
75
76 %if c.changeset.parents:
76 %if c.changeset.parents:
77 %for p_cs in reversed(c.changeset.parents):
77 %for p_cs in reversed(c.changeset.parents):
78 <div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(h.short_id(p_cs.raw_id),
78 <div class="parent">${_('Parent')} ${p_cs.revision}: ${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)}
79 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
80 </div>
80 </div>
81 %endfor
81 %endfor
82 %else:
82 %else:
83 <div class="parent">${_('No parents')}</div>
83 <div class="parent">${_('No parents')}</div>
84 %endif
84 %endif
85 <span class="logtags">
85 <span class="logtags">
86 <span class="branchtag" title="${'%s %s' % (_('branch'),c.changeset.branch)}">
86 <span class="branchtag" title="${'%s %s' % (_('branch'),c.changeset.branch)}">
87 ${h.link_to(c.changeset.branch,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
87 ${h.link_to(c.changeset.branch,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
88 %for tag in c.changeset.tags:
88 %for tag in c.changeset.tags:
89 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
89 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
90 ${h.link_to(tag,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
90 ${h.link_to(tag,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
91 %endfor
91 %endfor
92 </span>
92 </span>
93 </div>
93 </div>
94 </div>
94 </div>
95 <span style="font-size:1.1em;font-weight: bold">
95 <span style="font-size:1.1em;font-weight: bold">
96 ${_('%s files affected with %s additions and %s deletions.') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
96 ${_('%s files affected with %s additions and %s deletions.') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
97 </span>
97 </span>
98 <div class="cs_files">
98 <div class="cs_files">
99 %for change,filenode,diff,cs1,cs2,stat in c.changes:
99 %for change,filenode,diff,cs1,cs2,stat in c.changes:
100 <div class="cs_${change}">
100 <div class="cs_${change}">
101 <div class="node">
101 <div class="node">
102 %if change != 'removed':
102 %if change != 'removed':
103 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid(filenode.changeset.raw_id,filenode.path)))}
103 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid(filenode.changeset.raw_id,filenode.path)))}
104 %else:
104 %else:
105 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid('',filenode.path)))}
105 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid('',filenode.path)))}
106 %endif
106 %endif
107 </div>
107 </div>
108 <div class="changes">${h.fancy_file_stats(stat)}</div>
108 <div class="changes">${h.fancy_file_stats(stat)}</div>
109 </div>
109 </div>
110 %endfor
110 %endfor
111 % if c.cut_off:
111 % if c.cut_off:
112 ${_('Changeset was too big and was cut off...')}
112 ${_('Changeset was too big and was cut off...')}
113 % endif
113 % endif
114 </div>
114 </div>
115 </div>
115 </div>
116
116
117 </div>
117 </div>
118
118
119 %for change,filenode,diff,cs1,cs2,stat in c.changes:
119 %for change,filenode,diff,cs1,cs2,stat in c.changes:
120 %if change !='removed':
120 %if change !='removed':
121 <div style="clear:both;height:10px"></div>
121 <div style="clear:both;height:10px"></div>
122 <div class="diffblock margined comm" id="${self.fid(filenode.changeset.raw_id,filenode.path)}">
122 <div class="diffblock margined comm" id="${self.fid(filenode.changeset.raw_id,filenode.path)}">
123 <div class="code-header">
123 <div class="code-header">
124 <div class="changeset_header">
124 <div class="changeset_header">
125 <span class="changeset_file">
125 <span class="changeset_file">
126 ${h.link_to_if(change!='removed',h.safe_unicode(filenode.path),h.url('files_home',repo_name=c.repo_name,
126 ${h.link_to_if(change!='removed',h.safe_unicode(filenode.path),h.url('files_home',repo_name=c.repo_name,
127 revision=filenode.changeset.raw_id,f_path=h.safe_unicode(filenode.path)))}
127 revision=filenode.changeset.raw_id,f_path=h.safe_unicode(filenode.path)))}
128 </span>
128 </span>
129 &raquo; <span>${h.link_to(_('diff'),
129 &raquo; <span>${h.link_to(_('diff'),
130 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='diff'))}</span>
130 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='diff'))}</span>
131 &raquo; <span>${h.link_to(_('raw diff'),
131 &raquo; <span>${h.link_to(_('raw diff'),
132 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='raw'))}</span>
132 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='raw'))}</span>
133 &raquo; <span>${h.link_to(_('download diff'),
133 &raquo; <span>${h.link_to(_('download diff'),
134 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='download'))}</span>
134 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='download'))}</span>
135 <span style="float:right">
135 <span style="float:right">
136 <label>
136 <label>
137 ${_('show inline comments')}
137 ${_('show inline comments')}
138 ${h.checkbox('',checked="checked",class_="show-inline-comments",id_for=self.fid(filenode.changeset.raw_id,filenode.path))}
138 ${h.checkbox('',checked="checked",class_="show-inline-comments",id_for=self.fid(filenode.changeset.raw_id,filenode.path))}
139 </label>
139 </label>
140 </span>
140 </span>
141 </div>
141 </div>
142 </div>
142 </div>
143 <div class="code-body">
143 <div class="code-body">
144 <div class="full_f_path" path="${filenode.path}"></div>
144 <div class="full_f_path" path="${filenode.path}"></div>
145 %if diff:
145 %if diff:
146 ${diff|n}
146 ${diff|n}
147 %else:
147 %else:
148 ${_('No changes in this file')}
148 ${_('No changes in this file')}
149 %endif
149 %endif
150 </div>
150 </div>
151 </div>
151 </div>
152 %endif
152 %endif
153 %endfor
153 %endfor
154
154
155 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
155 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
156 ## template for inline comment form
156 ## template for inline comment form
157 ${comment.comment_inline_form()}
157 ${comment.comment_inline_form()}
158
158
159 <div class="comments">
159 <div class="comments">
160 <div class="comments-number">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
160 <div class="comments-number">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
161
161
162 %for path, lines in c.inline_comments:
162 %for path, lines in c.inline_comments:
163 <div style="display:none" class="inline-comment-placeholder" path="${path}" target_id="${self.fid(c.changeset.raw_id,path)}">
163 <div style="display:none" class="inline-comment-placeholder" path="${path}" target_id="${self.fid(c.changeset.raw_id,path)}">
164 % for line,comments in lines.iteritems():
164 % for line,comments in lines.iteritems():
165 <div class="inline-comment-placeholder-line" line="${line}" target_id="${h.safeid(h.safe_unicode(path))}">
165 <div class="inline-comment-placeholder-line" line="${line}" target_id="${h.safeid(h.safe_unicode(path))}">
166 %for co in comments:
166 %for co in comments:
167 ${comment.comment_block(co)}
167 ${comment.comment_block(co)}
168 %endfor
168 %endfor
169 </div>
169 </div>
170 %endfor
170 %endfor
171 </div>
171 </div>
172 %endfor
172 %endfor
173
173
174 %for co in c.comments:
174 %for co in c.comments:
175 ${comment.comment_block(co)}
175 ${comment.comment_block(co)}
176 %endfor
176 %endfor
177 %if c.rhodecode_user.username != 'default':
177 %if c.rhodecode_user.username != 'default':
178 <div class="comment-form">
178 <div class="comment-form">
179 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
179 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
180 <strong>${_('Leave a comment')}</strong>
180 <strong>${_('Leave a comment')}</strong>
181 <div class="clearfix">
181 <div class="clearfix">
182 <div class="comment-help">
182 <div class="comment-help">
183 ${_('Comments parsed using')} <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}
183 ${_('Comments parsed using')} <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}
184 </div>
184 </div>
185 ${h.textarea('text')}
185 ${h.textarea('text')}
186 </div>
186 </div>
187 <div class="comment-button">
187 <div class="comment-button">
188 ${h.submit('save', _('Comment'), class_='ui-button')}
188 ${h.submit('save', _('Comment'), class_='ui-button')}
189 </div>
189 </div>
190 ${h.end_form()}
190 ${h.end_form()}
191 </div>
191 </div>
192 %endif
192 %endif
193 </div>
193 </div>
194 <script type="text/javascript">
194 <script type="text/javascript">
195 var deleteComment = function(comment_id){
195 var deleteComment = function(comment_id){
196
196
197 var url = "${url('changeset_comment_delete',repo_name=c.repo_name,comment_id='__COMMENT_ID__')}".replace('__COMMENT_ID__',comment_id);
197 var url = "${url('changeset_comment_delete',repo_name=c.repo_name,comment_id='__COMMENT_ID__')}".replace('__COMMENT_ID__',comment_id);
198 var postData = '_method=delete';
198 var postData = '_method=delete';
199 var success = function(o){
199 var success = function(o){
200 var n = YUD.get('comment-'+comment_id);
200 var n = YUD.get('comment-'+comment_id);
201 n.parentNode.removeChild(n);
201 n.parentNode.removeChild(n);
202 }
202 }
203 ajaxPOST(url,postData,success);
203 ajaxPOST(url,postData,success);
204 }
204 }
205
205
206 YUE.onDOMReady(function(){
206 YUE.onDOMReady(function(){
207
207
208 YUE.on(YUQ('.show-inline-comments'),'change',function(e){
208 YUE.on(YUQ('.show-inline-comments'),'change',function(e){
209 var show = 'none';
209 var show = 'none';
210 var target = e.currentTarget;
210 var target = e.currentTarget;
211 if(target.checked){
211 if(target.checked){
212 var show = ''
212 var show = ''
213 }
213 }
214 var boxid = YUD.getAttribute(target,'id_for');
214 var boxid = YUD.getAttribute(target,'id_for');
215 var comments = YUQ('#{0} .inline-comments'.format(boxid));
215 var comments = YUQ('#{0} .inline-comments'.format(boxid));
216 for(c in comments){
216 for(c in comments){
217 YUD.setStyle(comments[c],'display',show);
217 YUD.setStyle(comments[c],'display',show);
218 }
218 }
219 })
219 })
220
221
222
220
223 YUE.on(YUQ('.line'),'click',function(e){
221 YUE.on(YUQ('.line'),'click',function(e){
224 var tr = e.currentTarget;
222 var tr = e.currentTarget;
225 if(YUD.hasClass(tr,'form-open') || YUD.hasClass(tr,'context')){
223 if(YUD.hasClass(tr,'form-open') || YUD.hasClass(tr,'context')){
226 return
224 return
227 }
225 }
228 YUD.addClass(tr,'form-open');
226 YUD.addClass(tr,'form-open');
229 var node = tr.parentNode.parentNode.parentNode.getElementsByClassName('full_f_path')[0];
227 var node = tr.parentNode.parentNode.parentNode.getElementsByClassName('full_f_path')[0];
230 var f_path = YUD.getAttribute(node,'path');
228 var f_path = YUD.getAttribute(node,'path');
231 var lineno = getLineNo(tr);
229 var lineno = getLineNo(tr);
232 var form = createInlineForm(tr, f_path, lineno);
230 var form = createInlineForm(tr, f_path, lineno);
233 YUD.insertAfter(form,tr);
231 var target_tr = tr;
232 if(YUD.hasClass(YUD.getNextSibling(tr),'inline-comments')){
233 target_tr = YUD.getNextSibling(tr);
234 }
235 YUD.insertAfter(form,target_tr);
236 YUD.get('text_'+lineno).focus()
234 });
237 });
235
238
236 // inject comments into they proper positions
239 // inject comments into they proper positions
237 var file_comments = YUQ('.inline-comment-placeholder');
240 var file_comments = YUQ('.inline-comment-placeholder');
238
241
239 for (f in file_comments){
242 for (f in file_comments){
240 var box = file_comments[f];
243 var box = file_comments[f];
241 var inlines = box.children;
244 var inlines = box.children;
242 for(var i=0; i<inlines.length; i++){
245 for(var i=0; i<inlines.length; i++){
243 try{
246 try{
247
244 var inline = inlines[i];
248 var inline = inlines[i];
245 var lineno = YUD.getAttribute(inlines[i],'line');
249 var lineno = YUD.getAttribute(inlines[i],'line');
246 var lineid = "{0}_{1}".format(YUD.getAttribute(inline,'target_id'),lineno);
250 var lineid = "{0}_{1}".format(YUD.getAttribute(inline,'target_id'),lineno);
247 var target_line = YUD.get(lineid);
251 var target_line = YUD.get(lineid);
248 var comments = new YAHOO.util.Element(tableTr('inline-comments',inline.innerHTML))
252 var comment = new YAHOO.util.Element(tableTr('inline-comments',inline.innerHTML))
249 YUD.insertAfter(comments,target_line.parentNode);
253 YUD.insertAfter(comment,target_line.parentNode);
250 }catch(e){}
254 }catch(e){}
251 }
255 }
252 }
256 }
253 })
257 })
254
258
255 </script>
259 </script>
256 </div>
260 </div>
257 </%def>
261 </%def>
@@ -1,66 +1,66
1 ##usage:
1 ##usage:
2 ## <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
2 ## <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
3 ## ${comment.comment_block(co)}
3 ## ${comment.comment_block(co)}
4 ##
4 ##
5 <%def name="comment_block(co)">
5 <%def name="comment_block(co)">
6 <div class="comment" id="comment-${co.comment_id}">
6 <div class="comment" id="comment-${co.comment_id}">
7 <div class="meta">
7 <div class="meta">
8 <span class="user">
8 <span class="user">
9 <img src="${h.gravatar_url(co.author.email, 20)}" />
9 <img src="${h.gravatar_url(co.author.email, 20)}" />
10 ${co.author.username}
10 ${co.author.username}
11 </span>
11 </span>
12 <a href="${h.url.current(anchor='comment-%s' % co.comment_id)}"> ${_('commented on')} </a>
12 <a href="${h.url.current(anchor='comment-%s' % co.comment_id)}"> ${_('commented on')} </a>
13 ${h.short_id(co.revision)}
13 ${h.short_id(co.revision)}
14 %if co.f_path:
14 %if co.f_path:
15 ${_(' in file ')}
15 ${_(' in file ')}
16 ${co.f_path}:L ${co.line_no}
16 ${co.f_path}:L ${co.line_no}
17 %endif
17 %endif
18 <span class="date">
18 <span class="date">
19 ${h.age(co.modified_at)}
19 ${h.age(co.modified_at)}
20 </span>
20 </span>
21 </div>
21 </div>
22 <div class="text">
22 <div class="text">
23 %if h.HasPermissionAny('hg.admin', 'repository.admin')() or co.author.user_id == c.rhodecode_user.user_id:
23 %if h.HasPermissionAny('hg.admin', 'repository.admin')() or co.author.user_id == c.rhodecode_user.user_id:
24 <div class="buttons">
24 <div class="buttons">
25 <span onClick="deleteComment(${co.comment_id})" class="delete-comment ui-button-small">${_('Delete')}</span>
25 <span onClick="deleteComment(${co.comment_id})" class="delete-comment ui-button-small">${_('Delete')}</span>
26 </div>
26 </div>
27 %endif
27 %endif
28 ${h.rst(co.text)|n}
28 ${h.rst(co.text)|n}
29 </div>
29 </div>
30 </div>
30 </div>
31 </%def>
31 </%def>
32
32
33
33
34
34
35 <%def name="comment_inline_form()">
35 <%def name="comment_inline_form()">
36 <div id='comment-inline-form-template' style="display:none">
36 <div id='comment-inline-form-template' style="display:none">
37 <div class="comment-inline-form">
37 <div class="comment-inline-form">
38 %if c.rhodecode_user.username != 'default':
38 %if c.rhodecode_user.username != 'default':
39 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
39 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
40 <div class="clearfix">
40 <div class="clearfix">
41 <div class="comment-help">${_('Commenting on line')} {1} ${_('comments parsed using')}
41 <div class="comment-help">${_('Commenting on line')} {1} ${_('comments parsed using')}
42 <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}</div>
42 <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}</div>
43 ${h.textarea('text')}
43 <textarea id="text_{1}" name="text"></textarea>
44 </div>
44 </div>
45 <div class="comment-button">
45 <div class="comment-button">
46 <input type="hidden" name="f_path" value="{0}">
46 <input type="hidden" name="f_path" value="{0}">
47 <input type="hidden" name="line" value="{1}">
47 <input type="hidden" name="line" value="{1}">
48 ${h.submit('save', _('Comment'), class_='ui-button-small')}
48 ${h.submit('save', _('Comment'), class_='ui-button-small')}
49 ${h.reset('hide-inline-form', _('Hide'), class_='ui-button-small hide-inline-form')}
49 ${h.reset('hide-inline-form', _('Hide'), class_='ui-button-small hide-inline-form')}
50 </div>
50 </div>
51 ${h.end_form()}
51 ${h.end_form()}
52 %else:
52 %else:
53 ${h.form('')}
53 ${h.form('')}
54 <div class="clearfix">
54 <div class="clearfix">
55 <div class="comment-help">
55 <div class="comment-help">
56 ${'You need to be logged in to comment.'} <a href="${h.url('login_home',came_from=h.url.current())}">${_('Login now')}</a>
56 ${'You need to be logged in to comment.'} <a href="${h.url('login_home',came_from=h.url.current())}">${_('Login now')}</a>
57 </div>
57 </div>
58 </div>
58 </div>
59 <div class="comment-button">
59 <div class="comment-button">
60 ${h.reset('hide-inline-form', _('Hide'), class_='ui-button-small hide-inline-form')}
60 ${h.reset('hide-inline-form', _('Hide'), class_='ui-button-small hide-inline-form')}
61 </div>
61 </div>
62 ${h.end_form()}
62 ${h.end_form()}
63 %endif
63 %endif
64 </div>
64 </div>
65 </div>
65 </div>
66 </%def> No newline at end of file
66 </%def>
General Comments 0
You need to be logged in to leave comments. Login now