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