##// END OF EJS Templates
removed deprecated ui-button
marcink -
r2607:7ae36df7 beta
parent child Browse files
Show More
@@ -1,4507 +1,4515 b''
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
2 {
2 {
3 border: 0;
3 border: 0;
4 outline: 0;
4 outline: 0;
5 font-size: 100%;
5 font-size: 100%;
6 vertical-align: baseline;
6 vertical-align: baseline;
7 background: transparent;
7 background: transparent;
8 margin: 0;
8 margin: 0;
9 padding: 0;
9 padding: 0;
10 }
10 }
11
11
12 body {
12 body {
13 line-height: 1;
13 line-height: 1;
14 height: 100%;
14 height: 100%;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
18 color: #000;
18 color: #000;
19 margin: 0;
19 margin: 0;
20 padding: 0;
20 padding: 0;
21 font-size: 12px;
21 font-size: 12px;
22 }
22 }
23
23
24 ol,ul {
24 ol,ul {
25 list-style: none;
25 list-style: none;
26 }
26 }
27
27
28 blockquote,q {
28 blockquote,q {
29 quotes: none;
29 quotes: none;
30 }
30 }
31
31
32 blockquote:before,blockquote:after,q:before,q:after {
32 blockquote:before,blockquote:after,q:before,q:after {
33 content: none;
33 content: none;
34 }
34 }
35
35
36 :focus {
36 :focus {
37 outline: 0;
37 outline: 0;
38 }
38 }
39
39
40 del {
40 del {
41 text-decoration: line-through;
41 text-decoration: line-through;
42 }
42 }
43
43
44 table {
44 table {
45 border-collapse: collapse;
45 border-collapse: collapse;
46 border-spacing: 0;
46 border-spacing: 0;
47 }
47 }
48
48
49 html {
49 html {
50 height: 100%;
50 height: 100%;
51 }
51 }
52
52
53 a {
53 a {
54 color: #003367;
54 color: #003367;
55 text-decoration: none;
55 text-decoration: none;
56 cursor: pointer;
56 cursor: pointer;
57 }
57 }
58
58
59 a:hover {
59 a:hover {
60 color: #316293;
60 color: #316293;
61 text-decoration: underline;
61 text-decoration: underline;
62 }
62 }
63
63
64 h1,h2,h3,h4,h5,h6 {
64 h1,h2,h3,h4,h5,h6 {
65 color: #292929;
65 color: #292929;
66 font-weight: 700;
66 font-weight: 700;
67 }
67 }
68
68
69 h1 {
69 h1 {
70 font-size: 22px;
70 font-size: 22px;
71 }
71 }
72
72
73 h2 {
73 h2 {
74 font-size: 20px;
74 font-size: 20px;
75 }
75 }
76
76
77 h3 {
77 h3 {
78 font-size: 18px;
78 font-size: 18px;
79 }
79 }
80
80
81 h4 {
81 h4 {
82 font-size: 16px;
82 font-size: 16px;
83 }
83 }
84
84
85 h5 {
85 h5 {
86 font-size: 14px;
86 font-size: 14px;
87 }
87 }
88
88
89 h6 {
89 h6 {
90 font-size: 11px;
90 font-size: 11px;
91 }
91 }
92
92
93 ul.circle {
93 ul.circle {
94 list-style-type: circle;
94 list-style-type: circle;
95 }
95 }
96
96
97 ul.disc {
97 ul.disc {
98 list-style-type: disc;
98 list-style-type: disc;
99 }
99 }
100
100
101 ul.square {
101 ul.square {
102 list-style-type: square;
102 list-style-type: square;
103 }
103 }
104
104
105 ol.lower-roman {
105 ol.lower-roman {
106 list-style-type: lower-roman;
106 list-style-type: lower-roman;
107 }
107 }
108
108
109 ol.upper-roman {
109 ol.upper-roman {
110 list-style-type: upper-roman;
110 list-style-type: upper-roman;
111 }
111 }
112
112
113 ol.lower-alpha {
113 ol.lower-alpha {
114 list-style-type: lower-alpha;
114 list-style-type: lower-alpha;
115 }
115 }
116
116
117 ol.upper-alpha {
117 ol.upper-alpha {
118 list-style-type: upper-alpha;
118 list-style-type: upper-alpha;
119 }
119 }
120
120
121 ol.decimal {
121 ol.decimal {
122 list-style-type: decimal;
122 list-style-type: decimal;
123 }
123 }
124
124
125 div.color {
125 div.color {
126 clear: both;
126 clear: both;
127 overflow: hidden;
127 overflow: hidden;
128 position: absolute;
128 position: absolute;
129 background: #FFF;
129 background: #FFF;
130 margin: 7px 0 0 60px;
130 margin: 7px 0 0 60px;
131 padding: 1px 1px 1px 0;
131 padding: 1px 1px 1px 0;
132 }
132 }
133
133
134 div.color a {
134 div.color a {
135 width: 15px;
135 width: 15px;
136 height: 15px;
136 height: 15px;
137 display: block;
137 display: block;
138 float: left;
138 float: left;
139 margin: 0 0 0 1px;
139 margin: 0 0 0 1px;
140 padding: 0;
140 padding: 0;
141 }
141 }
142
142
143 div.options {
143 div.options {
144 clear: both;
144 clear: both;
145 overflow: hidden;
145 overflow: hidden;
146 position: absolute;
146 position: absolute;
147 background: #FFF;
147 background: #FFF;
148 margin: 7px 0 0 162px;
148 margin: 7px 0 0 162px;
149 padding: 0;
149 padding: 0;
150 }
150 }
151
151
152 div.options a {
152 div.options a {
153 height: 1%;
153 height: 1%;
154 display: block;
154 display: block;
155 text-decoration: none;
155 text-decoration: none;
156 margin: 0;
156 margin: 0;
157 padding: 3px 8px;
157 padding: 3px 8px;
158 }
158 }
159
159
160 .top-left-rounded-corner {
160 .top-left-rounded-corner {
161 -webkit-border-top-left-radius: 8px;
161 -webkit-border-top-left-radius: 8px;
162 -khtml-border-radius-topleft: 8px;
162 -khtml-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
164 border-top-left-radius: 8px;
164 border-top-left-radius: 8px;
165 }
165 }
166
166
167 .top-right-rounded-corner {
167 .top-right-rounded-corner {
168 -webkit-border-top-right-radius: 8px;
168 -webkit-border-top-right-radius: 8px;
169 -khtml-border-radius-topright: 8px;
169 -khtml-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
171 border-top-right-radius: 8px;
171 border-top-right-radius: 8px;
172 }
172 }
173
173
174 .bottom-left-rounded-corner {
174 .bottom-left-rounded-corner {
175 -webkit-border-bottom-left-radius: 8px;
175 -webkit-border-bottom-left-radius: 8px;
176 -khtml-border-radius-bottomleft: 8px;
176 -khtml-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
178 border-bottom-left-radius: 8px;
178 border-bottom-left-radius: 8px;
179 }
179 }
180
180
181 .bottom-right-rounded-corner {
181 .bottom-right-rounded-corner {
182 -webkit-border-bottom-right-radius: 8px;
182 -webkit-border-bottom-right-radius: 8px;
183 -khtml-border-radius-bottomright: 8px;
183 -khtml-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
185 border-bottom-right-radius: 8px;
185 border-bottom-right-radius: 8px;
186 }
186 }
187
187
188 .top-left-rounded-corner-mid {
188 .top-left-rounded-corner-mid {
189 -webkit-border-top-left-radius: 4px;
189 -webkit-border-top-left-radius: 4px;
190 -khtml-border-radius-topleft: 4px;
190 -khtml-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
192 border-top-left-radius: 4px;
192 border-top-left-radius: 4px;
193 }
193 }
194
194
195 .top-right-rounded-corner-mid {
195 .top-right-rounded-corner-mid {
196 -webkit-border-top-right-radius: 4px;
196 -webkit-border-top-right-radius: 4px;
197 -khtml-border-radius-topright: 4px;
197 -khtml-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
199 border-top-right-radius: 4px;
199 border-top-right-radius: 4px;
200 }
200 }
201
201
202 .bottom-left-rounded-corner-mid {
202 .bottom-left-rounded-corner-mid {
203 -webkit-border-bottom-left-radius: 4px;
203 -webkit-border-bottom-left-radius: 4px;
204 -khtml-border-radius-bottomleft: 4px;
204 -khtml-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
206 border-bottom-left-radius: 4px;
206 border-bottom-left-radius: 4px;
207 }
207 }
208
208
209 .bottom-right-rounded-corner-mid {
209 .bottom-right-rounded-corner-mid {
210 -webkit-border-bottom-right-radius: 4px;
210 -webkit-border-bottom-right-radius: 4px;
211 -khtml-border-radius-bottomright: 4px;
211 -khtml-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
213 border-bottom-right-radius: 4px;
213 border-bottom-right-radius: 4px;
214 }
214 }
215
215
216 .help-block {
216 .help-block {
217 color: #999999;
217 color: #999999;
218 display: block;
218 display: block;
219 margin-bottom: 0;
219 margin-bottom: 0;
220 margin-top: 5px;
220 margin-top: 5px;
221 }
221 }
222 a.permalink{
222 a.permalink{
223 visibility: hidden;
223 visibility: hidden;
224 }
224 }
225
225
226 a.permalink:hover{
226 a.permalink:hover{
227 text-decoration: none;
227 text-decoration: none;
228 }
228 }
229
229
230 h1:hover > a.permalink,
230 h1:hover > a.permalink,
231 h2:hover > a.permalink,
231 h2:hover > a.permalink,
232 h3:hover > a.permalink,
232 h3:hover > a.permalink,
233 h4:hover > a.permalink,
233 h4:hover > a.permalink,
234 h5:hover > a.permalink,
234 h5:hover > a.permalink,
235 h6:hover > a.permalink,
235 h6:hover > a.permalink,
236 div:hover > a.permalink {
236 div:hover > a.permalink {
237 visibility: visible;
237 visibility: visible;
238 }
238 }
239
239
240 #header {
240 #header {
241 margin: 0;
241 margin: 0;
242 padding: 0 10px;
242 padding: 0 10px;
243 }
243 }
244
244
245 #header ul#logged-user {
245 #header ul#logged-user {
246 margin-bottom: 5px !important;
246 margin-bottom: 5px !important;
247 -webkit-border-radius: 0px 0px 8px 8px;
247 -webkit-border-radius: 0px 0px 8px 8px;
248 -khtml-border-radius: 0px 0px 8px 8px;
248 -khtml-border-radius: 0px 0px 8px 8px;
249 -moz-border-radius: 0px 0px 8px 8px;
249 -moz-border-radius: 0px 0px 8px 8px;
250 border-radius: 0px 0px 8px 8px;
250 border-radius: 0px 0px 8px 8px;
251 height: 37px;
251 height: 37px;
252 background-color: #003B76;
252 background-color: #003B76;
253 background-repeat: repeat-x;
253 background-repeat: repeat-x;
254 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
254 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
255 background-image: -moz-linear-gradient(top, #003b76, #00376e);
255 background-image: -moz-linear-gradient(top, #003b76, #00376e);
256 background-image: -ms-linear-gradient(top, #003b76, #00376e);
256 background-image: -ms-linear-gradient(top, #003b76, #00376e);
257 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
257 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
258 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
258 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
259 background-image: -o-linear-gradient(top, #003b76, #00376e);
259 background-image: -o-linear-gradient(top, #003b76, #00376e);
260 background-image: linear-gradient(top, #003b76, #00376e);
260 background-image: linear-gradient(top, #003b76, #00376e);
261 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
261 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
262 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
262 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
263 }
263 }
264
264
265 #header ul#logged-user li {
265 #header ul#logged-user li {
266 list-style: none;
266 list-style: none;
267 float: left;
267 float: left;
268 margin: 8px 0 0;
268 margin: 8px 0 0;
269 padding: 4px 12px;
269 padding: 4px 12px;
270 border-left: 1px solid #316293;
270 border-left: 1px solid #316293;
271 }
271 }
272
272
273 #header ul#logged-user li.first {
273 #header ul#logged-user li.first {
274 border-left: none;
274 border-left: none;
275 margin: 4px;
275 margin: 4px;
276 }
276 }
277
277
278 #header ul#logged-user li.first div.gravatar {
278 #header ul#logged-user li.first div.gravatar {
279 margin-top: -2px;
279 margin-top: -2px;
280 }
280 }
281
281
282 #header ul#logged-user li.first div.account {
282 #header ul#logged-user li.first div.account {
283 padding-top: 4px;
283 padding-top: 4px;
284 float: left;
284 float: left;
285 }
285 }
286
286
287 #header ul#logged-user li.last {
287 #header ul#logged-user li.last {
288 border-right: none;
288 border-right: none;
289 }
289 }
290
290
291 #header ul#logged-user li a {
291 #header ul#logged-user li a {
292 color: #fff;
292 color: #fff;
293 font-weight: 700;
293 font-weight: 700;
294 text-decoration: none;
294 text-decoration: none;
295 }
295 }
296
296
297 #header ul#logged-user li a:hover {
297 #header ul#logged-user li a:hover {
298 text-decoration: underline;
298 text-decoration: underline;
299 }
299 }
300
300
301 #header ul#logged-user li.highlight a {
301 #header ul#logged-user li.highlight a {
302 color: #fff;
302 color: #fff;
303 }
303 }
304
304
305 #header ul#logged-user li.highlight a:hover {
305 #header ul#logged-user li.highlight a:hover {
306 color: #FFF;
306 color: #FFF;
307 }
307 }
308
308
309 #header #header-inner {
309 #header #header-inner {
310 min-height: 44px;
310 min-height: 44px;
311 clear: both;
311 clear: both;
312 position: relative;
312 position: relative;
313 background-color: #003B76;
313 background-color: #003B76;
314 background-repeat: repeat-x;
314 background-repeat: repeat-x;
315 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
315 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
316 background-image: -moz-linear-gradient(top, #003b76, #00376e);
316 background-image: -moz-linear-gradient(top, #003b76, #00376e);
317 background-image: -ms-linear-gradient(top, #003b76, #00376e);
317 background-image: -ms-linear-gradient(top, #003b76, #00376e);
318 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
318 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
319 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
319 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
320 background-image: -o-linear-gradient(top, #003b76, #00376e);
320 background-image: -o-linear-gradient(top, #003b76, #00376e);
321 background-image: linear-gradient(top, #003b76, #00376e);
321 background-image: linear-gradient(top, #003b76, #00376e);
322 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
322 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
323 margin: 0;
323 margin: 0;
324 padding: 0;
324 padding: 0;
325 display: block;
325 display: block;
326 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
326 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
327 -webkit-border-radius: 4px 4px 4px 4px;
327 -webkit-border-radius: 4px 4px 4px 4px;
328 -khtml-border-radius: 4px 4px 4px 4px;
328 -khtml-border-radius: 4px 4px 4px 4px;
329 -moz-border-radius: 4px 4px 4px 4px;
329 -moz-border-radius: 4px 4px 4px 4px;
330 border-radius: 4px 4px 4px 4px;
330 border-radius: 4px 4px 4px 4px;
331 }
331 }
332 #header #header-inner.hover{
332 #header #header-inner.hover{
333 position: fixed !important;
333 position: fixed !important;
334 width: 100% !important;
334 width: 100% !important;
335 margin-left: -10px !important;
335 margin-left: -10px !important;
336 z-index: 10000;
336 z-index: 10000;
337 -webkit-border-radius: 0px 0px 0px 0px;
337 -webkit-border-radius: 0px 0px 0px 0px;
338 -khtml-border-radius: 0px 0px 0px 0px;
338 -khtml-border-radius: 0px 0px 0px 0px;
339 -moz-border-radius: 0px 0px 0px 0px;
339 -moz-border-radius: 0px 0px 0px 0px;
340 border-radius: 0px 0px 0px 0px;
340 border-radius: 0px 0px 0px 0px;
341 }
341 }
342
342
343 .ie7 #header #header-inner.hover,
343 .ie7 #header #header-inner.hover,
344 .ie8 #header #header-inner.hover,
344 .ie8 #header #header-inner.hover,
345 .ie9 #header #header-inner.hover
345 .ie9 #header #header-inner.hover
346 {
346 {
347 z-index: auto !important;
347 z-index: auto !important;
348 }
348 }
349
349
350 .header-pos-fix{
350 .header-pos-fix{
351 margin-top: -44px;
351 margin-top: -44px;
352 padding-top: 44px;
352 padding-top: 44px;
353 }
353 }
354
354
355 #header #header-inner #home a {
355 #header #header-inner #home a {
356 height: 40px;
356 height: 40px;
357 width: 46px;
357 width: 46px;
358 display: block;
358 display: block;
359 background: url("../images/button_home.png");
359 background: url("../images/button_home.png");
360 background-position: 0 0;
360 background-position: 0 0;
361 margin: 0;
361 margin: 0;
362 padding: 0;
362 padding: 0;
363 }
363 }
364
364
365 #header #header-inner #home a:hover {
365 #header #header-inner #home a:hover {
366 background-position: 0 -40px;
366 background-position: 0 -40px;
367 }
367 }
368
368
369 #header #header-inner #logo {
369 #header #header-inner #logo {
370 float: left;
370 float: left;
371 position: absolute;
371 position: absolute;
372 }
372 }
373
373
374 #header #header-inner #logo h1 {
374 #header #header-inner #logo h1 {
375 color: #FFF;
375 color: #FFF;
376 font-size: 20px;
376 font-size: 20px;
377 margin: 12px 0 0 13px;
377 margin: 12px 0 0 13px;
378 padding: 0;
378 padding: 0;
379 }
379 }
380
380
381 #header #header-inner #logo a {
381 #header #header-inner #logo a {
382 color: #fff;
382 color: #fff;
383 text-decoration: none;
383 text-decoration: none;
384 }
384 }
385
385
386 #header #header-inner #logo a:hover {
386 #header #header-inner #logo a:hover {
387 color: #bfe3ff;
387 color: #bfe3ff;
388 }
388 }
389
389
390 #header #header-inner #quick,#header #header-inner #quick ul {
390 #header #header-inner #quick,#header #header-inner #quick ul {
391 position: relative;
391 position: relative;
392 float: right;
392 float: right;
393 list-style-type: none;
393 list-style-type: none;
394 list-style-position: outside;
394 list-style-position: outside;
395 margin: 8px 8px 0 0;
395 margin: 8px 8px 0 0;
396 padding: 0;
396 padding: 0;
397 }
397 }
398
398
399 #header #header-inner #quick li {
399 #header #header-inner #quick li {
400 position: relative;
400 position: relative;
401 float: left;
401 float: left;
402 margin: 0 5px 0 0;
402 margin: 0 5px 0 0;
403 padding: 0;
403 padding: 0;
404 }
404 }
405
405
406 #header #header-inner #quick li a.menu_link {
406 #header #header-inner #quick li a.menu_link {
407 top: 0;
407 top: 0;
408 left: 0;
408 left: 0;
409 height: 1%;
409 height: 1%;
410 display: block;
410 display: block;
411 clear: both;
411 clear: both;
412 overflow: hidden;
412 overflow: hidden;
413 color: #FFF;
413 color: #FFF;
414 font-weight: 700;
414 font-weight: 700;
415 text-decoration: none;
415 text-decoration: none;
416 background: #369;
416 background: #369;
417 padding: 0;
417 padding: 0;
418 -webkit-border-radius: 4px 4px 4px 4px;
418 -webkit-border-radius: 4px 4px 4px 4px;
419 -khtml-border-radius: 4px 4px 4px 4px;
419 -khtml-border-radius: 4px 4px 4px 4px;
420 -moz-border-radius: 4px 4px 4px 4px;
420 -moz-border-radius: 4px 4px 4px 4px;
421 border-radius: 4px 4px 4px 4px;
421 border-radius: 4px 4px 4px 4px;
422 }
422 }
423
423
424 #header #header-inner #quick li span.short {
424 #header #header-inner #quick li span.short {
425 padding: 9px 6px 8px 6px;
425 padding: 9px 6px 8px 6px;
426 }
426 }
427
427
428 #header #header-inner #quick li span {
428 #header #header-inner #quick li span {
429 top: 0;
429 top: 0;
430 right: 0;
430 right: 0;
431 height: 1%;
431 height: 1%;
432 display: block;
432 display: block;
433 float: left;
433 float: left;
434 border-left: 1px solid #3f6f9f;
434 border-left: 1px solid #3f6f9f;
435 margin: 0;
435 margin: 0;
436 padding: 10px 12px 8px 10px;
436 padding: 10px 12px 8px 10px;
437 }
437 }
438
438
439 #header #header-inner #quick li span.normal {
439 #header #header-inner #quick li span.normal {
440 border: none;
440 border: none;
441 padding: 10px 12px 8px;
441 padding: 10px 12px 8px;
442 }
442 }
443
443
444 #header #header-inner #quick li span.icon {
444 #header #header-inner #quick li span.icon {
445 top: 0;
445 top: 0;
446 left: 0;
446 left: 0;
447 border-left: none;
447 border-left: none;
448 border-right: 1px solid #2e5c89;
448 border-right: 1px solid #2e5c89;
449 padding: 8px 6px 4px;
449 padding: 8px 6px 4px;
450 }
450 }
451
451
452 #header #header-inner #quick li span.icon_short {
452 #header #header-inner #quick li span.icon_short {
453 top: 0;
453 top: 0;
454 left: 0;
454 left: 0;
455 border-left: none;
455 border-left: none;
456 border-right: 1px solid #2e5c89;
456 border-right: 1px solid #2e5c89;
457 padding: 8px 6px 4px;
457 padding: 8px 6px 4px;
458 }
458 }
459
459
460 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
460 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
461 {
461 {
462 margin: 0px -2px 0px 0px;
462 margin: 0px -2px 0px 0px;
463 }
463 }
464
464
465 #header #header-inner #quick li a:hover {
465 #header #header-inner #quick li a:hover {
466 background: #4e4e4e no-repeat top left;
466 background: #4e4e4e no-repeat top left;
467 }
467 }
468
468
469 #header #header-inner #quick li a:hover span {
469 #header #header-inner #quick li a:hover span {
470 border-left: 1px solid #545454;
470 border-left: 1px solid #545454;
471 }
471 }
472
472
473 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
473 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
474 {
474 {
475 border-left: none;
475 border-left: none;
476 border-right: 1px solid #464646;
476 border-right: 1px solid #464646;
477 }
477 }
478
478
479 #header #header-inner #quick ul {
479 #header #header-inner #quick ul {
480 top: 29px;
480 top: 29px;
481 right: 0;
481 right: 0;
482 min-width: 200px;
482 min-width: 200px;
483 display: none;
483 display: none;
484 position: absolute;
484 position: absolute;
485 background: #FFF;
485 background: #FFF;
486 border: 1px solid #666;
486 border: 1px solid #666;
487 border-top: 1px solid #003367;
487 border-top: 1px solid #003367;
488 z-index: 100;
488 z-index: 100;
489 margin: 0px 0px 0px 0px;
489 margin: 0px 0px 0px 0px;
490 padding: 0;
490 padding: 0;
491 }
491 }
492
492
493 #header #header-inner #quick ul.repo_switcher {
493 #header #header-inner #quick ul.repo_switcher {
494 max-height: 275px;
494 max-height: 275px;
495 overflow-x: hidden;
495 overflow-x: hidden;
496 overflow-y: auto;
496 overflow-y: auto;
497 }
497 }
498
498
499 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
499 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
500 float: none;
500 float: none;
501 margin: 0;
501 margin: 0;
502 border-bottom: 2px solid #003367;
502 border-bottom: 2px solid #003367;
503 }
503 }
504
504
505 #header #header-inner #quick .repo_switcher_type {
505 #header #header-inner #quick .repo_switcher_type {
506 position: absolute;
506 position: absolute;
507 left: 0;
507 left: 0;
508 top: 9px;
508 top: 9px;
509 }
509 }
510
510
511 #header #header-inner #quick li ul li {
511 #header #header-inner #quick li ul li {
512 border-bottom: 1px solid #ddd;
512 border-bottom: 1px solid #ddd;
513 }
513 }
514
514
515 #header #header-inner #quick li ul li a {
515 #header #header-inner #quick li ul li a {
516 width: 182px;
516 width: 182px;
517 height: auto;
517 height: auto;
518 display: block;
518 display: block;
519 float: left;
519 float: left;
520 background: #FFF;
520 background: #FFF;
521 color: #003367;
521 color: #003367;
522 font-weight: 400;
522 font-weight: 400;
523 margin: 0;
523 margin: 0;
524 padding: 7px 9px;
524 padding: 7px 9px;
525 }
525 }
526
526
527 #header #header-inner #quick li ul li a:hover {
527 #header #header-inner #quick li ul li a:hover {
528 color: #000;
528 color: #000;
529 background: #FFF;
529 background: #FFF;
530 }
530 }
531
531
532 #header #header-inner #quick ul ul {
532 #header #header-inner #quick ul ul {
533 top: auto;
533 top: auto;
534 }
534 }
535
535
536 #header #header-inner #quick li ul ul {
536 #header #header-inner #quick li ul ul {
537 right: 200px;
537 right: 200px;
538 max-height: 275px;
538 max-height: 275px;
539 overflow: auto;
539 overflow: auto;
540 overflow-x: hidden;
540 overflow-x: hidden;
541 white-space: normal;
541 white-space: normal;
542 }
542 }
543
543
544 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
544 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
545 {
545 {
546 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
546 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
547 #FFF;
547 #FFF;
548 width: 167px;
548 width: 167px;
549 margin: 0;
549 margin: 0;
550 padding: 12px 9px 7px 24px;
550 padding: 12px 9px 7px 24px;
551 }
551 }
552
552
553 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
553 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
554 {
554 {
555 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
555 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
556 #FFF;
556 #FFF;
557 min-width: 167px;
557 min-width: 167px;
558 margin: 0;
558 margin: 0;
559 padding: 12px 9px 7px 24px;
559 padding: 12px 9px 7px 24px;
560 }
560 }
561
561
562 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
562 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
563 {
563 {
564 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
564 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
565 9px #FFF;
565 9px #FFF;
566 min-width: 167px;
566 min-width: 167px;
567 margin: 0;
567 margin: 0;
568 padding: 12px 9px 7px 24px;
568 padding: 12px 9px 7px 24px;
569 }
569 }
570
570
571 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
571 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
572 {
572 {
573 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
573 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
574 #FFF;
574 #FFF;
575 min-width: 167px;
575 min-width: 167px;
576 margin: 0 0 0 14px;
576 margin: 0 0 0 14px;
577 padding: 12px 9px 7px 24px;
577 padding: 12px 9px 7px 24px;
578 }
578 }
579
579
580 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
580 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
581 {
581 {
582 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
582 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
583 #FFF;
583 #FFF;
584 min-width: 167px;
584 min-width: 167px;
585 margin: 0 0 0 14px;
585 margin: 0 0 0 14px;
586 padding: 12px 9px 7px 24px;
586 padding: 12px 9px 7px 24px;
587 }
587 }
588
588
589 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
589 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
590 {
590 {
591 background: url("../images/icons/database_edit.png") no-repeat scroll
591 background: url("../images/icons/database_edit.png") no-repeat scroll
592 4px 9px #FFF;
592 4px 9px #FFF;
593 width: 167px;
593 width: 167px;
594 margin: 0;
594 margin: 0;
595 padding: 12px 9px 7px 24px;
595 padding: 12px 9px 7px 24px;
596 }
596 }
597
597
598 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
598 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
599 {
599 {
600 background: url("../images/icons/database_link.png") no-repeat scroll
600 background: url("../images/icons/database_link.png") no-repeat scroll
601 4px 9px #FFF;
601 4px 9px #FFF;
602 width: 167px;
602 width: 167px;
603 margin: 0;
603 margin: 0;
604 padding: 12px 9px 7px 24px;
604 padding: 12px 9px 7px 24px;
605 }
605 }
606
606
607 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
607 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
608 {
608 {
609 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
609 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
610 width: 167px;
610 width: 167px;
611 margin: 0;
611 margin: 0;
612 padding: 12px 9px 7px 24px;
612 padding: 12px 9px 7px 24px;
613 }
613 }
614
614
615 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
615 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
616 {
616 {
617 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
617 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
618 width: 167px;
618 width: 167px;
619 margin: 0;
619 margin: 0;
620 padding: 12px 9px 7px 24px;
620 padding: 12px 9px 7px 24px;
621 }
621 }
622
622
623 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
623 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
624 {
624 {
625 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
625 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
626 width: 167px;
626 width: 167px;
627 margin: 0;
627 margin: 0;
628 padding: 12px 9px 7px 24px;
628 padding: 12px 9px 7px 24px;
629 }
629 }
630
630
631 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
631 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
632 {
632 {
633 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
633 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
634 width: 167px;
634 width: 167px;
635 margin: 0;
635 margin: 0;
636 padding: 12px 9px 7px 24px;
636 padding: 12px 9px 7px 24px;
637 }
637 }
638
638
639 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
639 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
640 {
640 {
641 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
641 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
642 width: 167px;
642 width: 167px;
643 margin: 0;
643 margin: 0;
644 padding: 12px 9px 7px 24px;
644 padding: 12px 9px 7px 24px;
645 }
645 }
646
646
647 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
647 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
648 {
648 {
649 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
649 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
650 9px;
650 9px;
651 width: 167px;
651 width: 167px;
652 margin: 0;
652 margin: 0;
653 padding: 12px 9px 7px 24px;
653 padding: 12px 9px 7px 24px;
654 }
654 }
655
655
656 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
656 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
657 {
657 {
658 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
658 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
659 9px;
659 9px;
660 width: 167px;
660 width: 167px;
661 margin: 0;
661 margin: 0;
662 padding: 12px 9px 7px 24px;
662 padding: 12px 9px 7px 24px;
663 }
663 }
664
664
665 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
665 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
666 {
666 {
667 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
667 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
668 width: 167px;
668 width: 167px;
669 margin: 0;
669 margin: 0;
670 padding: 12px 9px 7px 24px;
670 padding: 12px 9px 7px 24px;
671 }
671 }
672
672
673 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
673 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
674 {
674 {
675 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
675 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
676 width: 167px;
676 width: 167px;
677 margin: 0;
677 margin: 0;
678 padding: 12px 9px 7px 24px;
678 padding: 12px 9px 7px 24px;
679 }
679 }
680
680
681 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
681 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
682 {
682 {
683 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
683 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
684 9px;
684 9px;
685 width: 167px;
685 width: 167px;
686 margin: 0;
686 margin: 0;
687 padding: 12px 9px 7px 24px;
687 padding: 12px 9px 7px 24px;
688 }
688 }
689
689
690 #header #header-inner #quick li ul li a.tags,
690 #header #header-inner #quick li ul li a.tags,
691 #header #header-inner #quick li ul li a.tags:hover{
691 #header #header-inner #quick li ul li a.tags:hover{
692 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
692 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
693 width: 167px;
693 width: 167px;
694 margin: 0;
694 margin: 0;
695 padding: 12px 9px 7px 24px;
695 padding: 12px 9px 7px 24px;
696 }
696 }
697
697
698 #header #header-inner #quick li ul li a.bookmarks,
698 #header #header-inner #quick li ul li a.bookmarks,
699 #header #header-inner #quick li ul li a.bookmarks:hover{
699 #header #header-inner #quick li ul li a.bookmarks:hover{
700 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
700 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
701 width: 167px;
701 width: 167px;
702 margin: 0;
702 margin: 0;
703 padding: 12px 9px 7px 24px;
703 padding: 12px 9px 7px 24px;
704 }
704 }
705
705
706 #header #header-inner #quick li ul li a.admin,
706 #header #header-inner #quick li ul li a.admin,
707 #header #header-inner #quick li ul li a.admin:hover{
707 #header #header-inner #quick li ul li a.admin:hover{
708 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
708 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
709 width: 167px;
709 width: 167px;
710 margin: 0;
710 margin: 0;
711 padding: 12px 9px 7px 24px;
711 padding: 12px 9px 7px 24px;
712 }
712 }
713
713
714 .groups_breadcrumbs a {
714 .groups_breadcrumbs a {
715 color: #fff;
715 color: #fff;
716 }
716 }
717
717
718 .groups_breadcrumbs a:hover {
718 .groups_breadcrumbs a:hover {
719 color: #bfe3ff;
719 color: #bfe3ff;
720 text-decoration: none;
720 text-decoration: none;
721 }
721 }
722
722
723 td.quick_repo_menu {
723 td.quick_repo_menu {
724 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
724 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
725 cursor: pointer;
725 cursor: pointer;
726 width: 8px;
726 width: 8px;
727 border: 1px solid transparent;
727 border: 1px solid transparent;
728 }
728 }
729
729
730 td.quick_repo_menu.active {
730 td.quick_repo_menu.active {
731 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
731 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
732 border: 1px solid #003367;
732 border: 1px solid #003367;
733 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
733 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
734 cursor: pointer;
734 cursor: pointer;
735 }
735 }
736
736
737 td.quick_repo_menu .menu_items {
737 td.quick_repo_menu .menu_items {
738 margin-top: 10px;
738 margin-top: 10px;
739 margin-left:-6px;
739 margin-left:-6px;
740 width: 150px;
740 width: 150px;
741 position: absolute;
741 position: absolute;
742 background-color: #FFF;
742 background-color: #FFF;
743 background: none repeat scroll 0 0 #FFFFFF;
743 background: none repeat scroll 0 0 #FFFFFF;
744 border-color: #003367 #666666 #666666;
744 border-color: #003367 #666666 #666666;
745 border-right: 1px solid #666666;
745 border-right: 1px solid #666666;
746 border-style: solid;
746 border-style: solid;
747 border-width: 1px;
747 border-width: 1px;
748 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
748 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
749 border-top-style: none;
749 border-top-style: none;
750 }
750 }
751
751
752 td.quick_repo_menu .menu_items li {
752 td.quick_repo_menu .menu_items li {
753 padding: 0 !important;
753 padding: 0 !important;
754 }
754 }
755
755
756 td.quick_repo_menu .menu_items a {
756 td.quick_repo_menu .menu_items a {
757 display: block;
757 display: block;
758 padding: 4px 12px 4px 8px;
758 padding: 4px 12px 4px 8px;
759 }
759 }
760
760
761 td.quick_repo_menu .menu_items a:hover {
761 td.quick_repo_menu .menu_items a:hover {
762 background-color: #EEE;
762 background-color: #EEE;
763 text-decoration: none;
763 text-decoration: none;
764 }
764 }
765
765
766 td.quick_repo_menu .menu_items .icon img {
766 td.quick_repo_menu .menu_items .icon img {
767 margin-bottom: -2px;
767 margin-bottom: -2px;
768 }
768 }
769
769
770 td.quick_repo_menu .menu_items.hidden {
770 td.quick_repo_menu .menu_items.hidden {
771 display: none;
771 display: none;
772 }
772 }
773
773
774 .yui-dt-first th {
774 .yui-dt-first th {
775 text-align: left;
775 text-align: left;
776 }
776 }
777
777
778 /*
778 /*
779 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
779 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
780 Code licensed under the BSD License:
780 Code licensed under the BSD License:
781 http://developer.yahoo.com/yui/license.html
781 http://developer.yahoo.com/yui/license.html
782 version: 2.9.0
782 version: 2.9.0
783 */
783 */
784 .yui-skin-sam .yui-dt-mask {
784 .yui-skin-sam .yui-dt-mask {
785 position: absolute;
785 position: absolute;
786 z-index: 9500;
786 z-index: 9500;
787 }
787 }
788 .yui-dt-tmp {
788 .yui-dt-tmp {
789 position: absolute;
789 position: absolute;
790 left: -9000px;
790 left: -9000px;
791 }
791 }
792 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
792 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
793 .yui-dt-scrollable .yui-dt-hd {
793 .yui-dt-scrollable .yui-dt-hd {
794 overflow: hidden;
794 overflow: hidden;
795 position: relative;
795 position: relative;
796 }
796 }
797 .yui-dt-scrollable .yui-dt-bd thead tr,
797 .yui-dt-scrollable .yui-dt-bd thead tr,
798 .yui-dt-scrollable .yui-dt-bd thead th {
798 .yui-dt-scrollable .yui-dt-bd thead th {
799 position: absolute;
799 position: absolute;
800 left: -1500px;
800 left: -1500px;
801 }
801 }
802 .yui-dt-scrollable tbody { -moz-outline: 0 }
802 .yui-dt-scrollable tbody { -moz-outline: 0 }
803 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
803 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
804 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
804 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
805 .yui-dt-coltarget {
805 .yui-dt-coltarget {
806 position: absolute;
806 position: absolute;
807 z-index: 999;
807 z-index: 999;
808 }
808 }
809 .yui-dt-hd { zoom: 1 }
809 .yui-dt-hd { zoom: 1 }
810 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
810 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
811 .yui-dt-resizer {
811 .yui-dt-resizer {
812 position: absolute;
812 position: absolute;
813 right: 0;
813 right: 0;
814 bottom: 0;
814 bottom: 0;
815 height: 100%;
815 height: 100%;
816 cursor: e-resize;
816 cursor: e-resize;
817 cursor: col-resize;
817 cursor: col-resize;
818 background-color: #CCC;
818 background-color: #CCC;
819 opacity: 0;
819 opacity: 0;
820 filter: alpha(opacity=0);
820 filter: alpha(opacity=0);
821 }
821 }
822 .yui-dt-resizerproxy {
822 .yui-dt-resizerproxy {
823 visibility: hidden;
823 visibility: hidden;
824 position: absolute;
824 position: absolute;
825 z-index: 9000;
825 z-index: 9000;
826 background-color: #CCC;
826 background-color: #CCC;
827 opacity: 0;
827 opacity: 0;
828 filter: alpha(opacity=0);
828 filter: alpha(opacity=0);
829 }
829 }
830 th.yui-dt-hidden .yui-dt-liner,
830 th.yui-dt-hidden .yui-dt-liner,
831 td.yui-dt-hidden .yui-dt-liner,
831 td.yui-dt-hidden .yui-dt-liner,
832 th.yui-dt-hidden .yui-dt-resizer { display: none }
832 th.yui-dt-hidden .yui-dt-resizer { display: none }
833 .yui-dt-editor,
833 .yui-dt-editor,
834 .yui-dt-editor-shim {
834 .yui-dt-editor-shim {
835 position: absolute;
835 position: absolute;
836 z-index: 9000;
836 z-index: 9000;
837 }
837 }
838 .yui-skin-sam .yui-dt table {
838 .yui-skin-sam .yui-dt table {
839 margin: 0;
839 margin: 0;
840 padding: 0;
840 padding: 0;
841 font-family: arial;
841 font-family: arial;
842 font-size: inherit;
842 font-size: inherit;
843 border-collapse: separate;
843 border-collapse: separate;
844 *border-collapse: collapse;
844 *border-collapse: collapse;
845 border-spacing: 0;
845 border-spacing: 0;
846 border: 1px solid #7f7f7f;
846 border: 1px solid #7f7f7f;
847 }
847 }
848 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
848 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
849 .yui-skin-sam .yui-dt caption {
849 .yui-skin-sam .yui-dt caption {
850 color: #000;
850 color: #000;
851 font-size: 85%;
851 font-size: 85%;
852 font-weight: normal;
852 font-weight: normal;
853 font-style: italic;
853 font-style: italic;
854 line-height: 1;
854 line-height: 1;
855 padding: 1em 0;
855 padding: 1em 0;
856 text-align: center;
856 text-align: center;
857 }
857 }
858 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
858 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
859 .yui-skin-sam .yui-dt th,
859 .yui-skin-sam .yui-dt th,
860 .yui-skin-sam .yui-dt th a {
860 .yui-skin-sam .yui-dt th a {
861 font-weight: normal;
861 font-weight: normal;
862 text-decoration: none;
862 text-decoration: none;
863 color: #000;
863 color: #000;
864 vertical-align: bottom;
864 vertical-align: bottom;
865 }
865 }
866 .yui-skin-sam .yui-dt th {
866 .yui-skin-sam .yui-dt th {
867 margin: 0;
867 margin: 0;
868 padding: 0;
868 padding: 0;
869 border: 0;
869 border: 0;
870 border-right: 1px solid #cbcbcb;
870 border-right: 1px solid #cbcbcb;
871 }
871 }
872 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
872 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
873 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
873 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
874 .yui-skin-sam .yui-dt-liner {
874 .yui-skin-sam .yui-dt-liner {
875 margin: 0;
875 margin: 0;
876 padding: 0;
876 padding: 0;
877 }
877 }
878 .yui-skin-sam .yui-dt-coltarget {
878 .yui-skin-sam .yui-dt-coltarget {
879 width: 5px;
879 width: 5px;
880 background-color: red;
880 background-color: red;
881 }
881 }
882 .yui-skin-sam .yui-dt td {
882 .yui-skin-sam .yui-dt td {
883 margin: 0;
883 margin: 0;
884 padding: 0;
884 padding: 0;
885 border: 0;
885 border: 0;
886 border-right: 1px solid #cbcbcb;
886 border-right: 1px solid #cbcbcb;
887 text-align: left;
887 text-align: left;
888 }
888 }
889 .yui-skin-sam .yui-dt-list td { border-right: 0 }
889 .yui-skin-sam .yui-dt-list td { border-right: 0 }
890 .yui-skin-sam .yui-dt-resizer { width: 6px }
890 .yui-skin-sam .yui-dt-resizer { width: 6px }
891 .yui-skin-sam .yui-dt-mask {
891 .yui-skin-sam .yui-dt-mask {
892 background-color: #000;
892 background-color: #000;
893 opacity: .25;
893 opacity: .25;
894 filter: alpha(opacity=25);
894 filter: alpha(opacity=25);
895 }
895 }
896 .yui-skin-sam .yui-dt-message { background-color: #FFF }
896 .yui-skin-sam .yui-dt-message { background-color: #FFF }
897 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
897 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
898 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
898 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
899 border-left: 1px solid #7f7f7f;
899 border-left: 1px solid #7f7f7f;
900 border-top: 1px solid #7f7f7f;
900 border-top: 1px solid #7f7f7f;
901 border-right: 1px solid #7f7f7f;
901 border-right: 1px solid #7f7f7f;
902 }
902 }
903 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
903 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
904 border-left: 1px solid #7f7f7f;
904 border-left: 1px solid #7f7f7f;
905 border-bottom: 1px solid #7f7f7f;
905 border-bottom: 1px solid #7f7f7f;
906 border-right: 1px solid #7f7f7f;
906 border-right: 1px solid #7f7f7f;
907 background-color: #FFF;
907 background-color: #FFF;
908 }
908 }
909 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
909 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
910 .yui-skin-sam th.yui-dt-asc,
910 .yui-skin-sam th.yui-dt-asc,
911 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
911 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
912 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
912 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
913 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
913 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
914 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
914 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
915 tbody .yui-dt-editable { cursor: pointer }
915 tbody .yui-dt-editable { cursor: pointer }
916 .yui-dt-editor {
916 .yui-dt-editor {
917 text-align: left;
917 text-align: left;
918 background-color: #f2f2f2;
918 background-color: #f2f2f2;
919 border: 1px solid #808080;
919 border: 1px solid #808080;
920 padding: 6px;
920 padding: 6px;
921 }
921 }
922 .yui-dt-editor label {
922 .yui-dt-editor label {
923 padding-left: 4px;
923 padding-left: 4px;
924 padding-right: 6px;
924 padding-right: 6px;
925 }
925 }
926 .yui-dt-editor .yui-dt-button {
926 .yui-dt-editor .yui-dt-button {
927 padding-top: 6px;
927 padding-top: 6px;
928 text-align: right;
928 text-align: right;
929 }
929 }
930 .yui-dt-editor .yui-dt-button button {
930 .yui-dt-editor .yui-dt-button button {
931 background: url(../images/sprite.png) repeat-x 0 0;
931 background: url(../images/sprite.png) repeat-x 0 0;
932 border: 1px solid #999;
932 border: 1px solid #999;
933 width: 4em;
933 width: 4em;
934 height: 1.8em;
934 height: 1.8em;
935 margin-left: 6px;
935 margin-left: 6px;
936 }
936 }
937 .yui-dt-editor .yui-dt-button button.yui-dt-default {
937 .yui-dt-editor .yui-dt-button button.yui-dt-default {
938 background: url(../images/sprite.png) repeat-x 0 -1400px;
938 background: url(../images/sprite.png) repeat-x 0 -1400px;
939 background-color: #5584e0;
939 background-color: #5584e0;
940 border: 1px solid #304369;
940 border: 1px solid #304369;
941 color: #FFF;
941 color: #FFF;
942 }
942 }
943 .yui-dt-editor .yui-dt-button button:hover {
943 .yui-dt-editor .yui-dt-button button:hover {
944 background: url(../images/sprite.png) repeat-x 0 -1300px;
944 background: url(../images/sprite.png) repeat-x 0 -1300px;
945 color: #000;
945 color: #000;
946 }
946 }
947 .yui-dt-editor .yui-dt-button button:active {
947 .yui-dt-editor .yui-dt-button button:active {
948 background: url(../images/sprite.png) repeat-x 0 -1700px;
948 background: url(../images/sprite.png) repeat-x 0 -1700px;
949 color: #000;
949 color: #000;
950 }
950 }
951 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
951 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
952 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
952 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
953 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
953 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
954 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
954 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
955 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
955 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
956 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
956 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
957 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
957 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
958 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
958 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
959 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
959 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
960 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
960 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
961 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
961 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
962 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
962 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
963 .yui-skin-sam th.yui-dt-highlighted,
963 .yui-skin-sam th.yui-dt-highlighted,
964 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
964 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
965 .yui-skin-sam tr.yui-dt-highlighted,
965 .yui-skin-sam tr.yui-dt-highlighted,
966 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
966 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
967 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
967 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
968 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
968 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
969 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
969 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
970 cursor: pointer;
970 cursor: pointer;
971 background-color: #b2d2ff;
971 background-color: #b2d2ff;
972 }
972 }
973 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
973 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
974 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
974 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
975 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
975 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
976 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
976 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
977 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
977 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
978 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
978 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
979 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
979 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
980 cursor: pointer;
980 cursor: pointer;
981 background-color: #b2d2ff;
981 background-color: #b2d2ff;
982 }
982 }
983 .yui-skin-sam th.yui-dt-selected,
983 .yui-skin-sam th.yui-dt-selected,
984 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
984 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
985 .yui-skin-sam tr.yui-dt-selected td,
985 .yui-skin-sam tr.yui-dt-selected td,
986 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
986 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
987 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
987 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
988 background-color: #426fd9;
988 background-color: #426fd9;
989 color: #FFF;
989 color: #FFF;
990 }
990 }
991 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
991 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
992 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
992 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
993 background-color: #446cd7;
993 background-color: #446cd7;
994 color: #FFF;
994 color: #FFF;
995 }
995 }
996 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
996 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
997 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
997 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
998 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
998 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
999 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
999 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
1000 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
1000 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
1001 background-color: #426fd9;
1001 background-color: #426fd9;
1002 color: #FFF;
1002 color: #FFF;
1003 }
1003 }
1004 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
1004 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
1005 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
1005 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
1006 background-color: #446cd7;
1006 background-color: #446cd7;
1007 color: #FFF;
1007 color: #FFF;
1008 }
1008 }
1009 .yui-skin-sam .yui-dt-paginator {
1009 .yui-skin-sam .yui-dt-paginator {
1010 display: block;
1010 display: block;
1011 margin: 6px 0;
1011 margin: 6px 0;
1012 white-space: nowrap;
1012 white-space: nowrap;
1013 }
1013 }
1014 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
1014 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
1015 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
1015 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
1016 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
1016 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
1017 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
1017 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
1018 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
1018 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
1019 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
1019 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
1020 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
1020 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
1021 .yui-skin-sam a.yui-dt-page {
1021 .yui-skin-sam a.yui-dt-page {
1022 border: 1px solid #cbcbcb;
1022 border: 1px solid #cbcbcb;
1023 padding: 2px 6px;
1023 padding: 2px 6px;
1024 text-decoration: none;
1024 text-decoration: none;
1025 background-color: #fff;
1025 background-color: #fff;
1026 }
1026 }
1027 .yui-skin-sam .yui-dt-selected {
1027 .yui-skin-sam .yui-dt-selected {
1028 border: 1px solid #fff;
1028 border: 1px solid #fff;
1029 background-color: #fff;
1029 background-color: #fff;
1030 }
1030 }
1031
1031
1032 #content #left {
1032 #content #left {
1033 left: 0;
1033 left: 0;
1034 width: 280px;
1034 width: 280px;
1035 position: absolute;
1035 position: absolute;
1036 }
1036 }
1037
1037
1038 #content #right {
1038 #content #right {
1039 margin: 0 60px 10px 290px;
1039 margin: 0 60px 10px 290px;
1040 }
1040 }
1041
1041
1042 #content div.box {
1042 #content div.box {
1043 clear: both;
1043 clear: both;
1044 overflow: hidden;
1044 overflow: hidden;
1045 background: #fff;
1045 background: #fff;
1046 margin: 0 0 10px;
1046 margin: 0 0 10px;
1047 padding: 0 0 10px;
1047 padding: 0 0 10px;
1048 -webkit-border-radius: 4px 4px 4px 4px;
1048 -webkit-border-radius: 4px 4px 4px 4px;
1049 -khtml-border-radius: 4px 4px 4px 4px;
1049 -khtml-border-radius: 4px 4px 4px 4px;
1050 -moz-border-radius: 4px 4px 4px 4px;
1050 -moz-border-radius: 4px 4px 4px 4px;
1051 border-radius: 4px 4px 4px 4px;
1051 border-radius: 4px 4px 4px 4px;
1052 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1052 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1053 }
1053 }
1054
1054
1055 #content div.box-left {
1055 #content div.box-left {
1056 width: 49%;
1056 width: 49%;
1057 clear: none;
1057 clear: none;
1058 float: left;
1058 float: left;
1059 margin: 0 0 10px;
1059 margin: 0 0 10px;
1060 }
1060 }
1061
1061
1062 #content div.box-right {
1062 #content div.box-right {
1063 width: 49%;
1063 width: 49%;
1064 clear: none;
1064 clear: none;
1065 float: right;
1065 float: right;
1066 margin: 0 0 10px;
1066 margin: 0 0 10px;
1067 }
1067 }
1068
1068
1069 #content div.box div.title {
1069 #content div.box div.title {
1070 clear: both;
1070 clear: both;
1071 overflow: hidden;
1071 overflow: hidden;
1072 background-color: #003B76;
1072 background-color: #003B76;
1073 background-repeat: repeat-x;
1073 background-repeat: repeat-x;
1074 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1074 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1075 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1075 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1076 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1076 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1077 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1077 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1078 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1078 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1079 background-image: -o-linear-gradient(top, #003b76, #00376e);
1079 background-image: -o-linear-gradient(top, #003b76, #00376e);
1080 background-image: linear-gradient(top, #003b76, #00376e);
1080 background-image: linear-gradient(top, #003b76, #00376e);
1081 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1081 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1082 margin: 0 0 20px;
1082 margin: 0 0 20px;
1083 padding: 0;
1083 padding: 0;
1084 }
1084 }
1085
1085
1086 #content div.box div.title h5 {
1086 #content div.box div.title h5 {
1087 float: left;
1087 float: left;
1088 border: none;
1088 border: none;
1089 color: #fff;
1089 color: #fff;
1090 text-transform: uppercase;
1090 text-transform: uppercase;
1091 margin: 0;
1091 margin: 0;
1092 padding: 11px 0 11px 10px;
1092 padding: 11px 0 11px 10px;
1093 }
1093 }
1094
1094
1095 #content div.box div.title .link-white{
1095 #content div.box div.title .link-white{
1096 color: #FFFFFF;
1096 color: #FFFFFF;
1097 }
1097 }
1098
1098
1099 #content div.box div.title ul.links li {
1099 #content div.box div.title ul.links li {
1100 list-style: none;
1100 list-style: none;
1101 float: left;
1101 float: left;
1102 margin: 0;
1102 margin: 0;
1103 padding: 0;
1103 padding: 0;
1104 }
1104 }
1105
1105
1106 #content div.box div.title ul.links li a {
1106 #content div.box div.title ul.links li a {
1107 border-left: 1px solid #316293;
1107 border-left: 1px solid #316293;
1108 color: #FFFFFF;
1108 color: #FFFFFF;
1109 display: block;
1109 display: block;
1110 float: left;
1110 float: left;
1111 font-size: 13px;
1111 font-size: 13px;
1112 font-weight: 700;
1112 font-weight: 700;
1113 height: 1%;
1113 height: 1%;
1114 margin: 0;
1114 margin: 0;
1115 padding: 11px 22px 12px;
1115 padding: 11px 22px 12px;
1116 text-decoration: none;
1116 text-decoration: none;
1117 }
1117 }
1118
1118
1119 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1119 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1120 {
1120 {
1121 clear: both;
1121 clear: both;
1122 overflow: hidden;
1122 overflow: hidden;
1123 border-bottom: 1px solid #DDD;
1123 border-bottom: 1px solid #DDD;
1124 margin: 10px 20px;
1124 margin: 10px 20px;
1125 padding: 0 0 15px;
1125 padding: 0 0 15px;
1126 }
1126 }
1127
1127
1128 #content div.box p {
1128 #content div.box p {
1129 color: #5f5f5f;
1129 color: #5f5f5f;
1130 font-size: 12px;
1130 font-size: 12px;
1131 line-height: 150%;
1131 line-height: 150%;
1132 margin: 0 24px 10px;
1132 margin: 0 24px 10px;
1133 padding: 0;
1133 padding: 0;
1134 }
1134 }
1135
1135
1136 #content div.box blockquote {
1136 #content div.box blockquote {
1137 border-left: 4px solid #DDD;
1137 border-left: 4px solid #DDD;
1138 color: #5f5f5f;
1138 color: #5f5f5f;
1139 font-size: 11px;
1139 font-size: 11px;
1140 line-height: 150%;
1140 line-height: 150%;
1141 margin: 0 34px;
1141 margin: 0 34px;
1142 padding: 0 0 0 14px;
1142 padding: 0 0 0 14px;
1143 }
1143 }
1144
1144
1145 #content div.box blockquote p {
1145 #content div.box blockquote p {
1146 margin: 10px 0;
1146 margin: 10px 0;
1147 padding: 0;
1147 padding: 0;
1148 }
1148 }
1149
1149
1150 #content div.box dl {
1150 #content div.box dl {
1151 margin: 10px 0px;
1151 margin: 10px 0px;
1152 }
1152 }
1153
1153
1154 #content div.box dt {
1154 #content div.box dt {
1155 font-size: 12px;
1155 font-size: 12px;
1156 margin: 0;
1156 margin: 0;
1157 }
1157 }
1158
1158
1159 #content div.box dd {
1159 #content div.box dd {
1160 font-size: 12px;
1160 font-size: 12px;
1161 margin: 0;
1161 margin: 0;
1162 padding: 8px 0 8px 15px;
1162 padding: 8px 0 8px 15px;
1163 }
1163 }
1164
1164
1165 #content div.box li {
1165 #content div.box li {
1166 font-size: 12px;
1166 font-size: 12px;
1167 padding: 4px 0;
1167 padding: 4px 0;
1168 }
1168 }
1169
1169
1170 #content div.box ul.disc,#content div.box ul.circle {
1170 #content div.box ul.disc,#content div.box ul.circle {
1171 margin: 10px 24px 10px 38px;
1171 margin: 10px 24px 10px 38px;
1172 }
1172 }
1173
1173
1174 #content div.box ul.square {
1174 #content div.box ul.square {
1175 margin: 10px 24px 10px 40px;
1175 margin: 10px 24px 10px 40px;
1176 }
1176 }
1177
1177
1178 #content div.box img.left {
1178 #content div.box img.left {
1179 border: none;
1179 border: none;
1180 float: left;
1180 float: left;
1181 margin: 10px 10px 10px 0;
1181 margin: 10px 10px 10px 0;
1182 }
1182 }
1183
1183
1184 #content div.box img.right {
1184 #content div.box img.right {
1185 border: none;
1185 border: none;
1186 float: right;
1186 float: right;
1187 margin: 10px 0 10px 10px;
1187 margin: 10px 0 10px 10px;
1188 }
1188 }
1189
1189
1190 #content div.box div.messages {
1190 #content div.box div.messages {
1191 clear: both;
1191 clear: both;
1192 overflow: hidden;
1192 overflow: hidden;
1193 margin: 0 20px;
1193 margin: 0 20px;
1194 padding: 0;
1194 padding: 0;
1195 }
1195 }
1196
1196
1197 #content div.box div.message {
1197 #content div.box div.message {
1198 clear: both;
1198 clear: both;
1199 overflow: hidden;
1199 overflow: hidden;
1200 margin: 0;
1200 margin: 0;
1201 padding: 5px 0;
1201 padding: 5px 0;
1202 white-space: pre-wrap;
1202 white-space: pre-wrap;
1203 }
1203 }
1204 #content div.box div.expand {
1204 #content div.box div.expand {
1205 width: 110%;
1205 width: 110%;
1206 height:14px;
1206 height:14px;
1207 font-size:10px;
1207 font-size:10px;
1208 text-align:center;
1208 text-align:center;
1209 cursor: pointer;
1209 cursor: pointer;
1210 color:#666;
1210 color:#666;
1211
1211
1212 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)));
1212 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)));
1213 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1213 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1214 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1214 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1215 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1215 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1216 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1216 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1217 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1217 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1218
1218
1219 display: none;
1219 display: none;
1220 }
1220 }
1221 #content div.box div.expand .expandtext {
1221 #content div.box div.expand .expandtext {
1222 background-color: #ffffff;
1222 background-color: #ffffff;
1223 padding: 2px;
1223 padding: 2px;
1224 border-radius: 2px;
1224 border-radius: 2px;
1225 }
1225 }
1226
1226
1227 #content div.box div.message a {
1227 #content div.box div.message a {
1228 font-weight: 400 !important;
1228 font-weight: 400 !important;
1229 }
1229 }
1230
1230
1231 #content div.box div.message div.image {
1231 #content div.box div.message div.image {
1232 float: left;
1232 float: left;
1233 margin: 9px 0 0 5px;
1233 margin: 9px 0 0 5px;
1234 padding: 6px;
1234 padding: 6px;
1235 }
1235 }
1236
1236
1237 #content div.box div.message div.image img {
1237 #content div.box div.message div.image img {
1238 vertical-align: middle;
1238 vertical-align: middle;
1239 margin: 0;
1239 margin: 0;
1240 }
1240 }
1241
1241
1242 #content div.box div.message div.text {
1242 #content div.box div.message div.text {
1243 float: left;
1243 float: left;
1244 margin: 0;
1244 margin: 0;
1245 padding: 9px 6px;
1245 padding: 9px 6px;
1246 }
1246 }
1247
1247
1248 #content div.box div.message div.dismiss a {
1248 #content div.box div.message div.dismiss a {
1249 height: 16px;
1249 height: 16px;
1250 width: 16px;
1250 width: 16px;
1251 display: block;
1251 display: block;
1252 background: url("../images/icons/cross.png") no-repeat;
1252 background: url("../images/icons/cross.png") no-repeat;
1253 margin: 15px 14px 0 0;
1253 margin: 15px 14px 0 0;
1254 padding: 0;
1254 padding: 0;
1255 }
1255 }
1256
1256
1257 #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
1257 #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
1258 {
1258 {
1259 border: none;
1259 border: none;
1260 margin: 0;
1260 margin: 0;
1261 padding: 0;
1261 padding: 0;
1262 }
1262 }
1263
1263
1264 #content div.box div.message div.text span {
1264 #content div.box div.message div.text span {
1265 height: 1%;
1265 height: 1%;
1266 display: block;
1266 display: block;
1267 margin: 0;
1267 margin: 0;
1268 padding: 5px 0 0;
1268 padding: 5px 0 0;
1269 }
1269 }
1270
1270
1271 #content div.box div.message-error {
1271 #content div.box div.message-error {
1272 height: 1%;
1272 height: 1%;
1273 clear: both;
1273 clear: both;
1274 overflow: hidden;
1274 overflow: hidden;
1275 background: #FBE3E4;
1275 background: #FBE3E4;
1276 border: 1px solid #FBC2C4;
1276 border: 1px solid #FBC2C4;
1277 color: #860006;
1277 color: #860006;
1278 }
1278 }
1279
1279
1280 #content div.box div.message-error h6 {
1280 #content div.box div.message-error h6 {
1281 color: #860006;
1281 color: #860006;
1282 }
1282 }
1283
1283
1284 #content div.box div.message-warning {
1284 #content div.box div.message-warning {
1285 height: 1%;
1285 height: 1%;
1286 clear: both;
1286 clear: both;
1287 overflow: hidden;
1287 overflow: hidden;
1288 background: #FFF6BF;
1288 background: #FFF6BF;
1289 border: 1px solid #FFD324;
1289 border: 1px solid #FFD324;
1290 color: #5f5200;
1290 color: #5f5200;
1291 }
1291 }
1292
1292
1293 #content div.box div.message-warning h6 {
1293 #content div.box div.message-warning h6 {
1294 color: #5f5200;
1294 color: #5f5200;
1295 }
1295 }
1296
1296
1297 #content div.box div.message-notice {
1297 #content div.box div.message-notice {
1298 height: 1%;
1298 height: 1%;
1299 clear: both;
1299 clear: both;
1300 overflow: hidden;
1300 overflow: hidden;
1301 background: #8FBDE0;
1301 background: #8FBDE0;
1302 border: 1px solid #6BACDE;
1302 border: 1px solid #6BACDE;
1303 color: #003863;
1303 color: #003863;
1304 }
1304 }
1305
1305
1306 #content div.box div.message-notice h6 {
1306 #content div.box div.message-notice h6 {
1307 color: #003863;
1307 color: #003863;
1308 }
1308 }
1309
1309
1310 #content div.box div.message-success {
1310 #content div.box div.message-success {
1311 height: 1%;
1311 height: 1%;
1312 clear: both;
1312 clear: both;
1313 overflow: hidden;
1313 overflow: hidden;
1314 background: #E6EFC2;
1314 background: #E6EFC2;
1315 border: 1px solid #C6D880;
1315 border: 1px solid #C6D880;
1316 color: #4e6100;
1316 color: #4e6100;
1317 }
1317 }
1318
1318
1319 #content div.box div.message-success h6 {
1319 #content div.box div.message-success h6 {
1320 color: #4e6100;
1320 color: #4e6100;
1321 }
1321 }
1322
1322
1323 #content div.box div.form div.fields div.field {
1323 #content div.box div.form div.fields div.field {
1324 height: 1%;
1324 height: 1%;
1325 border-bottom: 1px solid #DDD;
1325 border-bottom: 1px solid #DDD;
1326 clear: both;
1326 clear: both;
1327 margin: 0;
1327 margin: 0;
1328 padding: 10px 0;
1328 padding: 10px 0;
1329 }
1329 }
1330
1330
1331 #content div.box div.form div.fields div.field-first {
1331 #content div.box div.form div.fields div.field-first {
1332 padding: 0 0 10px;
1332 padding: 0 0 10px;
1333 }
1333 }
1334
1334
1335 #content div.box div.form div.fields div.field-noborder {
1335 #content div.box div.form div.fields div.field-noborder {
1336 border-bottom: 0 !important;
1336 border-bottom: 0 !important;
1337 }
1337 }
1338
1338
1339 #content div.box div.form div.fields div.field span.error-message {
1339 #content div.box div.form div.fields div.field span.error-message {
1340 height: 1%;
1340 height: 1%;
1341 display: inline-block;
1341 display: inline-block;
1342 color: red;
1342 color: red;
1343 margin: 8px 0 0 4px;
1343 margin: 8px 0 0 4px;
1344 padding: 0;
1344 padding: 0;
1345 }
1345 }
1346
1346
1347 #content div.box div.form div.fields div.field span.success {
1347 #content div.box div.form div.fields div.field span.success {
1348 height: 1%;
1348 height: 1%;
1349 display: block;
1349 display: block;
1350 color: #316309;
1350 color: #316309;
1351 margin: 8px 0 0;
1351 margin: 8px 0 0;
1352 padding: 0;
1352 padding: 0;
1353 }
1353 }
1354
1354
1355 #content div.box div.form div.fields div.field div.label {
1355 #content div.box div.form div.fields div.field div.label {
1356 left: 70px;
1356 left: 70px;
1357 width: 155px;
1357 width: 155px;
1358 position: absolute;
1358 position: absolute;
1359 margin: 0;
1359 margin: 0;
1360 padding: 5px 0 0 0px;
1360 padding: 5px 0 0 0px;
1361 }
1361 }
1362
1362
1363 #content div.box div.form div.fields div.field div.label-summary {
1363 #content div.box div.form div.fields div.field div.label-summary {
1364 left: 30px;
1364 left: 30px;
1365 width: 155px;
1365 width: 155px;
1366 position: absolute;
1366 position: absolute;
1367 margin: 0;
1367 margin: 0;
1368 padding: 0px 0 0 0px;
1368 padding: 0px 0 0 0px;
1369 }
1369 }
1370
1370
1371 #content div.box-left div.form div.fields div.field div.label,
1371 #content div.box-left div.form div.fields div.field div.label,
1372 #content div.box-right div.form div.fields div.field div.label,
1372 #content div.box-right div.form div.fields div.field div.label,
1373 #content div.box-left div.form div.fields div.field div.label,
1373 #content div.box-left div.form div.fields div.field div.label,
1374 #content div.box-left div.form div.fields div.field div.label-summary,
1374 #content div.box-left div.form div.fields div.field div.label-summary,
1375 #content div.box-right div.form div.fields div.field div.label-summary,
1375 #content div.box-right div.form div.fields div.field div.label-summary,
1376 #content div.box-left div.form div.fields div.field div.label-summary
1376 #content div.box-left div.form div.fields div.field div.label-summary
1377 {
1377 {
1378 clear: both;
1378 clear: both;
1379 overflow: hidden;
1379 overflow: hidden;
1380 left: 0;
1380 left: 0;
1381 width: auto;
1381 width: auto;
1382 position: relative;
1382 position: relative;
1383 margin: 0;
1383 margin: 0;
1384 padding: 0 0 8px;
1384 padding: 0 0 8px;
1385 }
1385 }
1386
1386
1387 #content div.box div.form div.fields div.field div.label-select {
1387 #content div.box div.form div.fields div.field div.label-select {
1388 padding: 5px 0 0 5px;
1388 padding: 5px 0 0 5px;
1389 }
1389 }
1390
1390
1391 #content div.box-left div.form div.fields div.field div.label-select,
1391 #content div.box-left div.form div.fields div.field div.label-select,
1392 #content div.box-right div.form div.fields div.field div.label-select
1392 #content div.box-right div.form div.fields div.field div.label-select
1393 {
1393 {
1394 padding: 0 0 8px;
1394 padding: 0 0 8px;
1395 }
1395 }
1396
1396
1397 #content div.box-left div.form div.fields div.field div.label-textarea,
1397 #content div.box-left div.form div.fields div.field div.label-textarea,
1398 #content div.box-right div.form div.fields div.field div.label-textarea
1398 #content div.box-right div.form div.fields div.field div.label-textarea
1399 {
1399 {
1400 padding: 0 0 8px !important;
1400 padding: 0 0 8px !important;
1401 }
1401 }
1402
1402
1403 #content div.box div.form div.fields div.field div.label label,div.label label
1403 #content div.box div.form div.fields div.field div.label label,div.label label
1404 {
1404 {
1405 color: #393939;
1405 color: #393939;
1406 font-weight: 700;
1406 font-weight: 700;
1407 }
1407 }
1408 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1408 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1409 {
1409 {
1410 color: #393939;
1410 color: #393939;
1411 font-weight: 700;
1411 font-weight: 700;
1412 }
1412 }
1413 #content div.box div.form div.fields div.field div.input {
1413 #content div.box div.form div.fields div.field div.input {
1414 margin: 0 0 0 200px;
1414 margin: 0 0 0 200px;
1415 }
1415 }
1416
1416
1417 #content div.box div.form div.fields div.field div.input.summary {
1417 #content div.box div.form div.fields div.field div.input.summary {
1418 margin: 0 0 0 110px;
1418 margin: 0 0 0 110px;
1419 }
1419 }
1420 #content div.box div.form div.fields div.field div.input.summary-short {
1420 #content div.box div.form div.fields div.field div.input.summary-short {
1421 margin: 0 0 0 110px;
1421 margin: 0 0 0 110px;
1422 }
1422 }
1423 #content div.box div.form div.fields div.field div.file {
1423 #content div.box div.form div.fields div.field div.file {
1424 margin: 0 0 0 200px;
1424 margin: 0 0 0 200px;
1425 }
1425 }
1426
1426
1427 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1427 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1428 {
1428 {
1429 margin: 0 0 0 0px;
1429 margin: 0 0 0 0px;
1430 }
1430 }
1431
1431
1432 #content div.box div.form div.fields div.field div.input input {
1432 #content div.box div.form div.fields div.field div.input input {
1433 background: #FFF;
1433 background: #FFF;
1434 border-top: 1px solid #b3b3b3;
1434 border-top: 1px solid #b3b3b3;
1435 border-left: 1px solid #b3b3b3;
1435 border-left: 1px solid #b3b3b3;
1436 border-right: 1px solid #eaeaea;
1436 border-right: 1px solid #eaeaea;
1437 border-bottom: 1px solid #eaeaea;
1437 border-bottom: 1px solid #eaeaea;
1438 color: #000;
1438 color: #000;
1439 font-size: 11px;
1439 font-size: 11px;
1440 margin: 0;
1440 margin: 0;
1441 padding: 7px 7px 6px;
1441 padding: 7px 7px 6px;
1442 }
1442 }
1443
1443
1444 #content div.box div.form div.fields div.field div.input input#clone_url,
1444 #content div.box div.form div.fields div.field div.input input#clone_url,
1445 #content div.box div.form div.fields div.field div.input input#clone_url_id
1445 #content div.box div.form div.fields div.field div.input input#clone_url_id
1446 {
1446 {
1447 font-size: 16px;
1447 font-size: 16px;
1448 padding: 2px;
1448 padding: 2px;
1449 }
1449 }
1450
1450
1451 #content div.box div.form div.fields div.field div.file input {
1451 #content div.box div.form div.fields div.field div.file input {
1452 background: none repeat scroll 0 0 #FFFFFF;
1452 background: none repeat scroll 0 0 #FFFFFF;
1453 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1453 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1454 border-style: solid;
1454 border-style: solid;
1455 border-width: 1px;
1455 border-width: 1px;
1456 color: #000000;
1456 color: #000000;
1457 font-size: 11px;
1457 font-size: 11px;
1458 margin: 0;
1458 margin: 0;
1459 padding: 7px 7px 6px;
1459 padding: 7px 7px 6px;
1460 }
1460 }
1461
1461
1462 input.disabled {
1462 input.disabled {
1463 background-color: #F5F5F5 !important;
1463 background-color: #F5F5F5 !important;
1464 }
1464 }
1465 #content div.box div.form div.fields div.field div.input input.small {
1465 #content div.box div.form div.fields div.field div.input input.small {
1466 width: 30%;
1466 width: 30%;
1467 }
1467 }
1468
1468
1469 #content div.box div.form div.fields div.field div.input input.medium {
1469 #content div.box div.form div.fields div.field div.input input.medium {
1470 width: 55%;
1470 width: 55%;
1471 }
1471 }
1472
1472
1473 #content div.box div.form div.fields div.field div.input input.large {
1473 #content div.box div.form div.fields div.field div.input input.large {
1474 width: 85%;
1474 width: 85%;
1475 }
1475 }
1476
1476
1477 #content div.box div.form div.fields div.field div.input input.date {
1477 #content div.box div.form div.fields div.field div.input input.date {
1478 width: 177px;
1478 width: 177px;
1479 }
1479 }
1480
1480
1481 #content div.box div.form div.fields div.field div.input input.button {
1481 #content div.box div.form div.fields div.field div.input input.button {
1482 background: #D4D0C8;
1482 background: #D4D0C8;
1483 border-top: 1px solid #FFF;
1483 border-top: 1px solid #FFF;
1484 border-left: 1px solid #FFF;
1484 border-left: 1px solid #FFF;
1485 border-right: 1px solid #404040;
1485 border-right: 1px solid #404040;
1486 border-bottom: 1px solid #404040;
1486 border-bottom: 1px solid #404040;
1487 color: #000;
1487 color: #000;
1488 margin: 0;
1488 margin: 0;
1489 padding: 4px 8px;
1489 padding: 4px 8px;
1490 }
1490 }
1491
1491
1492 #content div.box div.form div.fields div.field div.textarea {
1492 #content div.box div.form div.fields div.field div.textarea {
1493 border-top: 1px solid #b3b3b3;
1493 border-top: 1px solid #b3b3b3;
1494 border-left: 1px solid #b3b3b3;
1494 border-left: 1px solid #b3b3b3;
1495 border-right: 1px solid #eaeaea;
1495 border-right: 1px solid #eaeaea;
1496 border-bottom: 1px solid #eaeaea;
1496 border-bottom: 1px solid #eaeaea;
1497 margin: 0 0 0 200px;
1497 margin: 0 0 0 200px;
1498 padding: 10px;
1498 padding: 10px;
1499 }
1499 }
1500
1500
1501 #content div.box div.form div.fields div.field div.textarea-editor {
1501 #content div.box div.form div.fields div.field div.textarea-editor {
1502 border: 1px solid #ddd;
1502 border: 1px solid #ddd;
1503 padding: 0;
1503 padding: 0;
1504 }
1504 }
1505
1505
1506 #content div.box div.form div.fields div.field div.textarea textarea {
1506 #content div.box div.form div.fields div.field div.textarea textarea {
1507 width: 100%;
1507 width: 100%;
1508 height: 220px;
1508 height: 220px;
1509 overflow: hidden;
1509 overflow: hidden;
1510 background: #FFF;
1510 background: #FFF;
1511 color: #000;
1511 color: #000;
1512 font-size: 11px;
1512 font-size: 11px;
1513 outline: none;
1513 outline: none;
1514 border-width: 0;
1514 border-width: 0;
1515 margin: 0;
1515 margin: 0;
1516 padding: 0;
1516 padding: 0;
1517 }
1517 }
1518
1518
1519 #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
1519 #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
1520 {
1520 {
1521 width: 100%;
1521 width: 100%;
1522 height: 100px;
1522 height: 100px;
1523 }
1523 }
1524
1524
1525 #content div.box div.form div.fields div.field div.textarea table {
1525 #content div.box div.form div.fields div.field div.textarea table {
1526 width: 100%;
1526 width: 100%;
1527 border: none;
1527 border: none;
1528 margin: 0;
1528 margin: 0;
1529 padding: 0;
1529 padding: 0;
1530 }
1530 }
1531
1531
1532 #content div.box div.form div.fields div.field div.textarea table td {
1532 #content div.box div.form div.fields div.field div.textarea table td {
1533 background: #DDD;
1533 background: #DDD;
1534 border: none;
1534 border: none;
1535 padding: 0;
1535 padding: 0;
1536 }
1536 }
1537
1537
1538 #content div.box div.form div.fields div.field div.textarea table td table
1538 #content div.box div.form div.fields div.field div.textarea table td table
1539 {
1539 {
1540 width: auto;
1540 width: auto;
1541 border: none;
1541 border: none;
1542 margin: 0;
1542 margin: 0;
1543 padding: 0;
1543 padding: 0;
1544 }
1544 }
1545
1545
1546 #content div.box div.form div.fields div.field div.textarea table td table td
1546 #content div.box div.form div.fields div.field div.textarea table td table td
1547 {
1547 {
1548 font-size: 11px;
1548 font-size: 11px;
1549 padding: 5px 5px 5px 0;
1549 padding: 5px 5px 5px 0;
1550 }
1550 }
1551
1551
1552 #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
1552 #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
1553 {
1553 {
1554 background: #f6f6f6;
1554 background: #f6f6f6;
1555 border-color: #666;
1555 border-color: #666;
1556 }
1556 }
1557
1557
1558 div.form div.fields div.field div.button {
1558 div.form div.fields div.field div.button {
1559 margin: 0;
1559 margin: 0;
1560 padding: 0 0 0 8px;
1560 padding: 0 0 0 8px;
1561 }
1561 }
1562 #content div.box table.noborder {
1562 #content div.box table.noborder {
1563 border: 1px solid transparent;
1563 border: 1px solid transparent;
1564 }
1564 }
1565
1565
1566 #content div.box table {
1566 #content div.box table {
1567 width: 100%;
1567 width: 100%;
1568 border-collapse: separate;
1568 border-collapse: separate;
1569 margin: 0;
1569 margin: 0;
1570 padding: 0;
1570 padding: 0;
1571 border: 1px solid #eee;
1571 border: 1px solid #eee;
1572 -webkit-border-radius: 4px;
1572 -webkit-border-radius: 4px;
1573 -moz-border-radius: 4px;
1573 -moz-border-radius: 4px;
1574 border-radius: 4px;
1574 border-radius: 4px;
1575 }
1575 }
1576
1576
1577 #content div.box table th {
1577 #content div.box table th {
1578 background: #eee;
1578 background: #eee;
1579 border-bottom: 1px solid #ddd;
1579 border-bottom: 1px solid #ddd;
1580 padding: 5px 0px 5px 5px;
1580 padding: 5px 0px 5px 5px;
1581 }
1581 }
1582
1582
1583 #content div.box table th.left {
1583 #content div.box table th.left {
1584 text-align: left;
1584 text-align: left;
1585 }
1585 }
1586
1586
1587 #content div.box table th.right {
1587 #content div.box table th.right {
1588 text-align: right;
1588 text-align: right;
1589 }
1589 }
1590
1590
1591 #content div.box table th.center {
1591 #content div.box table th.center {
1592 text-align: center;
1592 text-align: center;
1593 }
1593 }
1594
1594
1595 #content div.box table th.selected {
1595 #content div.box table th.selected {
1596 vertical-align: middle;
1596 vertical-align: middle;
1597 padding: 0;
1597 padding: 0;
1598 }
1598 }
1599
1599
1600 #content div.box table td {
1600 #content div.box table td {
1601 background: #fff;
1601 background: #fff;
1602 border-bottom: 1px solid #cdcdcd;
1602 border-bottom: 1px solid #cdcdcd;
1603 vertical-align: middle;
1603 vertical-align: middle;
1604 padding: 5px;
1604 padding: 5px;
1605 }
1605 }
1606
1606
1607 #content div.box table tr.selected td {
1607 #content div.box table tr.selected td {
1608 background: #FFC;
1608 background: #FFC;
1609 }
1609 }
1610
1610
1611 #content div.box table td.selected {
1611 #content div.box table td.selected {
1612 width: 3%;
1612 width: 3%;
1613 text-align: center;
1613 text-align: center;
1614 vertical-align: middle;
1614 vertical-align: middle;
1615 padding: 0;
1615 padding: 0;
1616 }
1616 }
1617
1617
1618 #content div.box table td.action {
1618 #content div.box table td.action {
1619 width: 45%;
1619 width: 45%;
1620 text-align: left;
1620 text-align: left;
1621 }
1621 }
1622
1622
1623 #content div.box table td.date {
1623 #content div.box table td.date {
1624 width: 33%;
1624 width: 33%;
1625 text-align: center;
1625 text-align: center;
1626 }
1626 }
1627
1627
1628 #content div.box div.action {
1628 #content div.box div.action {
1629 float: right;
1629 float: right;
1630 background: #FFF;
1630 background: #FFF;
1631 text-align: right;
1631 text-align: right;
1632 margin: 10px 0 0;
1632 margin: 10px 0 0;
1633 padding: 0;
1633 padding: 0;
1634 }
1634 }
1635
1635
1636 #content div.box div.action select {
1636 #content div.box div.action select {
1637 font-size: 11px;
1637 font-size: 11px;
1638 margin: 0;
1638 margin: 0;
1639 }
1639 }
1640
1640
1641 #content div.box div.action .ui-selectmenu {
1641 #content div.box div.action .ui-selectmenu {
1642 margin: 0;
1642 margin: 0;
1643 padding: 0;
1643 padding: 0;
1644 }
1644 }
1645
1645
1646 #content div.box div.pagination {
1646 #content div.box div.pagination {
1647 height: 1%;
1647 height: 1%;
1648 clear: both;
1648 clear: both;
1649 overflow: hidden;
1649 overflow: hidden;
1650 margin: 10px 0 0;
1650 margin: 10px 0 0;
1651 padding: 0;
1651 padding: 0;
1652 }
1652 }
1653
1653
1654 #content div.box div.pagination ul.pager {
1654 #content div.box div.pagination ul.pager {
1655 float: right;
1655 float: right;
1656 text-align: right;
1656 text-align: right;
1657 margin: 0;
1657 margin: 0;
1658 padding: 0;
1658 padding: 0;
1659 }
1659 }
1660
1660
1661 #content div.box div.pagination ul.pager li {
1661 #content div.box div.pagination ul.pager li {
1662 height: 1%;
1662 height: 1%;
1663 float: left;
1663 float: left;
1664 list-style: none;
1664 list-style: none;
1665 background: #ebebeb url("../images/pager.png") repeat-x;
1665 background: #ebebeb url("../images/pager.png") repeat-x;
1666 border-top: 1px solid #dedede;
1666 border-top: 1px solid #dedede;
1667 border-left: 1px solid #cfcfcf;
1667 border-left: 1px solid #cfcfcf;
1668 border-right: 1px solid #c4c4c4;
1668 border-right: 1px solid #c4c4c4;
1669 border-bottom: 1px solid #c4c4c4;
1669 border-bottom: 1px solid #c4c4c4;
1670 color: #4A4A4A;
1670 color: #4A4A4A;
1671 font-weight: 700;
1671 font-weight: 700;
1672 margin: 0 0 0 4px;
1672 margin: 0 0 0 4px;
1673 padding: 0;
1673 padding: 0;
1674 }
1674 }
1675
1675
1676 #content div.box div.pagination ul.pager li.separator {
1676 #content div.box div.pagination ul.pager li.separator {
1677 padding: 6px;
1677 padding: 6px;
1678 }
1678 }
1679
1679
1680 #content div.box div.pagination ul.pager li.current {
1680 #content div.box div.pagination ul.pager li.current {
1681 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1681 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1682 border-top: 1px solid #ccc;
1682 border-top: 1px solid #ccc;
1683 border-left: 1px solid #bebebe;
1683 border-left: 1px solid #bebebe;
1684 border-right: 1px solid #b1b1b1;
1684 border-right: 1px solid #b1b1b1;
1685 border-bottom: 1px solid #afafaf;
1685 border-bottom: 1px solid #afafaf;
1686 color: #515151;
1686 color: #515151;
1687 padding: 6px;
1687 padding: 6px;
1688 }
1688 }
1689
1689
1690 #content div.box div.pagination ul.pager li a {
1690 #content div.box div.pagination ul.pager li a {
1691 height: 1%;
1691 height: 1%;
1692 display: block;
1692 display: block;
1693 float: left;
1693 float: left;
1694 color: #515151;
1694 color: #515151;
1695 text-decoration: none;
1695 text-decoration: none;
1696 margin: 0;
1696 margin: 0;
1697 padding: 6px;
1697 padding: 6px;
1698 }
1698 }
1699
1699
1700 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1700 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1701 {
1701 {
1702 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1702 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1703 border-top: 1px solid #ccc;
1703 border-top: 1px solid #ccc;
1704 border-left: 1px solid #bebebe;
1704 border-left: 1px solid #bebebe;
1705 border-right: 1px solid #b1b1b1;
1705 border-right: 1px solid #b1b1b1;
1706 border-bottom: 1px solid #afafaf;
1706 border-bottom: 1px solid #afafaf;
1707 margin: -1px;
1707 margin: -1px;
1708 }
1708 }
1709
1709
1710 #content div.box div.pagination-wh {
1710 #content div.box div.pagination-wh {
1711 height: 1%;
1711 height: 1%;
1712 clear: both;
1712 clear: both;
1713 overflow: hidden;
1713 overflow: hidden;
1714 text-align: right;
1714 text-align: right;
1715 margin: 10px 0 0;
1715 margin: 10px 0 0;
1716 padding: 0;
1716 padding: 0;
1717 }
1717 }
1718
1718
1719 #content div.box div.pagination-right {
1719 #content div.box div.pagination-right {
1720 float: right;
1720 float: right;
1721 }
1721 }
1722
1722
1723 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1723 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1724 {
1724 {
1725 height: 1%;
1725 height: 1%;
1726 float: left;
1726 float: left;
1727 background: #ebebeb url("../images/pager.png") repeat-x;
1727 background: #ebebeb url("../images/pager.png") repeat-x;
1728 border-top: 1px solid #dedede;
1728 border-top: 1px solid #dedede;
1729 border-left: 1px solid #cfcfcf;
1729 border-left: 1px solid #cfcfcf;
1730 border-right: 1px solid #c4c4c4;
1730 border-right: 1px solid #c4c4c4;
1731 border-bottom: 1px solid #c4c4c4;
1731 border-bottom: 1px solid #c4c4c4;
1732 color: #4A4A4A;
1732 color: #4A4A4A;
1733 font-weight: 700;
1733 font-weight: 700;
1734 margin: 0 0 0 4px;
1734 margin: 0 0 0 4px;
1735 padding: 6px;
1735 padding: 6px;
1736 }
1736 }
1737
1737
1738 #content div.box div.pagination-wh span.pager_curpage {
1738 #content div.box div.pagination-wh span.pager_curpage {
1739 height: 1%;
1739 height: 1%;
1740 float: left;
1740 float: left;
1741 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1741 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1742 border-top: 1px solid #ccc;
1742 border-top: 1px solid #ccc;
1743 border-left: 1px solid #bebebe;
1743 border-left: 1px solid #bebebe;
1744 border-right: 1px solid #b1b1b1;
1744 border-right: 1px solid #b1b1b1;
1745 border-bottom: 1px solid #afafaf;
1745 border-bottom: 1px solid #afafaf;
1746 color: #515151;
1746 color: #515151;
1747 font-weight: 700;
1747 font-weight: 700;
1748 margin: 0 0 0 4px;
1748 margin: 0 0 0 4px;
1749 padding: 6px;
1749 padding: 6px;
1750 }
1750 }
1751
1751
1752 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1752 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1753 {
1753 {
1754 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1754 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1755 border-top: 1px solid #ccc;
1755 border-top: 1px solid #ccc;
1756 border-left: 1px solid #bebebe;
1756 border-left: 1px solid #bebebe;
1757 border-right: 1px solid #b1b1b1;
1757 border-right: 1px solid #b1b1b1;
1758 border-bottom: 1px solid #afafaf;
1758 border-bottom: 1px solid #afafaf;
1759 text-decoration: none;
1759 text-decoration: none;
1760 }
1760 }
1761
1761
1762 #content div.box div.traffic div.legend {
1762 #content div.box div.traffic div.legend {
1763 clear: both;
1763 clear: both;
1764 overflow: hidden;
1764 overflow: hidden;
1765 border-bottom: 1px solid #ddd;
1765 border-bottom: 1px solid #ddd;
1766 margin: 0 0 10px;
1766 margin: 0 0 10px;
1767 padding: 0 0 10px;
1767 padding: 0 0 10px;
1768 }
1768 }
1769
1769
1770 #content div.box div.traffic div.legend h6 {
1770 #content div.box div.traffic div.legend h6 {
1771 float: left;
1771 float: left;
1772 border: none;
1772 border: none;
1773 margin: 0;
1773 margin: 0;
1774 padding: 0;
1774 padding: 0;
1775 }
1775 }
1776
1776
1777 #content div.box div.traffic div.legend li {
1777 #content div.box div.traffic div.legend li {
1778 list-style: none;
1778 list-style: none;
1779 float: left;
1779 float: left;
1780 font-size: 11px;
1780 font-size: 11px;
1781 margin: 0;
1781 margin: 0;
1782 padding: 0 8px 0 4px;
1782 padding: 0 8px 0 4px;
1783 }
1783 }
1784
1784
1785 #content div.box div.traffic div.legend li.visits {
1785 #content div.box div.traffic div.legend li.visits {
1786 border-left: 12px solid #edc240;
1786 border-left: 12px solid #edc240;
1787 }
1787 }
1788
1788
1789 #content div.box div.traffic div.legend li.pageviews {
1789 #content div.box div.traffic div.legend li.pageviews {
1790 border-left: 12px solid #afd8f8;
1790 border-left: 12px solid #afd8f8;
1791 }
1791 }
1792
1792
1793 #content div.box div.traffic table {
1793 #content div.box div.traffic table {
1794 width: auto;
1794 width: auto;
1795 }
1795 }
1796
1796
1797 #content div.box div.traffic table td {
1797 #content div.box div.traffic table td {
1798 background: transparent;
1798 background: transparent;
1799 border: none;
1799 border: none;
1800 padding: 2px 3px 3px;
1800 padding: 2px 3px 3px;
1801 }
1801 }
1802
1802
1803 #content div.box div.traffic table td.legendLabel {
1803 #content div.box div.traffic table td.legendLabel {
1804 padding: 0 3px 2px;
1804 padding: 0 3px 2px;
1805 }
1805 }
1806
1806
1807 #summary {
1807 #summary {
1808
1808
1809 }
1809 }
1810
1810
1811 #summary .desc {
1811 #summary .desc {
1812 white-space: pre;
1812 white-space: pre;
1813 width: 100%;
1813 width: 100%;
1814 }
1814 }
1815
1815
1816 #summary .repo_name {
1816 #summary .repo_name {
1817 font-size: 1.6em;
1817 font-size: 1.6em;
1818 font-weight: bold;
1818 font-weight: bold;
1819 vertical-align: baseline;
1819 vertical-align: baseline;
1820 clear: right
1820 clear: right
1821 }
1821 }
1822
1822
1823 #footer {
1823 #footer {
1824 clear: both;
1824 clear: both;
1825 overflow: hidden;
1825 overflow: hidden;
1826 text-align: right;
1826 text-align: right;
1827 margin: 0;
1827 margin: 0;
1828 padding: 0 10px 4px;
1828 padding: 0 10px 4px;
1829 margin: -10px 0 0;
1829 margin: -10px 0 0;
1830 }
1830 }
1831
1831
1832 #footer div#footer-inner {
1832 #footer div#footer-inner {
1833 background-color: #003B76;
1833 background-color: #003B76;
1834 background-repeat : repeat-x;
1834 background-repeat : repeat-x;
1835 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1835 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1836 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1836 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1837 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1837 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1838 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1838 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1839 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1839 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1840 background-image : -o-linear-gradient( top, #003b76, #00376e));
1840 background-image : -o-linear-gradient( top, #003b76, #00376e));
1841 background-image : linear-gradient( top, #003b76, #00376e);
1841 background-image : linear-gradient( top, #003b76, #00376e);
1842 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1842 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1843 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1843 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1844 -webkit-border-radius: 4px 4px 4px 4px;
1844 -webkit-border-radius: 4px 4px 4px 4px;
1845 -khtml-border-radius: 4px 4px 4px 4px;
1845 -khtml-border-radius: 4px 4px 4px 4px;
1846 -moz-border-radius: 4px 4px 4px 4px;
1846 -moz-border-radius: 4px 4px 4px 4px;
1847 border-radius: 4px 4px 4px 4px;
1847 border-radius: 4px 4px 4px 4px;
1848 }
1848 }
1849
1849
1850 #footer div#footer-inner p {
1850 #footer div#footer-inner p {
1851 padding: 15px 25px 15px 0;
1851 padding: 15px 25px 15px 0;
1852 color: #FFF;
1852 color: #FFF;
1853 font-weight: 700;
1853 font-weight: 700;
1854 }
1854 }
1855
1855
1856 #footer div#footer-inner .footer-link {
1856 #footer div#footer-inner .footer-link {
1857 float: left;
1857 float: left;
1858 padding-left: 10px;
1858 padding-left: 10px;
1859 }
1859 }
1860
1860
1861 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1861 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1862 {
1862 {
1863 color: #FFF;
1863 color: #FFF;
1864 }
1864 }
1865
1865
1866 #login div.title {
1866 #login div.title {
1867 width: 420px;
1867 width: 420px;
1868 clear: both;
1868 clear: both;
1869 overflow: hidden;
1869 overflow: hidden;
1870 position: relative;
1870 position: relative;
1871 background-color: #003B76;
1871 background-color: #003B76;
1872 background-repeat : repeat-x;
1872 background-repeat : repeat-x;
1873 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1873 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1874 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1874 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1875 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1875 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1876 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1876 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1877 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1877 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1878 background-image : -o-linear-gradient( top, #003b76, #00376e));
1878 background-image : -o-linear-gradient( top, #003b76, #00376e));
1879 background-image : linear-gradient( top, #003b76, #00376e);
1879 background-image : linear-gradient( top, #003b76, #00376e);
1880 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1880 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1881 margin: 0 auto;
1881 margin: 0 auto;
1882 padding: 0;
1882 padding: 0;
1883 }
1883 }
1884
1884
1885 #login div.inner {
1885 #login div.inner {
1886 width: 380px;
1886 width: 380px;
1887 background: #FFF url("../images/login.png") no-repeat top left;
1887 background: #FFF url("../images/login.png") no-repeat top left;
1888 border-top: none;
1888 border-top: none;
1889 border-bottom: none;
1889 border-bottom: none;
1890 margin: 0 auto;
1890 margin: 0 auto;
1891 padding: 20px;
1891 padding: 20px;
1892 }
1892 }
1893
1893
1894 #login div.form div.fields div.field div.label {
1894 #login div.form div.fields div.field div.label {
1895 width: 173px;
1895 width: 173px;
1896 float: left;
1896 float: left;
1897 text-align: right;
1897 text-align: right;
1898 margin: 2px 10px 0 0;
1898 margin: 2px 10px 0 0;
1899 padding: 5px 0 0 5px;
1899 padding: 5px 0 0 5px;
1900 }
1900 }
1901
1901
1902 #login div.form div.fields div.field div.input input {
1902 #login div.form div.fields div.field div.input input {
1903 width: 176px;
1903 width: 176px;
1904 background: #FFF;
1904 background: #FFF;
1905 border-top: 1px solid #b3b3b3;
1905 border-top: 1px solid #b3b3b3;
1906 border-left: 1px solid #b3b3b3;
1906 border-left: 1px solid #b3b3b3;
1907 border-right: 1px solid #eaeaea;
1907 border-right: 1px solid #eaeaea;
1908 border-bottom: 1px solid #eaeaea;
1908 border-bottom: 1px solid #eaeaea;
1909 color: #000;
1909 color: #000;
1910 font-size: 11px;
1910 font-size: 11px;
1911 margin: 0;
1911 margin: 0;
1912 padding: 7px 7px 6px;
1912 padding: 7px 7px 6px;
1913 }
1913 }
1914
1914
1915 #login div.form div.fields div.buttons {
1915 #login div.form div.fields div.buttons {
1916 clear: both;
1916 clear: both;
1917 overflow: hidden;
1917 overflow: hidden;
1918 border-top: 1px solid #DDD;
1918 border-top: 1px solid #DDD;
1919 text-align: right;
1919 text-align: right;
1920 margin: 0;
1920 margin: 0;
1921 padding: 10px 0 0;
1921 padding: 10px 0 0;
1922 }
1922 }
1923
1923
1924 #login div.form div.links {
1924 #login div.form div.links {
1925 clear: both;
1925 clear: both;
1926 overflow: hidden;
1926 overflow: hidden;
1927 margin: 10px 0 0;
1927 margin: 10px 0 0;
1928 padding: 0 0 2px;
1928 padding: 0 0 2px;
1929 }
1929 }
1930
1930
1931 .user-menu{
1931 .user-menu{
1932 margin: 0px !important;
1932 margin: 0px !important;
1933 float: left;
1933 float: left;
1934 }
1934 }
1935
1935
1936 .user-menu .container{
1936 .user-menu .container{
1937 padding:0px 4px 0px 4px;
1937 padding:0px 4px 0px 4px;
1938 margin: 0px 0px 0px 0px;
1938 margin: 0px 0px 0px 0px;
1939 }
1939 }
1940
1940
1941 .user-menu .gravatar{
1941 .user-menu .gravatar{
1942 margin: 0px 0px 0px 0px;
1942 margin: 0px 0px 0px 0px;
1943 cursor: pointer;
1943 cursor: pointer;
1944 }
1944 }
1945 .user-menu .gravatar.enabled{
1945 .user-menu .gravatar.enabled{
1946 background-color: #FDF784 !important;
1946 background-color: #FDF784 !important;
1947 }
1947 }
1948 .user-menu .gravatar:hover{
1948 .user-menu .gravatar:hover{
1949 background-color: #FDF784 !important;
1949 background-color: #FDF784 !important;
1950 }
1950 }
1951 #quick_login{
1951 #quick_login{
1952 min-height: 80px;
1952 min-height: 80px;
1953 margin: 37px 0 0 -251px;
1953 margin: 37px 0 0 -251px;
1954 padding: 4px;
1954 padding: 4px;
1955 position: absolute;
1955 position: absolute;
1956 width: 278px;
1956 width: 278px;
1957 background-color: #003B76;
1957 background-color: #003B76;
1958 background-repeat: repeat-x;
1958 background-repeat: repeat-x;
1959 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1959 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1960 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1960 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1961 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1961 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1962 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1962 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1963 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1963 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1964 background-image: -o-linear-gradient(top, #003b76, #00376e);
1964 background-image: -o-linear-gradient(top, #003b76, #00376e);
1965 background-image: linear-gradient(top, #003b76, #00376e);
1965 background-image: linear-gradient(top, #003b76, #00376e);
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1967
1967
1968 z-index: 999;
1968 z-index: 999;
1969 -webkit-border-radius: 0px 0px 4px 4px;
1969 -webkit-border-radius: 0px 0px 4px 4px;
1970 -khtml-border-radius: 0px 0px 4px 4px;
1970 -khtml-border-radius: 0px 0px 4px 4px;
1971 -moz-border-radius: 0px 0px 4px 4px;
1971 -moz-border-radius: 0px 0px 4px 4px;
1972 border-radius: 0px 0px 4px 4px;
1972 border-radius: 0px 0px 4px 4px;
1973 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1973 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1974 }
1974 }
1975 #quick_login h4{
1975 #quick_login h4{
1976 color: #fff;
1976 color: #fff;
1977 padding: 5px 0px 5px 14px;
1977 padding: 5px 0px 5px 14px;
1978 }
1978 }
1979
1979
1980 #quick_login .password_forgoten {
1980 #quick_login .password_forgoten {
1981 padding-right: 10px;
1981 padding-right: 10px;
1982 padding-top: 0px;
1982 padding-top: 0px;
1983 text-align: left;
1983 text-align: left;
1984 }
1984 }
1985
1985
1986 #quick_login .password_forgoten a {
1986 #quick_login .password_forgoten a {
1987 font-size: 10px;
1987 font-size: 10px;
1988 color: #fff;
1988 color: #fff;
1989 }
1989 }
1990
1990
1991 #quick_login .register {
1991 #quick_login .register {
1992 padding-right: 10px;
1992 padding-right: 10px;
1993 padding-top: 5px;
1993 padding-top: 5px;
1994 text-align: left;
1994 text-align: left;
1995 }
1995 }
1996
1996
1997 #quick_login .register a {
1997 #quick_login .register a {
1998 font-size: 10px;
1998 font-size: 10px;
1999 color: #fff;
1999 color: #fff;
2000 }
2000 }
2001
2001
2002 #quick_login .submit {
2002 #quick_login .submit {
2003 margin: -20px 0 0 0px;
2003 margin: -20px 0 0 0px;
2004 position: absolute;
2004 position: absolute;
2005 right: 15px;
2005 right: 15px;
2006 }
2006 }
2007
2007
2008 #quick_login .links_left{
2008 #quick_login .links_left{
2009 float: left;
2009 float: left;
2010 }
2010 }
2011 #quick_login .links_right{
2011 #quick_login .links_right{
2012 float: right;
2012 float: right;
2013 }
2013 }
2014 #quick_login .full_name{
2014 #quick_login .full_name{
2015 color: #FFFFFF;
2015 color: #FFFFFF;
2016 font-weight: bold;
2016 font-weight: bold;
2017 padding: 3px;
2017 padding: 3px;
2018 }
2018 }
2019 #quick_login .big_gravatar{
2019 #quick_login .big_gravatar{
2020 padding:4px 0px 0px 6px;
2020 padding:4px 0px 0px 6px;
2021 }
2021 }
2022 #quick_login .inbox{
2022 #quick_login .inbox{
2023 padding:4px 0px 0px 6px;
2023 padding:4px 0px 0px 6px;
2024 color: #FFFFFF;
2024 color: #FFFFFF;
2025 font-weight: bold;
2025 font-weight: bold;
2026 }
2026 }
2027 #quick_login .inbox a{
2027 #quick_login .inbox a{
2028 color: #FFFFFF;
2028 color: #FFFFFF;
2029 }
2029 }
2030 #quick_login .email,#quick_login .email a{
2030 #quick_login .email,#quick_login .email a{
2031 color: #FFFFFF;
2031 color: #FFFFFF;
2032 padding: 3px;
2032 padding: 3px;
2033
2033
2034 }
2034 }
2035 #quick_login .links .logout{
2035 #quick_login .links .logout{
2036
2036
2037 }
2037 }
2038
2038
2039 #quick_login div.form div.fields {
2039 #quick_login div.form div.fields {
2040 padding-top: 2px;
2040 padding-top: 2px;
2041 padding-left: 10px;
2041 padding-left: 10px;
2042 }
2042 }
2043
2043
2044 #quick_login div.form div.fields div.field {
2044 #quick_login div.form div.fields div.field {
2045 padding: 5px;
2045 padding: 5px;
2046 }
2046 }
2047
2047
2048 #quick_login div.form div.fields div.field div.label label {
2048 #quick_login div.form div.fields div.field div.label label {
2049 color: #fff;
2049 color: #fff;
2050 padding-bottom: 3px;
2050 padding-bottom: 3px;
2051 }
2051 }
2052
2052
2053 #quick_login div.form div.fields div.field div.input input {
2053 #quick_login div.form div.fields div.field div.input input {
2054 width: 236px;
2054 width: 236px;
2055 background: #FFF;
2055 background: #FFF;
2056 border-top: 1px solid #b3b3b3;
2056 border-top: 1px solid #b3b3b3;
2057 border-left: 1px solid #b3b3b3;
2057 border-left: 1px solid #b3b3b3;
2058 border-right: 1px solid #eaeaea;
2058 border-right: 1px solid #eaeaea;
2059 border-bottom: 1px solid #eaeaea;
2059 border-bottom: 1px solid #eaeaea;
2060 color: #000;
2060 color: #000;
2061 font-size: 11px;
2061 font-size: 11px;
2062 margin: 0;
2062 margin: 0;
2063 padding: 5px 7px 4px;
2063 padding: 5px 7px 4px;
2064 }
2064 }
2065
2065
2066 #quick_login div.form div.fields div.buttons {
2066 #quick_login div.form div.fields div.buttons {
2067 clear: both;
2067 clear: both;
2068 overflow: hidden;
2068 overflow: hidden;
2069 text-align: right;
2069 text-align: right;
2070 margin: 0;
2070 margin: 0;
2071 padding: 5px 14px 0px 5px;
2071 padding: 5px 14px 0px 5px;
2072 }
2072 }
2073
2073
2074 #quick_login div.form div.links {
2074 #quick_login div.form div.links {
2075 clear: both;
2075 clear: both;
2076 overflow: hidden;
2076 overflow: hidden;
2077 margin: 10px 0 0;
2077 margin: 10px 0 0;
2078 padding: 0 0 2px;
2078 padding: 0 0 2px;
2079 }
2079 }
2080
2080
2081 #quick_login ol.links{
2081 #quick_login ol.links{
2082 display: block;
2082 display: block;
2083 font-weight: bold;
2083 font-weight: bold;
2084 list-style: none outside none;
2084 list-style: none outside none;
2085 text-align: right;
2085 text-align: right;
2086 }
2086 }
2087 #quick_login ol.links li{
2087 #quick_login ol.links li{
2088 line-height: 27px;
2088 line-height: 27px;
2089 margin: 0;
2089 margin: 0;
2090 padding: 0;
2090 padding: 0;
2091 color: #fff;
2091 color: #fff;
2092 display: block;
2092 display: block;
2093 float:none !important;
2093 float:none !important;
2094 }
2094 }
2095
2095
2096 #quick_login ol.links li a{
2096 #quick_login ol.links li a{
2097 color: #fff;
2097 color: #fff;
2098 display: block;
2098 display: block;
2099 padding: 2px;
2099 padding: 2px;
2100 }
2100 }
2101 #quick_login ol.links li a:HOVER{
2101 #quick_login ol.links li a:HOVER{
2102 background-color: inherit !important;
2102 background-color: inherit !important;
2103 }
2103 }
2104
2104
2105 #register div.title {
2105 #register div.title {
2106 clear: both;
2106 clear: both;
2107 overflow: hidden;
2107 overflow: hidden;
2108 position: relative;
2108 position: relative;
2109 background-color: #003B76;
2109 background-color: #003B76;
2110 background-repeat: repeat-x;
2110 background-repeat: repeat-x;
2111 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2111 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2112 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2112 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2113 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2113 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2114 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2114 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2115 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2115 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2116 background-image: -o-linear-gradient(top, #003b76, #00376e);
2116 background-image: -o-linear-gradient(top, #003b76, #00376e);
2117 background-image: linear-gradient(top, #003b76, #00376e);
2117 background-image: linear-gradient(top, #003b76, #00376e);
2118 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2118 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2119 endColorstr='#00376e', GradientType=0 );
2119 endColorstr='#00376e', GradientType=0 );
2120 margin: 0 auto;
2120 margin: 0 auto;
2121 padding: 0;
2121 padding: 0;
2122 }
2122 }
2123
2123
2124 #register div.inner {
2124 #register div.inner {
2125 background: #FFF;
2125 background: #FFF;
2126 border-top: none;
2126 border-top: none;
2127 border-bottom: none;
2127 border-bottom: none;
2128 margin: 0 auto;
2128 margin: 0 auto;
2129 padding: 20px;
2129 padding: 20px;
2130 }
2130 }
2131
2131
2132 #register div.form div.fields div.field div.label {
2132 #register div.form div.fields div.field div.label {
2133 width: 135px;
2133 width: 135px;
2134 float: left;
2134 float: left;
2135 text-align: right;
2135 text-align: right;
2136 margin: 2px 10px 0 0;
2136 margin: 2px 10px 0 0;
2137 padding: 5px 0 0 5px;
2137 padding: 5px 0 0 5px;
2138 }
2138 }
2139
2139
2140 #register div.form div.fields div.field div.input input {
2140 #register div.form div.fields div.field div.input input {
2141 width: 300px;
2141 width: 300px;
2142 background: #FFF;
2142 background: #FFF;
2143 border-top: 1px solid #b3b3b3;
2143 border-top: 1px solid #b3b3b3;
2144 border-left: 1px solid #b3b3b3;
2144 border-left: 1px solid #b3b3b3;
2145 border-right: 1px solid #eaeaea;
2145 border-right: 1px solid #eaeaea;
2146 border-bottom: 1px solid #eaeaea;
2146 border-bottom: 1px solid #eaeaea;
2147 color: #000;
2147 color: #000;
2148 font-size: 11px;
2148 font-size: 11px;
2149 margin: 0;
2149 margin: 0;
2150 padding: 7px 7px 6px;
2150 padding: 7px 7px 6px;
2151 }
2151 }
2152
2152
2153 #register div.form div.fields div.buttons {
2153 #register div.form div.fields div.buttons {
2154 clear: both;
2154 clear: both;
2155 overflow: hidden;
2155 overflow: hidden;
2156 border-top: 1px solid #DDD;
2156 border-top: 1px solid #DDD;
2157 text-align: left;
2157 text-align: left;
2158 margin: 0;
2158 margin: 0;
2159 padding: 10px 0 0 150px;
2159 padding: 10px 0 0 150px;
2160 }
2160 }
2161
2161
2162 #register div.form div.activation_msg {
2162 #register div.form div.activation_msg {
2163 padding-top: 4px;
2163 padding-top: 4px;
2164 padding-bottom: 4px;
2164 padding-bottom: 4px;
2165 }
2165 }
2166
2166
2167 #journal .journal_day {
2167 #journal .journal_day {
2168 font-size: 20px;
2168 font-size: 20px;
2169 padding: 10px 0px;
2169 padding: 10px 0px;
2170 border-bottom: 2px solid #DDD;
2170 border-bottom: 2px solid #DDD;
2171 margin-left: 10px;
2171 margin-left: 10px;
2172 margin-right: 10px;
2172 margin-right: 10px;
2173 }
2173 }
2174
2174
2175 #journal .journal_container {
2175 #journal .journal_container {
2176 padding: 5px;
2176 padding: 5px;
2177 clear: both;
2177 clear: both;
2178 margin: 0px 5px 0px 10px;
2178 margin: 0px 5px 0px 10px;
2179 }
2179 }
2180
2180
2181 #journal .journal_action_container {
2181 #journal .journal_action_container {
2182 padding-left: 38px;
2182 padding-left: 38px;
2183 }
2183 }
2184
2184
2185 #journal .journal_user {
2185 #journal .journal_user {
2186 color: #747474;
2186 color: #747474;
2187 font-size: 14px;
2187 font-size: 14px;
2188 font-weight: bold;
2188 font-weight: bold;
2189 height: 30px;
2189 height: 30px;
2190 }
2190 }
2191
2191
2192 #journal .journal_icon {
2192 #journal .journal_icon {
2193 clear: both;
2193 clear: both;
2194 float: left;
2194 float: left;
2195 padding-right: 4px;
2195 padding-right: 4px;
2196 padding-top: 3px;
2196 padding-top: 3px;
2197 }
2197 }
2198
2198
2199 #journal .journal_action {
2199 #journal .journal_action {
2200 padding-top: 4px;
2200 padding-top: 4px;
2201 min-height: 2px;
2201 min-height: 2px;
2202 float: left
2202 float: left
2203 }
2203 }
2204
2204
2205 #journal .journal_action_params {
2205 #journal .journal_action_params {
2206 clear: left;
2206 clear: left;
2207 padding-left: 22px;
2207 padding-left: 22px;
2208 }
2208 }
2209
2209
2210 #journal .journal_repo {
2210 #journal .journal_repo {
2211 float: left;
2211 float: left;
2212 margin-left: 6px;
2212 margin-left: 6px;
2213 padding-top: 3px;
2213 padding-top: 3px;
2214 }
2214 }
2215
2215
2216 #journal .date {
2216 #journal .date {
2217 clear: both;
2217 clear: both;
2218 color: #777777;
2218 color: #777777;
2219 font-size: 11px;
2219 font-size: 11px;
2220 padding-left: 22px;
2220 padding-left: 22px;
2221 }
2221 }
2222
2222
2223 #journal .journal_repo .journal_repo_name {
2223 #journal .journal_repo .journal_repo_name {
2224 font-weight: bold;
2224 font-weight: bold;
2225 font-size: 1.1em;
2225 font-size: 1.1em;
2226 }
2226 }
2227
2227
2228 #journal .compare_view {
2228 #journal .compare_view {
2229 padding: 5px 0px 5px 0px;
2229 padding: 5px 0px 5px 0px;
2230 width: 95px;
2230 width: 95px;
2231 }
2231 }
2232
2232
2233 .journal_highlight {
2233 .journal_highlight {
2234 font-weight: bold;
2234 font-weight: bold;
2235 padding: 0 2px;
2235 padding: 0 2px;
2236 vertical-align: bottom;
2236 vertical-align: bottom;
2237 }
2237 }
2238
2238
2239 .trending_language_tbl,.trending_language_tbl td {
2239 .trending_language_tbl,.trending_language_tbl td {
2240 border: 0 !important;
2240 border: 0 !important;
2241 margin: 0 !important;
2241 margin: 0 !important;
2242 padding: 0 !important;
2242 padding: 0 !important;
2243 }
2243 }
2244
2244
2245 .trending_language_tbl,.trending_language_tbl tr {
2245 .trending_language_tbl,.trending_language_tbl tr {
2246 border-spacing: 1px;
2246 border-spacing: 1px;
2247 }
2247 }
2248
2248
2249 .trending_language {
2249 .trending_language {
2250 background-color: #003367;
2250 background-color: #003367;
2251 color: #FFF;
2251 color: #FFF;
2252 display: block;
2252 display: block;
2253 min-width: 20px;
2253 min-width: 20px;
2254 text-decoration: none;
2254 text-decoration: none;
2255 height: 12px;
2255 height: 12px;
2256 margin-bottom: 0px;
2256 margin-bottom: 0px;
2257 margin-left: 5px;
2257 margin-left: 5px;
2258 white-space: pre;
2258 white-space: pre;
2259 padding: 3px;
2259 padding: 3px;
2260 }
2260 }
2261
2261
2262 h3.files_location {
2262 h3.files_location {
2263 font-size: 1.8em;
2263 font-size: 1.8em;
2264 font-weight: 700;
2264 font-weight: 700;
2265 border-bottom: none !important;
2265 border-bottom: none !important;
2266 margin: 10px 0 !important;
2266 margin: 10px 0 !important;
2267 }
2267 }
2268
2268
2269 #files_data dl dt {
2269 #files_data dl dt {
2270 float: left;
2270 float: left;
2271 width: 60px;
2271 width: 60px;
2272 margin: 0 !important;
2272 margin: 0 !important;
2273 padding: 5px;
2273 padding: 5px;
2274 }
2274 }
2275
2275
2276 #files_data dl dd {
2276 #files_data dl dd {
2277 margin: 0 !important;
2277 margin: 0 !important;
2278 padding: 5px !important;
2278 padding: 5px !important;
2279 }
2279 }
2280
2280
2281 .file_history{
2281 .file_history{
2282 padding-top:10px;
2282 padding-top:10px;
2283 font-size:16px;
2283 font-size:16px;
2284 }
2284 }
2285 .file_author{
2285 .file_author{
2286 float: left;
2286 float: left;
2287 }
2287 }
2288
2288
2289 .file_author .item{
2289 .file_author .item{
2290 float:left;
2290 float:left;
2291 padding:5px;
2291 padding:5px;
2292 color: #888;
2292 color: #888;
2293 }
2293 }
2294
2294
2295 .tablerow0 {
2295 .tablerow0 {
2296 background-color: #F8F8F8;
2296 background-color: #F8F8F8;
2297 }
2297 }
2298
2298
2299 .tablerow1 {
2299 .tablerow1 {
2300 background-color: #FFFFFF;
2300 background-color: #FFFFFF;
2301 }
2301 }
2302
2302
2303 .changeset_id {
2303 .changeset_id {
2304 font-family: monospace;
2304 font-family: monospace;
2305 color: #666666;
2305 color: #666666;
2306 }
2306 }
2307
2307
2308 .changeset_hash {
2308 .changeset_hash {
2309 color: #000000;
2309 color: #000000;
2310 }
2310 }
2311
2311
2312 #changeset_content {
2312 #changeset_content {
2313 border-left: 1px solid #CCC;
2313 border-left: 1px solid #CCC;
2314 border-right: 1px solid #CCC;
2314 border-right: 1px solid #CCC;
2315 border-bottom: 1px solid #CCC;
2315 border-bottom: 1px solid #CCC;
2316 padding: 5px;
2316 padding: 5px;
2317 }
2317 }
2318
2318
2319 #changeset_compare_view_content {
2319 #changeset_compare_view_content {
2320 border: 1px solid #CCC;
2320 border: 1px solid #CCC;
2321 padding: 5px;
2321 padding: 5px;
2322 }
2322 }
2323
2323
2324 #changeset_content .container {
2324 #changeset_content .container {
2325 min-height: 100px;
2325 min-height: 100px;
2326 font-size: 1.2em;
2326 font-size: 1.2em;
2327 overflow: hidden;
2327 overflow: hidden;
2328 }
2328 }
2329
2329
2330 #changeset_compare_view_content .compare_view_commits {
2330 #changeset_compare_view_content .compare_view_commits {
2331 width: auto !important;
2331 width: auto !important;
2332 }
2332 }
2333
2333
2334 #changeset_compare_view_content .compare_view_commits td {
2334 #changeset_compare_view_content .compare_view_commits td {
2335 padding: 0px 0px 0px 12px !important;
2335 padding: 0px 0px 0px 12px !important;
2336 }
2336 }
2337
2337
2338 #changeset_content .container .right {
2338 #changeset_content .container .right {
2339 float: right;
2339 float: right;
2340 width: 20%;
2340 width: 20%;
2341 text-align: right;
2341 text-align: right;
2342 }
2342 }
2343
2343
2344 #changeset_content .container .left .message {
2344 #changeset_content .container .left .message {
2345 white-space: pre-wrap;
2345 white-space: pre-wrap;
2346 }
2346 }
2347 #changeset_content .container .left .message a:hover {
2347 #changeset_content .container .left .message a:hover {
2348 text-decoration: none;
2348 text-decoration: none;
2349 }
2349 }
2350 .cs_files .cur_cs {
2350 .cs_files .cur_cs {
2351 margin: 10px 2px;
2351 margin: 10px 2px;
2352 font-weight: bold;
2352 font-weight: bold;
2353 }
2353 }
2354
2354
2355 .cs_files .node {
2355 .cs_files .node {
2356 float: left;
2356 float: left;
2357 }
2357 }
2358
2358
2359 .cs_files .changes {
2359 .cs_files .changes {
2360 float: right;
2360 float: right;
2361 color:#003367;
2361 color:#003367;
2362
2362
2363 }
2363 }
2364
2364
2365 .cs_files .changes .added {
2365 .cs_files .changes .added {
2366 background-color: #BBFFBB;
2366 background-color: #BBFFBB;
2367 float: left;
2367 float: left;
2368 text-align: center;
2368 text-align: center;
2369 font-size: 9px;
2369 font-size: 9px;
2370 padding: 2px 0px 2px 0px;
2370 padding: 2px 0px 2px 0px;
2371 }
2371 }
2372
2372
2373 .cs_files .changes .deleted {
2373 .cs_files .changes .deleted {
2374 background-color: #FF8888;
2374 background-color: #FF8888;
2375 float: left;
2375 float: left;
2376 text-align: center;
2376 text-align: center;
2377 font-size: 9px;
2377 font-size: 9px;
2378 padding: 2px 0px 2px 0px;
2378 padding: 2px 0px 2px 0px;
2379 }
2379 }
2380
2380
2381 .cs_files .cs_added,.cs_files .cs_A {
2381 .cs_files .cs_added,.cs_files .cs_A {
2382 background: url("../images/icons/page_white_add.png") no-repeat scroll
2382 background: url("../images/icons/page_white_add.png") no-repeat scroll
2383 3px;
2383 3px;
2384 height: 16px;
2384 height: 16px;
2385 padding-left: 20px;
2385 padding-left: 20px;
2386 margin-top: 7px;
2386 margin-top: 7px;
2387 text-align: left;
2387 text-align: left;
2388 }
2388 }
2389
2389
2390 .cs_files .cs_changed,.cs_files .cs_M {
2390 .cs_files .cs_changed,.cs_files .cs_M {
2391 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2391 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2392 3px;
2392 3px;
2393 height: 16px;
2393 height: 16px;
2394 padding-left: 20px;
2394 padding-left: 20px;
2395 margin-top: 7px;
2395 margin-top: 7px;
2396 text-align: left;
2396 text-align: left;
2397 }
2397 }
2398
2398
2399 .cs_files .cs_removed,.cs_files .cs_D {
2399 .cs_files .cs_removed,.cs_files .cs_D {
2400 background: url("../images/icons/page_white_delete.png") no-repeat
2400 background: url("../images/icons/page_white_delete.png") no-repeat
2401 scroll 3px;
2401 scroll 3px;
2402 height: 16px;
2402 height: 16px;
2403 padding-left: 20px;
2403 padding-left: 20px;
2404 margin-top: 7px;
2404 margin-top: 7px;
2405 text-align: left;
2405 text-align: left;
2406 }
2406 }
2407
2407
2408 #graph {
2408 #graph {
2409 overflow: hidden;
2409 overflow: hidden;
2410 }
2410 }
2411
2411
2412 #graph_nodes {
2412 #graph_nodes {
2413 float: left;
2413 float: left;
2414 margin-right: -6px;
2414 margin-right: -6px;
2415 margin-top: 0px;
2415 margin-top: 0px;
2416 }
2416 }
2417
2417
2418 #graph_content {
2418 #graph_content {
2419 width: 80%;
2419 width: 80%;
2420 float: left;
2420 float: left;
2421 }
2421 }
2422
2422
2423 #graph_content .container_header {
2423 #graph_content .container_header {
2424 border-bottom: 1px solid #DDD;
2424 border-bottom: 1px solid #DDD;
2425 padding: 10px;
2425 padding: 10px;
2426 height: 25px;
2426 height: 25px;
2427 }
2427 }
2428
2428
2429 #graph_content #rev_range_container {
2429 #graph_content #rev_range_container {
2430 padding: 7px 20px;
2430 padding: 7px 20px;
2431 float: left;
2431 float: left;
2432 }
2432 }
2433
2433
2434 #graph_content .container {
2434 #graph_content .container {
2435 border-bottom: 1px solid #DDD;
2435 border-bottom: 1px solid #DDD;
2436 height: 56px;
2436 height: 56px;
2437 overflow: hidden;
2437 overflow: hidden;
2438 }
2438 }
2439
2439
2440 #graph_content .container .right {
2440 #graph_content .container .right {
2441 float: right;
2441 float: right;
2442 width: 23%;
2442 width: 23%;
2443 text-align: right;
2443 text-align: right;
2444 }
2444 }
2445
2445
2446 #graph_content .container .left {
2446 #graph_content .container .left {
2447 float: left;
2447 float: left;
2448 width: 25%;
2448 width: 25%;
2449 padding-left: 5px;
2449 padding-left: 5px;
2450 }
2450 }
2451
2451
2452 #graph_content .container .mid {
2452 #graph_content .container .mid {
2453 float: left;
2453 float: left;
2454 width: 49%;
2454 width: 49%;
2455 }
2455 }
2456
2456
2457
2457
2458 #graph_content .container .left .date {
2458 #graph_content .container .left .date {
2459 color: #666;
2459 color: #666;
2460 padding-left: 22px;
2460 padding-left: 22px;
2461 font-size: 10px;
2461 font-size: 10px;
2462 }
2462 }
2463
2463
2464 #graph_content .container .left .author {
2464 #graph_content .container .left .author {
2465 height: 22px;
2465 height: 22px;
2466 }
2466 }
2467
2467
2468 #graph_content .container .left .author .user {
2468 #graph_content .container .left .author .user {
2469 color: #444444;
2469 color: #444444;
2470 float: left;
2470 float: left;
2471 margin-left: -4px;
2471 margin-left: -4px;
2472 margin-top: 4px;
2472 margin-top: 4px;
2473 }
2473 }
2474
2474
2475 #graph_content .container .mid .message {
2475 #graph_content .container .mid .message {
2476 white-space: pre-wrap;
2476 white-space: pre-wrap;
2477 }
2477 }
2478
2478
2479 #graph_content .container .mid .message a:hover{
2479 #graph_content .container .mid .message a:hover{
2480 text-decoration: none;
2480 text-decoration: none;
2481 }
2481 }
2482 #content #graph_content .message .revision-link,
2482 #content #graph_content .message .revision-link,
2483 #changeset_content .container .message .revision-link
2483 #changeset_content .container .message .revision-link
2484 {
2484 {
2485 color:#3F6F9F;
2485 color:#3F6F9F;
2486 font-weight: bold !important;
2486 font-weight: bold !important;
2487 }
2487 }
2488
2488
2489 #content #graph_content .message .issue-tracker-link,
2489 #content #graph_content .message .issue-tracker-link,
2490 #changeset_content .container .message .issue-tracker-link{
2490 #changeset_content .container .message .issue-tracker-link{
2491 color:#3F6F9F;
2491 color:#3F6F9F;
2492 font-weight: bold !important;
2492 font-weight: bold !important;
2493 }
2493 }
2494
2494
2495 .changeset-status-container{
2495 .changeset-status-container{
2496 padding-right: 5px;
2496 padding-right: 5px;
2497 margin-top:1px;
2497 margin-top:1px;
2498 float:right;
2498 float:right;
2499 height:14px;
2499 height:14px;
2500 }
2500 }
2501 .code-header .changeset-status-container{
2501 .code-header .changeset-status-container{
2502 float:left;
2502 float:left;
2503 padding:2px 0px 0px 2px;
2503 padding:2px 0px 0px 2px;
2504 }
2504 }
2505 .changeset-status-container .changeset-status-lbl{
2505 .changeset-status-container .changeset-status-lbl{
2506 color: rgb(136, 136, 136);
2506 color: rgb(136, 136, 136);
2507 float: left;
2507 float: left;
2508 padding: 3px 4px 0px 0px
2508 padding: 3px 4px 0px 0px
2509 }
2509 }
2510 .code-header .changeset-status-container .changeset-status-lbl{
2510 .code-header .changeset-status-container .changeset-status-lbl{
2511 float: left;
2511 float: left;
2512 padding: 0px 4px 0px 0px;
2512 padding: 0px 4px 0px 0px;
2513 }
2513 }
2514 .changeset-status-container .changeset-status-ico{
2514 .changeset-status-container .changeset-status-ico{
2515 float: left;
2515 float: left;
2516 }
2516 }
2517 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{
2517 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{
2518 float: left;
2518 float: left;
2519 }
2519 }
2520 .right .comments-container{
2520 .right .comments-container{
2521 padding-right: 5px;
2521 padding-right: 5px;
2522 margin-top:1px;
2522 margin-top:1px;
2523 float:right;
2523 float:right;
2524 height:14px;
2524 height:14px;
2525 }
2525 }
2526
2526
2527 .right .comments-cnt{
2527 .right .comments-cnt{
2528 float: left;
2528 float: left;
2529 color: rgb(136, 136, 136);
2529 color: rgb(136, 136, 136);
2530 padding-right: 2px;
2530 padding-right: 2px;
2531 }
2531 }
2532
2532
2533 .right .changes{
2533 .right .changes{
2534 clear: both;
2534 clear: both;
2535 }
2535 }
2536
2536
2537 .right .changes .changed_total {
2537 .right .changes .changed_total {
2538 display: block;
2538 display: block;
2539 float: right;
2539 float: right;
2540 text-align: center;
2540 text-align: center;
2541 min-width: 45px;
2541 min-width: 45px;
2542 cursor: pointer;
2542 cursor: pointer;
2543 color: #444444;
2543 color: #444444;
2544 background: #FEA;
2544 background: #FEA;
2545 -webkit-border-radius: 0px 0px 0px 6px;
2545 -webkit-border-radius: 0px 0px 0px 6px;
2546 -moz-border-radius: 0px 0px 0px 6px;
2546 -moz-border-radius: 0px 0px 0px 6px;
2547 border-radius: 0px 0px 0px 6px;
2547 border-radius: 0px 0px 0px 6px;
2548 padding: 1px;
2548 padding: 1px;
2549 }
2549 }
2550
2550
2551 .right .changes .added,.changed,.removed {
2551 .right .changes .added,.changed,.removed {
2552 display: block;
2552 display: block;
2553 padding: 1px;
2553 padding: 1px;
2554 color: #444444;
2554 color: #444444;
2555 float: right;
2555 float: right;
2556 text-align: center;
2556 text-align: center;
2557 min-width: 15px;
2557 min-width: 15px;
2558 }
2558 }
2559
2559
2560 .right .changes .added {
2560 .right .changes .added {
2561 background: #CFC;
2561 background: #CFC;
2562 }
2562 }
2563
2563
2564 .right .changes .changed {
2564 .right .changes .changed {
2565 background: #FEA;
2565 background: #FEA;
2566 }
2566 }
2567
2567
2568 .right .changes .removed {
2568 .right .changes .removed {
2569 background: #FAA;
2569 background: #FAA;
2570 }
2570 }
2571
2571
2572 .right .merge {
2572 .right .merge {
2573 padding: 1px 3px 1px 3px;
2573 padding: 1px 3px 1px 3px;
2574 background-color: #fca062;
2574 background-color: #fca062;
2575 font-size: 10px;
2575 font-size: 10px;
2576 font-weight: bold;
2576 font-weight: bold;
2577 color: #ffffff;
2577 color: #ffffff;
2578 text-transform: uppercase;
2578 text-transform: uppercase;
2579 white-space: nowrap;
2579 white-space: nowrap;
2580 -webkit-border-radius: 3px;
2580 -webkit-border-radius: 3px;
2581 -moz-border-radius: 3px;
2581 -moz-border-radius: 3px;
2582 border-radius: 3px;
2582 border-radius: 3px;
2583 margin-right: 2px;
2583 margin-right: 2px;
2584 }
2584 }
2585
2585
2586 .right .parent {
2586 .right .parent {
2587 color: #666666;
2587 color: #666666;
2588 clear:both;
2588 clear:both;
2589 }
2589 }
2590 .right .logtags{
2590 .right .logtags{
2591 padding: 2px 2px 2px 2px;
2591 padding: 2px 2px 2px 2px;
2592 }
2592 }
2593 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
2593 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
2594 margin: 0px 2px;
2594 margin: 0px 2px;
2595 }
2595 }
2596
2596
2597 .right .logtags .branchtag,.logtags .branchtag {
2597 .right .logtags .branchtag,.logtags .branchtag {
2598 padding: 1px 3px 1px 3px;
2598 padding: 1px 3px 1px 3px;
2599 background-color: #bfbfbf;
2599 background-color: #bfbfbf;
2600 font-size: 10px;
2600 font-size: 10px;
2601 font-weight: bold;
2601 font-weight: bold;
2602 color: #ffffff;
2602 color: #ffffff;
2603 text-transform: uppercase;
2603 text-transform: uppercase;
2604 white-space: nowrap;
2604 white-space: nowrap;
2605 -webkit-border-radius: 3px;
2605 -webkit-border-radius: 3px;
2606 -moz-border-radius: 3px;
2606 -moz-border-radius: 3px;
2607 border-radius: 3px;
2607 border-radius: 3px;
2608 }
2608 }
2609 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2609 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2610 color: #ffffff;
2610 color: #ffffff;
2611 }
2611 }
2612 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2612 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2613 text-decoration: none;
2613 text-decoration: none;
2614 color: #ffffff;
2614 color: #ffffff;
2615 }
2615 }
2616 .right .logtags .tagtag,.logtags .tagtag {
2616 .right .logtags .tagtag,.logtags .tagtag {
2617 padding: 1px 3px 1px 3px;
2617 padding: 1px 3px 1px 3px;
2618 background-color: #62cffc;
2618 background-color: #62cffc;
2619 font-size: 10px;
2619 font-size: 10px;
2620 font-weight: bold;
2620 font-weight: bold;
2621 color: #ffffff;
2621 color: #ffffff;
2622 text-transform: uppercase;
2622 text-transform: uppercase;
2623 white-space: nowrap;
2623 white-space: nowrap;
2624 -webkit-border-radius: 3px;
2624 -webkit-border-radius: 3px;
2625 -moz-border-radius: 3px;
2625 -moz-border-radius: 3px;
2626 border-radius: 3px;
2626 border-radius: 3px;
2627 }
2627 }
2628 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2628 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2629 color: #ffffff;
2629 color: #ffffff;
2630 }
2630 }
2631 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2631 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2632 text-decoration: none;
2632 text-decoration: none;
2633 color: #ffffff;
2633 color: #ffffff;
2634 }
2634 }
2635 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
2635 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
2636 padding: 1px 3px 1px 3px;
2636 padding: 1px 3px 1px 3px;
2637 background-color: #46A546;
2637 background-color: #46A546;
2638 font-size: 10px;
2638 font-size: 10px;
2639 font-weight: bold;
2639 font-weight: bold;
2640 color: #ffffff;
2640 color: #ffffff;
2641 text-transform: uppercase;
2641 text-transform: uppercase;
2642 white-space: nowrap;
2642 white-space: nowrap;
2643 -webkit-border-radius: 3px;
2643 -webkit-border-radius: 3px;
2644 -moz-border-radius: 3px;
2644 -moz-border-radius: 3px;
2645 border-radius: 3px;
2645 border-radius: 3px;
2646 }
2646 }
2647 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2647 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2648 color: #ffffff;
2648 color: #ffffff;
2649 }
2649 }
2650 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
2650 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
2651 text-decoration: none;
2651 text-decoration: none;
2652 color: #ffffff;
2652 color: #ffffff;
2653 }
2653 }
2654 div.browserblock {
2654 div.browserblock {
2655 overflow: hidden;
2655 overflow: hidden;
2656 border: 1px solid #ccc;
2656 border: 1px solid #ccc;
2657 background: #f8f8f8;
2657 background: #f8f8f8;
2658 font-size: 100%;
2658 font-size: 100%;
2659 line-height: 125%;
2659 line-height: 125%;
2660 padding: 0;
2660 padding: 0;
2661 -webkit-border-radius: 6px 6px 0px 0px;
2661 -webkit-border-radius: 6px 6px 0px 0px;
2662 -moz-border-radius: 6px 6px 0px 0px;
2662 -moz-border-radius: 6px 6px 0px 0px;
2663 border-radius: 6px 6px 0px 0px;
2663 border-radius: 6px 6px 0px 0px;
2664 }
2664 }
2665
2665
2666 div.browserblock .browser-header {
2666 div.browserblock .browser-header {
2667 background: #FFF;
2667 background: #FFF;
2668 padding: 10px 0px 15px 0px;
2668 padding: 10px 0px 15px 0px;
2669 width: 100%;
2669 width: 100%;
2670 }
2670 }
2671
2671
2672 div.browserblock .browser-nav {
2672 div.browserblock .browser-nav {
2673 float: left
2673 float: left
2674 }
2674 }
2675
2675
2676 div.browserblock .browser-branch {
2676 div.browserblock .browser-branch {
2677 float: left;
2677 float: left;
2678 }
2678 }
2679
2679
2680 div.browserblock .browser-branch label {
2680 div.browserblock .browser-branch label {
2681 color: #4A4A4A;
2681 color: #4A4A4A;
2682 vertical-align: text-top;
2682 vertical-align: text-top;
2683 }
2683 }
2684
2684
2685 div.browserblock .browser-header span {
2685 div.browserblock .browser-header span {
2686 margin-left: 5px;
2686 margin-left: 5px;
2687 font-weight: 700;
2687 font-weight: 700;
2688 }
2688 }
2689
2689
2690 div.browserblock .browser-search {
2690 div.browserblock .browser-search {
2691 clear: both;
2691 clear: both;
2692 padding: 8px 8px 0px 5px;
2692 padding: 8px 8px 0px 5px;
2693 height: 20px;
2693 height: 20px;
2694 }
2694 }
2695
2695
2696 div.browserblock #node_filter_box {
2696 div.browserblock #node_filter_box {
2697
2697
2698 }
2698 }
2699
2699
2700 div.browserblock .search_activate {
2700 div.browserblock .search_activate {
2701 float: left
2701 float: left
2702 }
2702 }
2703
2703
2704 div.browserblock .add_node {
2704 div.browserblock .add_node {
2705 float: left;
2705 float: left;
2706 padding-left: 5px;
2706 padding-left: 5px;
2707 }
2707 }
2708
2708
2709 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2709 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2710 {
2710 {
2711 text-decoration: none !important;
2711 text-decoration: none !important;
2712 }
2712 }
2713
2713
2714 div.browserblock .browser-body {
2714 div.browserblock .browser-body {
2715 background: #EEE;
2715 background: #EEE;
2716 border-top: 1px solid #CCC;
2716 border-top: 1px solid #CCC;
2717 }
2717 }
2718
2718
2719 table.code-browser {
2719 table.code-browser {
2720 border-collapse: collapse;
2720 border-collapse: collapse;
2721 width: 100%;
2721 width: 100%;
2722 }
2722 }
2723
2723
2724 table.code-browser tr {
2724 table.code-browser tr {
2725 margin: 3px;
2725 margin: 3px;
2726 }
2726 }
2727
2727
2728 table.code-browser thead th {
2728 table.code-browser thead th {
2729 background-color: #EEE;
2729 background-color: #EEE;
2730 height: 20px;
2730 height: 20px;
2731 font-size: 1.1em;
2731 font-size: 1.1em;
2732 font-weight: 700;
2732 font-weight: 700;
2733 text-align: left;
2733 text-align: left;
2734 padding-left: 10px;
2734 padding-left: 10px;
2735 }
2735 }
2736
2736
2737 table.code-browser tbody td {
2737 table.code-browser tbody td {
2738 padding-left: 10px;
2738 padding-left: 10px;
2739 height: 20px;
2739 height: 20px;
2740 }
2740 }
2741
2741
2742 table.code-browser .browser-file {
2742 table.code-browser .browser-file {
2743 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2743 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2744 height: 16px;
2744 height: 16px;
2745 padding-left: 20px;
2745 padding-left: 20px;
2746 text-align: left;
2746 text-align: left;
2747 }
2747 }
2748 .diffblock .changeset_header {
2748 .diffblock .changeset_header {
2749 height: 16px;
2749 height: 16px;
2750 }
2750 }
2751 .diffblock .changeset_file {
2751 .diffblock .changeset_file {
2752 background: url("../images/icons/file.png") no-repeat scroll 3px;
2752 background: url("../images/icons/file.png") no-repeat scroll 3px;
2753 text-align: left;
2753 text-align: left;
2754 float: left;
2754 float: left;
2755 padding: 2px 0px 2px 22px;
2755 padding: 2px 0px 2px 22px;
2756 }
2756 }
2757 .diffblock .diff-menu-wrapper{
2757 .diffblock .diff-menu-wrapper{
2758 float: left;
2758 float: left;
2759 }
2759 }
2760
2760
2761 .diffblock .diff-menu{
2761 .diffblock .diff-menu{
2762 position: absolute;
2762 position: absolute;
2763 background: none repeat scroll 0 0 #FFFFFF;
2763 background: none repeat scroll 0 0 #FFFFFF;
2764 border-color: #003367 #666666 #666666;
2764 border-color: #003367 #666666 #666666;
2765 border-right: 1px solid #666666;
2765 border-right: 1px solid #666666;
2766 border-style: solid solid solid;
2766 border-style: solid solid solid;
2767 border-width: 1px;
2767 border-width: 1px;
2768 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2768 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2769 margin-top:5px;
2769 margin-top:5px;
2770 margin-left:1px;
2770 margin-left:1px;
2771
2771
2772 }
2772 }
2773 .diffblock .diff-actions {
2773 .diffblock .diff-actions {
2774 padding: 2px 0px 0px 2px;
2774 padding: 2px 0px 0px 2px;
2775 float: left;
2775 float: left;
2776 }
2776 }
2777 .diffblock .diff-menu ul li {
2777 .diffblock .diff-menu ul li {
2778 padding: 0px 0px 0px 0px !important;
2778 padding: 0px 0px 0px 0px !important;
2779 }
2779 }
2780 .diffblock .diff-menu ul li a{
2780 .diffblock .diff-menu ul li a{
2781 display: block;
2781 display: block;
2782 padding: 3px 8px 3px 8px !important;
2782 padding: 3px 8px 3px 8px !important;
2783 }
2783 }
2784 .diffblock .diff-menu ul li a:hover{
2784 .diffblock .diff-menu ul li a:hover{
2785 text-decoration: none;
2785 text-decoration: none;
2786 background-color: #EEEEEE;
2786 background-color: #EEEEEE;
2787 }
2787 }
2788 table.code-browser .browser-dir {
2788 table.code-browser .browser-dir {
2789 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2789 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2790 height: 16px;
2790 height: 16px;
2791 padding-left: 20px;
2791 padding-left: 20px;
2792 text-align: left;
2792 text-align: left;
2793 }
2793 }
2794
2794
2795 table.code-browser .submodule-dir {
2795 table.code-browser .submodule-dir {
2796 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2796 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2797 height: 16px;
2797 height: 16px;
2798 padding-left: 20px;
2798 padding-left: 20px;
2799 text-align: left;
2799 text-align: left;
2800 }
2800 }
2801
2801
2802
2802
2803 .box .search {
2803 .box .search {
2804 clear: both;
2804 clear: both;
2805 overflow: hidden;
2805 overflow: hidden;
2806 margin: 0;
2806 margin: 0;
2807 padding: 0 20px 10px;
2807 padding: 0 20px 10px;
2808 }
2808 }
2809
2809
2810 .box .search div.search_path {
2810 .box .search div.search_path {
2811 background: none repeat scroll 0 0 #EEE;
2811 background: none repeat scroll 0 0 #EEE;
2812 border: 1px solid #CCC;
2812 border: 1px solid #CCC;
2813 color: blue;
2813 color: blue;
2814 margin-bottom: 10px;
2814 margin-bottom: 10px;
2815 padding: 10px 0;
2815 padding: 10px 0;
2816 }
2816 }
2817
2817
2818 .box .search div.search_path div.link {
2818 .box .search div.search_path div.link {
2819 font-weight: 700;
2819 font-weight: 700;
2820 margin-left: 25px;
2820 margin-left: 25px;
2821 }
2821 }
2822
2822
2823 .box .search div.search_path div.link a {
2823 .box .search div.search_path div.link a {
2824 color: #003367;
2824 color: #003367;
2825 cursor: pointer;
2825 cursor: pointer;
2826 text-decoration: none;
2826 text-decoration: none;
2827 }
2827 }
2828
2828
2829 #path_unlock {
2829 #path_unlock {
2830 color: red;
2830 color: red;
2831 font-size: 1.2em;
2831 font-size: 1.2em;
2832 padding-left: 4px;
2832 padding-left: 4px;
2833 }
2833 }
2834
2834
2835 .info_box span {
2835 .info_box span {
2836 margin-left: 3px;
2836 margin-left: 3px;
2837 margin-right: 3px;
2837 margin-right: 3px;
2838 }
2838 }
2839
2839
2840 .info_box .rev {
2840 .info_box .rev {
2841 color: #003367;
2841 color: #003367;
2842 font-size: 1.6em;
2842 font-size: 1.6em;
2843 font-weight: bold;
2843 font-weight: bold;
2844 vertical-align: sub;
2844 vertical-align: sub;
2845 }
2845 }
2846
2846
2847 .info_box input#at_rev,.info_box input#size {
2847 .info_box input#at_rev,.info_box input#size {
2848 background: #FFF;
2848 background: #FFF;
2849 border-top: 1px solid #b3b3b3;
2849 border-top: 1px solid #b3b3b3;
2850 border-left: 1px solid #b3b3b3;
2850 border-left: 1px solid #b3b3b3;
2851 border-right: 1px solid #eaeaea;
2851 border-right: 1px solid #eaeaea;
2852 border-bottom: 1px solid #eaeaea;
2852 border-bottom: 1px solid #eaeaea;
2853 color: #000;
2853 color: #000;
2854 font-size: 12px;
2854 font-size: 12px;
2855 margin: 0;
2855 margin: 0;
2856 padding: 1px 5px 1px;
2856 padding: 1px 5px 1px;
2857 }
2857 }
2858
2858
2859 .info_box input#view {
2859 .info_box input#view {
2860 text-align: center;
2860 text-align: center;
2861 padding: 4px 3px 2px 2px;
2861 padding: 4px 3px 2px 2px;
2862 }
2862 }
2863
2863
2864 .yui-overlay,.yui-panel-container {
2864 .yui-overlay,.yui-panel-container {
2865 visibility: hidden;
2865 visibility: hidden;
2866 position: absolute;
2866 position: absolute;
2867 z-index: 2;
2867 z-index: 2;
2868 }
2868 }
2869
2869
2870 .yui-tt {
2870 .yui-tt {
2871 visibility: hidden;
2871 visibility: hidden;
2872 position: absolute;
2872 position: absolute;
2873 color: #666;
2873 color: #666;
2874 background-color: #FFF;
2874 background-color: #FFF;
2875 border: 2px solid #003367;
2875 border: 2px solid #003367;
2876 font: 100% sans-serif;
2876 font: 100% sans-serif;
2877 width: auto;
2877 width: auto;
2878 opacity: 1px;
2878 opacity: 1px;
2879 padding: 8px;
2879 padding: 8px;
2880 white-space: pre-wrap;
2880 white-space: pre-wrap;
2881 -webkit-border-radius: 8px 8px 8px 8px;
2881 -webkit-border-radius: 8px 8px 8px 8px;
2882 -khtml-border-radius: 8px 8px 8px 8px;
2882 -khtml-border-radius: 8px 8px 8px 8px;
2883 -moz-border-radius: 8px 8px 8px 8px;
2883 -moz-border-radius: 8px 8px 8px 8px;
2884 border-radius: 8px 8px 8px 8px;
2884 border-radius: 8px 8px 8px 8px;
2885 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2885 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2886 }
2886 }
2887
2887
2888 .mentions-container{
2888 .mentions-container{
2889 width: 90% !important;
2889 width: 90% !important;
2890 }
2890 }
2891 .mentions-container .yui-ac-content{
2891 .mentions-container .yui-ac-content{
2892 width: 100% !important;
2892 width: 100% !important;
2893 }
2893 }
2894
2894
2895 .ac {
2895 .ac {
2896 vertical-align: top;
2896 vertical-align: top;
2897 }
2897 }
2898
2898
2899 .ac .yui-ac {
2899 .ac .yui-ac {
2900 position: inherit;
2900 position: inherit;
2901 font-size: 100%;
2901 font-size: 100%;
2902 }
2902 }
2903
2903
2904 .ac .perm_ac {
2904 .ac .perm_ac {
2905 width: 20em;
2905 width: 20em;
2906 }
2906 }
2907
2907
2908 .ac .yui-ac-input {
2908 .ac .yui-ac-input {
2909 width: 100%;
2909 width: 100%;
2910 }
2910 }
2911
2911
2912 .ac .yui-ac-container {
2912 .ac .yui-ac-container {
2913 position: absolute;
2913 position: absolute;
2914 top: 1.6em;
2914 top: 1.6em;
2915 width: auto;
2915 width: auto;
2916 }
2916 }
2917
2917
2918 .ac .yui-ac-content {
2918 .ac .yui-ac-content {
2919 position: absolute;
2919 position: absolute;
2920 border: 1px solid gray;
2920 border: 1px solid gray;
2921 background: #fff;
2921 background: #fff;
2922 z-index: 9050;
2922 z-index: 9050;
2923
2923
2924 }
2924 }
2925
2925
2926 .ac .yui-ac-shadow {
2926 .ac .yui-ac-shadow {
2927 position: absolute;
2927 position: absolute;
2928 width: 100%;
2928 width: 100%;
2929 background: #000;
2929 background: #000;
2930 -moz-opacity: 0.1px;
2930 -moz-opacity: 0.1px;
2931 opacity: .10;
2931 opacity: .10;
2932 filter: alpha(opacity = 10);
2932 filter: alpha(opacity = 10);
2933 z-index: 9049;
2933 z-index: 9049;
2934 margin: .3em;
2934 margin: .3em;
2935 }
2935 }
2936
2936
2937 .ac .yui-ac-content ul {
2937 .ac .yui-ac-content ul {
2938 width: 100%;
2938 width: 100%;
2939 margin: 0;
2939 margin: 0;
2940 padding: 0;
2940 padding: 0;
2941 z-index: 9050;
2941 z-index: 9050;
2942 }
2942 }
2943
2943
2944 .ac .yui-ac-content li {
2944 .ac .yui-ac-content li {
2945 cursor: default;
2945 cursor: default;
2946 white-space: nowrap;
2946 white-space: nowrap;
2947 margin: 0;
2947 margin: 0;
2948 padding: 2px 5px;
2948 padding: 2px 5px;
2949 height: 18px;
2949 height: 18px;
2950 z-index: 9050;
2950 z-index: 9050;
2951 display: block;
2951 display: block;
2952 width: auto !important;
2952 width: auto !important;
2953 }
2953 }
2954
2954
2955 .ac .yui-ac-content li .ac-container-wrap{
2955 .ac .yui-ac-content li .ac-container-wrap{
2956 width: auto;
2956 width: auto;
2957 }
2957 }
2958
2958
2959 .ac .yui-ac-content li.yui-ac-prehighlight {
2959 .ac .yui-ac-content li.yui-ac-prehighlight {
2960 background: #B3D4FF;
2960 background: #B3D4FF;
2961 z-index: 9050;
2961 z-index: 9050;
2962 }
2962 }
2963
2963
2964 .ac .yui-ac-content li.yui-ac-highlight {
2964 .ac .yui-ac-content li.yui-ac-highlight {
2965 background: #556CB5;
2965 background: #556CB5;
2966 color: #FFF;
2966 color: #FFF;
2967 z-index: 9050;
2967 z-index: 9050;
2968 }
2968 }
2969 .ac .yui-ac-bd{
2969 .ac .yui-ac-bd{
2970 z-index: 9050;
2970 z-index: 9050;
2971 }
2971 }
2972
2972
2973 .follow {
2973 .follow {
2974 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2974 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2975 height: 16px;
2975 height: 16px;
2976 width: 20px;
2976 width: 20px;
2977 cursor: pointer;
2977 cursor: pointer;
2978 display: block;
2978 display: block;
2979 float: right;
2979 float: right;
2980 margin-top: 2px;
2980 margin-top: 2px;
2981 }
2981 }
2982
2982
2983 .following {
2983 .following {
2984 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2984 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2985 height: 16px;
2985 height: 16px;
2986 width: 20px;
2986 width: 20px;
2987 cursor: pointer;
2987 cursor: pointer;
2988 display: block;
2988 display: block;
2989 float: right;
2989 float: right;
2990 margin-top: 2px;
2990 margin-top: 2px;
2991 }
2991 }
2992
2992
2993 .currently_following {
2993 .currently_following {
2994 padding-left: 10px;
2994 padding-left: 10px;
2995 padding-bottom: 5px;
2995 padding-bottom: 5px;
2996 }
2996 }
2997
2997
2998 .add_icon {
2998 .add_icon {
2999 background: url("../images/icons/add.png") no-repeat scroll 3px;
2999 background: url("../images/icons/add.png") no-repeat scroll 3px;
3000 padding-left: 20px;
3000 padding-left: 20px;
3001 padding-top: 0px;
3001 padding-top: 0px;
3002 text-align: left;
3002 text-align: left;
3003 }
3003 }
3004
3004
3005 .edit_icon {
3005 .edit_icon {
3006 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
3006 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
3007 padding-left: 20px;
3007 padding-left: 20px;
3008 padding-top: 0px;
3008 padding-top: 0px;
3009 text-align: left;
3009 text-align: left;
3010 }
3010 }
3011
3011
3012 .delete_icon {
3012 .delete_icon {
3013 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3013 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3014 padding-left: 20px;
3014 padding-left: 20px;
3015 padding-top: 0px;
3015 padding-top: 0px;
3016 text-align: left;
3016 text-align: left;
3017 }
3017 }
3018
3018
3019 .refresh_icon {
3019 .refresh_icon {
3020 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3020 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3021 3px;
3021 3px;
3022 padding-left: 20px;
3022 padding-left: 20px;
3023 padding-top: 0px;
3023 padding-top: 0px;
3024 text-align: left;
3024 text-align: left;
3025 }
3025 }
3026
3026
3027 .pull_icon {
3027 .pull_icon {
3028 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3028 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3029 padding-left: 20px;
3029 padding-left: 20px;
3030 padding-top: 0px;
3030 padding-top: 0px;
3031 text-align: left;
3031 text-align: left;
3032 }
3032 }
3033
3033
3034 .rss_icon {
3034 .rss_icon {
3035 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3035 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3036 padding-left: 20px;
3036 padding-left: 20px;
3037 padding-top: 4px;
3037 padding-top: 4px;
3038 text-align: left;
3038 text-align: left;
3039 font-size: 8px
3039 font-size: 8px
3040 }
3040 }
3041
3041
3042 .atom_icon {
3042 .atom_icon {
3043 background: url("../images/icons/atom.png") no-repeat scroll 3px;
3043 background: url("../images/icons/atom.png") no-repeat scroll 3px;
3044 padding-left: 20px;
3044 padding-left: 20px;
3045 padding-top: 4px;
3045 padding-top: 4px;
3046 text-align: left;
3046 text-align: left;
3047 font-size: 8px
3047 font-size: 8px
3048 }
3048 }
3049
3049
3050 .archive_icon {
3050 .archive_icon {
3051 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3051 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3052 padding-left: 20px;
3052 padding-left: 20px;
3053 text-align: left;
3053 text-align: left;
3054 padding-top: 1px;
3054 padding-top: 1px;
3055 }
3055 }
3056
3056
3057 .start_following_icon {
3057 .start_following_icon {
3058 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3058 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3059 padding-left: 20px;
3059 padding-left: 20px;
3060 text-align: left;
3060 text-align: left;
3061 padding-top: 0px;
3061 padding-top: 0px;
3062 }
3062 }
3063
3063
3064 .stop_following_icon {
3064 .stop_following_icon {
3065 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3065 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3066 padding-left: 20px;
3066 padding-left: 20px;
3067 text-align: left;
3067 text-align: left;
3068 padding-top: 0px;
3068 padding-top: 0px;
3069 }
3069 }
3070
3070
3071 .action_button {
3071 .action_button {
3072 border: 0;
3072 border: 0;
3073 display: inline;
3073 display: inline;
3074 }
3074 }
3075
3075
3076 .action_button:hover {
3076 .action_button:hover {
3077 border: 0;
3077 border: 0;
3078 text-decoration: underline;
3078 text-decoration: underline;
3079 cursor: pointer;
3079 cursor: pointer;
3080 }
3080 }
3081
3081
3082 #switch_repos {
3082 #switch_repos {
3083 position: absolute;
3083 position: absolute;
3084 height: 25px;
3084 height: 25px;
3085 z-index: 1;
3085 z-index: 1;
3086 }
3086 }
3087
3087
3088 #switch_repos select {
3088 #switch_repos select {
3089 min-width: 150px;
3089 min-width: 150px;
3090 max-height: 250px;
3090 max-height: 250px;
3091 z-index: 1;
3091 z-index: 1;
3092 }
3092 }
3093
3093
3094 .breadcrumbs {
3094 .breadcrumbs {
3095 border: medium none;
3095 border: medium none;
3096 color: #FFF;
3096 color: #FFF;
3097 float: left;
3097 float: left;
3098 text-transform: uppercase;
3098 text-transform: uppercase;
3099 font-weight: 700;
3099 font-weight: 700;
3100 font-size: 14px;
3100 font-size: 14px;
3101 margin: 0;
3101 margin: 0;
3102 padding: 11px 0 11px 10px;
3102 padding: 11px 0 11px 10px;
3103 }
3103 }
3104
3104
3105 .breadcrumbs .hash {
3105 .breadcrumbs .hash {
3106 text-transform: none;
3106 text-transform: none;
3107 color: #fff;
3107 color: #fff;
3108 }
3108 }
3109
3109
3110 .breadcrumbs a {
3110 .breadcrumbs a {
3111 color: #FFF;
3111 color: #FFF;
3112 }
3112 }
3113
3113
3114 .flash_msg {
3114 .flash_msg {
3115
3115
3116 }
3116 }
3117
3117
3118 .flash_msg ul {
3118 .flash_msg ul {
3119
3119
3120 }
3120 }
3121
3121
3122 .error_msg {
3122 .error_msg {
3123 background-color: #c43c35;
3123 background-color: #c43c35;
3124 background-repeat: repeat-x;
3124 background-repeat: repeat-x;
3125 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3125 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3126 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3126 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3127 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3127 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3128 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3128 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3129 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3129 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3130 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3130 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3131 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3131 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3132 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3132 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3133 border-color: #c43c35 #c43c35 #882a25;
3133 border-color: #c43c35 #c43c35 #882a25;
3134 }
3134 }
3135
3135
3136 .warning_msg {
3136 .warning_msg {
3137 color: #404040 !important;
3137 color: #404040 !important;
3138 background-color: #eedc94;
3138 background-color: #eedc94;
3139 background-repeat: repeat-x;
3139 background-repeat: repeat-x;
3140 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3140 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3141 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3141 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3142 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3142 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3143 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3143 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3144 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3144 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3145 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3145 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3146 background-image: linear-gradient(top, #fceec1, #eedc94);
3146 background-image: linear-gradient(top, #fceec1, #eedc94);
3147 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3147 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3148 border-color: #eedc94 #eedc94 #e4c652;
3148 border-color: #eedc94 #eedc94 #e4c652;
3149 }
3149 }
3150
3150
3151 .success_msg {
3151 .success_msg {
3152 background-color: #57a957;
3152 background-color: #57a957;
3153 background-repeat: repeat-x !important;
3153 background-repeat: repeat-x !important;
3154 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3154 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3155 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3155 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3156 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3156 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3157 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3157 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3158 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3158 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3159 background-image: -o-linear-gradient(top, #62c462, #57a957);
3159 background-image: -o-linear-gradient(top, #62c462, #57a957);
3160 background-image: linear-gradient(top, #62c462, #57a957);
3160 background-image: linear-gradient(top, #62c462, #57a957);
3161 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3161 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3162 border-color: #57a957 #57a957 #3d773d;
3162 border-color: #57a957 #57a957 #3d773d;
3163 }
3163 }
3164
3164
3165 .notice_msg {
3165 .notice_msg {
3166 background-color: #339bb9;
3166 background-color: #339bb9;
3167 background-repeat: repeat-x;
3167 background-repeat: repeat-x;
3168 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3168 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3169 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3169 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3170 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3170 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3171 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3171 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3172 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3172 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3173 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3173 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3174 background-image: linear-gradient(top, #5bc0de, #339bb9);
3174 background-image: linear-gradient(top, #5bc0de, #339bb9);
3175 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3175 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3176 border-color: #339bb9 #339bb9 #22697d;
3176 border-color: #339bb9 #339bb9 #22697d;
3177 }
3177 }
3178
3178
3179 .success_msg,.error_msg,.notice_msg,.warning_msg {
3179 .success_msg,.error_msg,.notice_msg,.warning_msg {
3180 font-size: 12px;
3180 font-size: 12px;
3181 font-weight: 700;
3181 font-weight: 700;
3182 min-height: 14px;
3182 min-height: 14px;
3183 line-height: 14px;
3183 line-height: 14px;
3184 margin-bottom: 10px;
3184 margin-bottom: 10px;
3185 margin-top: 0;
3185 margin-top: 0;
3186 display: block;
3186 display: block;
3187 overflow: auto;
3187 overflow: auto;
3188 padding: 6px 10px 6px 10px;
3188 padding: 6px 10px 6px 10px;
3189 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3189 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3190 position: relative;
3190 position: relative;
3191 color: #FFF;
3191 color: #FFF;
3192 border-width: 1px;
3192 border-width: 1px;
3193 border-style: solid;
3193 border-style: solid;
3194 -webkit-border-radius: 4px;
3194 -webkit-border-radius: 4px;
3195 -moz-border-radius: 4px;
3195 -moz-border-radius: 4px;
3196 border-radius: 4px;
3196 border-radius: 4px;
3197 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3197 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3198 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3198 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3199 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3199 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3200 }
3200 }
3201
3201
3202 #msg_close {
3202 #msg_close {
3203 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3203 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3204 cursor: pointer;
3204 cursor: pointer;
3205 height: 16px;
3205 height: 16px;
3206 position: absolute;
3206 position: absolute;
3207 right: 5px;
3207 right: 5px;
3208 top: 5px;
3208 top: 5px;
3209 width: 16px;
3209 width: 16px;
3210 }
3210 }
3211 div#legend_data{
3211 div#legend_data{
3212 padding-left:10px;
3212 padding-left:10px;
3213 }
3213 }
3214 div#legend_container table{
3214 div#legend_container table{
3215 border: none !important;
3215 border: none !important;
3216 }
3216 }
3217 div#legend_container table,div#legend_choices table {
3217 div#legend_container table,div#legend_choices table {
3218 width: auto !important;
3218 width: auto !important;
3219 }
3219 }
3220
3220
3221 table#permissions_manage {
3221 table#permissions_manage {
3222 width: 0 !important;
3222 width: 0 !important;
3223 }
3223 }
3224
3224
3225 table#permissions_manage span.private_repo_msg {
3225 table#permissions_manage span.private_repo_msg {
3226 font-size: 0.8em;
3226 font-size: 0.8em;
3227 opacity: 0.6px;
3227 opacity: 0.6px;
3228 }
3228 }
3229
3229
3230 table#permissions_manage td.private_repo_msg {
3230 table#permissions_manage td.private_repo_msg {
3231 font-size: 0.8em;
3231 font-size: 0.8em;
3232 }
3232 }
3233
3233
3234 table#permissions_manage tr#add_perm_input td {
3234 table#permissions_manage tr#add_perm_input td {
3235 vertical-align: middle;
3235 vertical-align: middle;
3236 }
3236 }
3237
3237
3238 div.gravatar {
3238 div.gravatar {
3239 background-color: #FFF;
3239 background-color: #FFF;
3240 float: left;
3240 float: left;
3241 margin-right: 0.7em;
3241 margin-right: 0.7em;
3242 padding: 1px 1px 1px 1px;
3242 padding: 1px 1px 1px 1px;
3243 line-height:0;
3243 line-height:0;
3244 -webkit-border-radius: 3px;
3244 -webkit-border-radius: 3px;
3245 -khtml-border-radius: 3px;
3245 -khtml-border-radius: 3px;
3246 -moz-border-radius: 3px;
3246 -moz-border-radius: 3px;
3247 border-radius: 3px;
3247 border-radius: 3px;
3248 }
3248 }
3249
3249
3250 div.gravatar img {
3250 div.gravatar img {
3251 -webkit-border-radius: 2px;
3251 -webkit-border-radius: 2px;
3252 -khtml-border-radius: 2px;
3252 -khtml-border-radius: 2px;
3253 -moz-border-radius: 2px;
3253 -moz-border-radius: 2px;
3254 border-radius: 2px;
3254 border-radius: 2px;
3255 }
3255 }
3256
3256
3257 #header,#content,#footer {
3257 #header,#content,#footer {
3258 min-width: 978px;
3258 min-width: 978px;
3259 }
3259 }
3260
3260
3261 #content {
3261 #content {
3262 clear: both;
3262 clear: both;
3263 overflow: hidden;
3263 overflow: hidden;
3264 padding: 54px 10px 14px 10px;
3264 padding: 54px 10px 14px 10px;
3265 }
3265 }
3266
3266
3267 #content div.box div.title div.search {
3267 #content div.box div.title div.search {
3268
3268
3269 border-left: 1px solid #316293;
3269 border-left: 1px solid #316293;
3270 }
3270 }
3271
3271
3272 #content div.box div.title div.search div.input input {
3272 #content div.box div.title div.search div.input input {
3273 border: 1px solid #316293;
3273 border: 1px solid #316293;
3274 }
3274 }
3275
3275
3276 .ui-btn{
3276 .ui-btn{
3277 color: #515151;
3277 color: #515151;
3278 background-color: #DADADA;
3278 background-color: #DADADA;
3279 background-repeat: repeat-x;
3279 background-repeat: repeat-x;
3280 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3280 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3281 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3281 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3282 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3282 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3283 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3283 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3284 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3284 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3285 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3285 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3286 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3286 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3287 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3287 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3288
3288
3289 border-top: 1px solid #DDD;
3289 border-top: 1px solid #DDD;
3290 border-left: 1px solid #c6c6c6;
3290 border-left: 1px solid #c6c6c6;
3291 border-right: 1px solid #DDD;
3291 border-right: 1px solid #DDD;
3292 border-bottom: 1px solid #c6c6c6;
3292 border-bottom: 1px solid #c6c6c6;
3293 color: #515151;
3293 color: #515151;
3294 outline: none;
3294 outline: none;
3295 margin: 0px 3px 3px 0px;
3295 margin: 0px 3px 3px 0px;
3296 -webkit-border-radius: 4px 4px 4px 4px !important;
3296 -webkit-border-radius: 4px 4px 4px 4px !important;
3297 -khtml-border-radius: 4px 4px 4px 4px !important;
3297 -khtml-border-radius: 4px 4px 4px 4px !important;
3298 -moz-border-radius: 4px 4px 4px 4px !important;
3298 -moz-border-radius: 4px 4px 4px 4px !important;
3299 border-radius: 4px 4px 4px 4px !important;
3299 border-radius: 4px 4px 4px 4px !important;
3300 cursor: pointer !important;
3300 cursor: pointer !important;
3301 padding: 3px 3px 3px 3px;
3301 padding: 3px 3px 3px 3px;
3302 background-position: 0 -15px;
3302 background-position: 0 -15px;
3303
3303
3304 }
3304 }
3305 .ui-btn.xsmall{
3305 .ui-btn.xsmall{
3306 padding: 1px 2px 1px 1px;
3306 padding: 1px 2px 1px 1px;
3307 }
3307 }
3308
3309 .ui-btn.large{
3310 padding: 6px 12px;
3311 }
3312
3308 .ui-btn.clone{
3313 .ui-btn.clone{
3309 padding: 5px 2px 6px 1px;
3314 padding: 5px 2px 6px 1px;
3310 margin: 0px -4px 3px 0px;
3315 margin: 0px -4px 3px 0px;
3311 -webkit-border-radius: 4px 0px 0px 4px !important;
3316 -webkit-border-radius: 4px 0px 0px 4px !important;
3312 -khtml-border-radius: 4px 0px 0px 4px !important;
3317 -khtml-border-radius: 4px 0px 0px 4px !important;
3313 -moz-border-radius: 4px 0px 0px 4px !important;
3318 -moz-border-radius: 4px 0px 0px 4px !important;
3314 border-radius: 4px 0px 0px 4px !important;
3319 border-radius: 4px 0px 0px 4px !important;
3315 width: 100px;
3320 width: 100px;
3316 text-align: center;
3321 text-align: center;
3317 float: left;
3322 float: left;
3318 position: absolute;
3323 position: absolute;
3319 }
3324 }
3320 .ui-btn:focus {
3325 .ui-btn:focus {
3321 outline: none;
3326 outline: none;
3322 }
3327 }
3323 .ui-btn:hover{
3328 .ui-btn:hover{
3324 background-position: 0 0px;
3329 background-position: 0 0px;
3325 text-decoration: none;
3330 text-decoration: none;
3326 color: #515151;
3331 color: #515151;
3327 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3332 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3328 }
3333 }
3329
3334
3330 .ui-btn.red{
3335 .ui-btn.red{
3331 color:#fff;
3336 color:#fff;
3332 background-color: #c43c35;
3337 background-color: #c43c35;
3333 background-repeat: repeat-x;
3338 background-repeat: repeat-x;
3334 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3339 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3335 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3340 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3336 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3341 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3337 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3342 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3338 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3343 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3339 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3344 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3340 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3345 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3341 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3346 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3342 border-color: #c43c35 #c43c35 #882a25;
3347 border-color: #c43c35 #c43c35 #882a25;
3343 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3348 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3344 }
3349 }
3345
3350
3346
3351
3347 .ui-btn.blue{
3352 .ui-btn.blue{
3353 color:#fff;
3348 background-color: #339bb9;
3354 background-color: #339bb9;
3349 background-repeat: repeat-x;
3355 background-repeat: repeat-x;
3350 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3356 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3351 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3357 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3352 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3358 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3353 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3359 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3354 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3360 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3355 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3361 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3356 background-image: linear-gradient(top, #5bc0de, #339bb9);
3362 background-image: linear-gradient(top, #5bc0de, #339bb9);
3357 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3363 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3358 border-color: #339bb9 #339bb9 #22697d;
3364 border-color: #339bb9 #339bb9 #22697d;
3359 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3365 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3360 }
3366 }
3361
3367
3362 .ui-btn.green{
3368 .ui-btn.green{
3363 background-color: #57a957;
3369 background-color: #57a957;
3364 background-repeat: repeat-x;
3370 background-repeat: repeat-x;
3365 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3371 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3366 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3372 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3367 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3373 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3368 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3374 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3369 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3375 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3370 background-image: -o-linear-gradient(top, #62c462, #57a957);
3376 background-image: -o-linear-gradient(top, #62c462, #57a957);
3371 background-image: linear-gradient(top, #62c462, #57a957);
3377 background-image: linear-gradient(top, #62c462, #57a957);
3372 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3378 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3373 border-color: #57a957 #57a957 #3d773d;
3379 border-color: #57a957 #57a957 #3d773d;
3374 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3380 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3375 }
3381 }
3376
3382
3377 .ui-btn.active{
3383 .ui-btn.active{
3378 font-weight: bold;
3384 font-weight: bold;
3379 }
3385 }
3380
3386
3381 ins,div.options a:hover {
3387 ins,div.options a:hover {
3382 text-decoration: none;
3388 text-decoration: none;
3383 }
3389 }
3384
3390
3385 img,
3391 img,
3386 #header #header-inner #quick li a:hover span.normal,
3392 #header #header-inner #quick li a:hover span.normal,
3387 #header #header-inner #quick li ul li.last,
3393 #header #header-inner #quick li ul li.last,
3388 #content div.box div.form div.fields div.field div.textarea table td table td a,
3394 #content div.box div.form div.fields div.field div.textarea table td table td a,
3389 #clone_url,
3395 #clone_url,
3390 #clone_url_id
3396 #clone_url_id
3391 {
3397 {
3392 border: none;
3398 border: none;
3393 }
3399 }
3394
3400
3395 img.icon,.right .merge img {
3401 img.icon,.right .merge img {
3396 vertical-align: bottom;
3402 vertical-align: bottom;
3397 }
3403 }
3398
3404
3399 #header ul#logged-user,#content div.box div.title ul.links,
3405 #header ul#logged-user,#content div.box div.title ul.links,
3400 #content div.box div.message div.dismiss,
3406 #content div.box div.message div.dismiss,
3401 #content div.box div.traffic div.legend ul
3407 #content div.box div.traffic div.legend ul
3402 {
3408 {
3403 float: right;
3409 float: right;
3404 margin: 0;
3410 margin: 0;
3405 padding: 0;
3411 padding: 0;
3406 }
3412 }
3407
3413
3408 #header #header-inner #home,#header #header-inner #logo,
3414 #header #header-inner #home,#header #header-inner #logo,
3409 #content div.box ul.left,#content div.box ol.left,
3415 #content div.box ul.left,#content div.box ol.left,
3410 #content div.box div.pagination-left,div#commit_history,
3416 #content div.box div.pagination-left,div#commit_history,
3411 div#legend_data,div#legend_container,div#legend_choices
3417 div#legend_data,div#legend_container,div#legend_choices
3412 {
3418 {
3413 float: left;
3419 float: left;
3414 }
3420 }
3415
3421
3416 #header #header-inner #quick li:hover ul ul,
3422 #header #header-inner #quick li:hover ul ul,
3417 #header #header-inner #quick li:hover ul ul ul,
3423 #header #header-inner #quick li:hover ul ul ul,
3418 #header #header-inner #quick li:hover ul ul ul ul,
3424 #header #header-inner #quick li:hover ul ul ul ul,
3419 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3425 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3420 {
3426 {
3421 display: none;
3427 display: none;
3422 }
3428 }
3423
3429
3424 #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
3430 #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
3425 {
3431 {
3426 display: block;
3432 display: block;
3427 }
3433 }
3428
3434
3429 #content div.graph {
3435 #content div.graph {
3430 padding: 0 10px 10px;
3436 padding: 0 10px 10px;
3431 }
3437 }
3432
3438
3433 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3439 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3434 {
3440 {
3435 color: #bfe3ff;
3441 color: #bfe3ff;
3436 }
3442 }
3437
3443
3438 #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
3444 #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
3439 {
3445 {
3440 margin: 10px 24px 10px 44px;
3446 margin: 10px 24px 10px 44px;
3441 }
3447 }
3442
3448
3443 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3449 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3444 {
3450 {
3445 clear: both;
3451 clear: both;
3446 overflow: hidden;
3452 overflow: hidden;
3447 margin: 0;
3453 margin: 0;
3448 padding: 0 20px 10px;
3454 padding: 0 20px 10px;
3449 }
3455 }
3450
3456
3451 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3457 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3452 {
3458 {
3453 clear: both;
3459 clear: both;
3454 overflow: hidden;
3460 overflow: hidden;
3455 margin: 0;
3461 margin: 0;
3456 padding: 0;
3462 padding: 0;
3457 }
3463 }
3458
3464
3459 #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
3465 #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
3460 {
3466 {
3461 height: 1%;
3467 height: 1%;
3462 display: block;
3468 display: block;
3463 color: #363636;
3469 color: #363636;
3464 margin: 0;
3470 margin: 0;
3465 padding: 2px 0 0;
3471 padding: 2px 0 0;
3466 }
3472 }
3467
3473
3468 #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
3474 #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
3469 {
3475 {
3470 background: #FBE3E4;
3476 background: #FBE3E4;
3471 border-top: 1px solid #e1b2b3;
3477 border-top: 1px solid #e1b2b3;
3472 border-left: 1px solid #e1b2b3;
3478 border-left: 1px solid #e1b2b3;
3473 border-right: 1px solid #FBC2C4;
3479 border-right: 1px solid #FBC2C4;
3474 border-bottom: 1px solid #FBC2C4;
3480 border-bottom: 1px solid #FBC2C4;
3475 }
3481 }
3476
3482
3477 #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
3483 #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
3478 {
3484 {
3479 background: #E6EFC2;
3485 background: #E6EFC2;
3480 border-top: 1px solid #cebb98;
3486 border-top: 1px solid #cebb98;
3481 border-left: 1px solid #cebb98;
3487 border-left: 1px solid #cebb98;
3482 border-right: 1px solid #c6d880;
3488 border-right: 1px solid #c6d880;
3483 border-bottom: 1px solid #c6d880;
3489 border-bottom: 1px solid #c6d880;
3484 }
3490 }
3485
3491
3486 #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
3492 #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
3487 {
3493 {
3488 margin: 0;
3494 margin: 0;
3489 }
3495 }
3490
3496
3491 #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
3497 #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
3492 {
3498 {
3493 margin: 0 0 0 0px !important;
3499 margin: 0 0 0 0px !important;
3494 padding: 0;
3500 padding: 0;
3495 }
3501 }
3496
3502
3497 #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
3503 #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
3498 {
3504 {
3499 margin: 0 0 0 200px;
3505 margin: 0 0 0 200px;
3500 padding: 0;
3506 padding: 0;
3501 }
3507 }
3502
3508
3503 #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
3509 #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
3504 {
3510 {
3505 color: #000;
3511 color: #000;
3506 text-decoration: none;
3512 text-decoration: none;
3507 }
3513 }
3508
3514
3509 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3515 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3510 {
3516 {
3511 border: 1px solid #666;
3517 border: 1px solid #666;
3512 }
3518 }
3513
3519
3514 #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
3520 #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
3515 {
3521 {
3516 clear: both;
3522 clear: both;
3517 overflow: hidden;
3523 overflow: hidden;
3518 margin: 0;
3524 margin: 0;
3519 padding: 8px 0 2px;
3525 padding: 8px 0 2px;
3520 }
3526 }
3521
3527
3522 #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
3528 #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
3523 {
3529 {
3524 float: left;
3530 float: left;
3525 margin: 0;
3531 margin: 0;
3526 }
3532 }
3527
3533
3528 #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
3534 #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
3529 {
3535 {
3530 height: 1%;
3536 height: 1%;
3531 display: block;
3537 display: block;
3532 float: left;
3538 float: left;
3533 margin: 2px 0 0 4px;
3539 margin: 2px 0 0 4px;
3534 }
3540 }
3535
3541
3536 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
3542 div.form div.fields div.field div.button input,
3537 {
3543 #content div.box div.form div.fields div.buttons input
3538 color: #000;
3544 div.form div.fields div.buttons input,
3539 font-size: 11px;
3545 #content div.box div.action div.button input {
3540 font-weight: 700;
3546 /*color: #000;*/
3541 margin: 0;
3547 font-size: 11px;
3548 font-weight: 700;
3549 margin: 0;
3542 }
3550 }
3543
3551
3544 input.ui-button {
3552 input.ui-button {
3545 background: #e5e3e3 url("../images/button.png") repeat-x;
3553 background: #e5e3e3 url("../images/button.png") repeat-x;
3546 border-top: 1px solid #DDD;
3554 border-top: 1px solid #DDD;
3547 border-left: 1px solid #c6c6c6;
3555 border-left: 1px solid #c6c6c6;
3548 border-right: 1px solid #DDD;
3556 border-right: 1px solid #DDD;
3549 border-bottom: 1px solid #c6c6c6;
3557 border-bottom: 1px solid #c6c6c6;
3550 color: #515151 !important;
3558 color: #515151 !important;
3551 outline: none;
3559 outline: none;
3552 margin: 0;
3560 margin: 0;
3553 padding: 6px 12px;
3561 padding: 6px 12px;
3554 -webkit-border-radius: 4px 4px 4px 4px;
3562 -webkit-border-radius: 4px 4px 4px 4px;
3555 -khtml-border-radius: 4px 4px 4px 4px;
3563 -khtml-border-radius: 4px 4px 4px 4px;
3556 -moz-border-radius: 4px 4px 4px 4px;
3564 -moz-border-radius: 4px 4px 4px 4px;
3557 border-radius: 4px 4px 4px 4px;
3565 border-radius: 4px 4px 4px 4px;
3558 box-shadow: 0 1px 0 #ececec;
3566 box-shadow: 0 1px 0 #ececec;
3559 cursor: pointer;
3567 cursor: pointer;
3560 }
3568 }
3561
3569
3562 input.ui-button:hover {
3570 input.ui-button:hover {
3563 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3571 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3564 border-top: 1px solid #ccc;
3572 border-top: 1px solid #ccc;
3565 border-left: 1px solid #bebebe;
3573 border-left: 1px solid #bebebe;
3566 border-right: 1px solid #b1b1b1;
3574 border-right: 1px solid #b1b1b1;
3567 border-bottom: 1px solid #afafaf;
3575 border-bottom: 1px solid #afafaf;
3568 }
3576 }
3569
3577
3570 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3578 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3571 {
3579 {
3572 display: inline;
3580 display: inline;
3573 }
3581 }
3574
3582
3575 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3583 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3576 {
3584 {
3577 margin: 10px 0 0 200px;
3585 margin: 10px 0 0 200px;
3578 padding: 0;
3586 padding: 0;
3579 }
3587 }
3580
3588
3581 #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
3589 #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
3582 {
3590 {
3583 margin: 10px 0 0;
3591 margin: 10px 0 0;
3584 }
3592 }
3585
3593
3586 #content div.box table td.user,#content div.box table td.address {
3594 #content div.box table td.user,#content div.box table td.address {
3587 width: 10%;
3595 width: 10%;
3588 text-align: center;
3596 text-align: center;
3589 }
3597 }
3590
3598
3591 #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
3599 #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
3592 {
3600 {
3593 text-align: right;
3601 text-align: right;
3594 margin: 6px 0 0;
3602 margin: 6px 0 0;
3595 padding: 0;
3603 padding: 0;
3596 }
3604 }
3597
3605
3598 #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
3606 #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
3599 {
3607 {
3600 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3608 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3601 border-top: 1px solid #ccc;
3609 border-top: 1px solid #ccc;
3602 border-left: 1px solid #bebebe;
3610 border-left: 1px solid #bebebe;
3603 border-right: 1px solid #b1b1b1;
3611 border-right: 1px solid #b1b1b1;
3604 border-bottom: 1px solid #afafaf;
3612 border-bottom: 1px solid #afafaf;
3605 color: #515151;
3613 color: #515151;
3606 margin: 0;
3614 margin: 0;
3607 padding: 6px 12px;
3615 padding: 6px 12px;
3608 }
3616 }
3609
3617
3610 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3618 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3611 {
3619 {
3612 text-align: left;
3620 text-align: left;
3613 float: left;
3621 float: left;
3614 margin: 0;
3622 margin: 0;
3615 padding: 0;
3623 padding: 0;
3616 }
3624 }
3617
3625
3618 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3626 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3619 {
3627 {
3620 height: 1%;
3628 height: 1%;
3621 display: block;
3629 display: block;
3622 float: left;
3630 float: left;
3623 background: #ebebeb url("../images/pager.png") repeat-x;
3631 background: #ebebeb url("../images/pager.png") repeat-x;
3624 border-top: 1px solid #dedede;
3632 border-top: 1px solid #dedede;
3625 border-left: 1px solid #cfcfcf;
3633 border-left: 1px solid #cfcfcf;
3626 border-right: 1px solid #c4c4c4;
3634 border-right: 1px solid #c4c4c4;
3627 border-bottom: 1px solid #c4c4c4;
3635 border-bottom: 1px solid #c4c4c4;
3628 color: #4A4A4A;
3636 color: #4A4A4A;
3629 font-weight: 700;
3637 font-weight: 700;
3630 margin: 0;
3638 margin: 0;
3631 padding: 6px 8px;
3639 padding: 6px 8px;
3632 }
3640 }
3633
3641
3634 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3642 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3635 {
3643 {
3636 color: #B4B4B4;
3644 color: #B4B4B4;
3637 padding: 6px;
3645 padding: 6px;
3638 }
3646 }
3639
3647
3640 #login,#register {
3648 #login,#register {
3641 width: 520px;
3649 width: 520px;
3642 margin: 10% auto 0;
3650 margin: 10% auto 0;
3643 padding: 0;
3651 padding: 0;
3644 }
3652 }
3645
3653
3646 #login div.color,#register div.color {
3654 #login div.color,#register div.color {
3647 clear: both;
3655 clear: both;
3648 overflow: hidden;
3656 overflow: hidden;
3649 background: #FFF;
3657 background: #FFF;
3650 margin: 10px auto 0;
3658 margin: 10px auto 0;
3651 padding: 3px 3px 3px 0;
3659 padding: 3px 3px 3px 0;
3652 }
3660 }
3653
3661
3654 #login div.color a,#register div.color a {
3662 #login div.color a,#register div.color a {
3655 width: 20px;
3663 width: 20px;
3656 height: 20px;
3664 height: 20px;
3657 display: block;
3665 display: block;
3658 float: left;
3666 float: left;
3659 margin: 0 0 0 3px;
3667 margin: 0 0 0 3px;
3660 padding: 0;
3668 padding: 0;
3661 }
3669 }
3662
3670
3663 #login div.title h5,#register div.title h5 {
3671 #login div.title h5,#register div.title h5 {
3664 color: #fff;
3672 color: #fff;
3665 margin: 10px;
3673 margin: 10px;
3666 padding: 0;
3674 padding: 0;
3667 }
3675 }
3668
3676
3669 #login div.form div.fields div.field,#register div.form div.fields div.field
3677 #login div.form div.fields div.field,#register div.form div.fields div.field
3670 {
3678 {
3671 clear: both;
3679 clear: both;
3672 overflow: hidden;
3680 overflow: hidden;
3673 margin: 0;
3681 margin: 0;
3674 padding: 0 0 10px;
3682 padding: 0 0 10px;
3675 }
3683 }
3676
3684
3677 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3685 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3678 {
3686 {
3679 height: 1%;
3687 height: 1%;
3680 display: block;
3688 display: block;
3681 color: red;
3689 color: red;
3682 margin: 8px 0 0;
3690 margin: 8px 0 0;
3683 padding: 0;
3691 padding: 0;
3684 max-width: 320px;
3692 max-width: 320px;
3685 }
3693 }
3686
3694
3687 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3695 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3688 {
3696 {
3689 color: #000;
3697 color: #000;
3690 font-weight: 700;
3698 font-weight: 700;
3691 }
3699 }
3692
3700
3693 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3701 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3694 {
3702 {
3695 float: left;
3703 float: left;
3696 margin: 0;
3704 margin: 0;
3697 padding: 0;
3705 padding: 0;
3698 }
3706 }
3699
3707
3700 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3708 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3701 {
3709 {
3702 margin: 0 0 0 184px;
3710 margin: 0 0 0 184px;
3703 padding: 0;
3711 padding: 0;
3704 }
3712 }
3705
3713
3706 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3714 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3707 {
3715 {
3708 color: #565656;
3716 color: #565656;
3709 font-weight: 700;
3717 font-weight: 700;
3710 }
3718 }
3711
3719
3712 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3720 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3713 {
3721 {
3714 color: #000;
3722 color: #000;
3715 font-size: 1em;
3723 font-size: 1em;
3716 font-weight: 700;
3724 font-weight: 700;
3717 margin: 0;
3725 margin: 0;
3718 }
3726 }
3719
3727
3720 #changeset_content .container .wrapper,#graph_content .container .wrapper
3728 #changeset_content .container .wrapper,#graph_content .container .wrapper
3721 {
3729 {
3722 width: 600px;
3730 width: 600px;
3723 }
3731 }
3724
3732
3725 #changeset_content .container .left {
3733 #changeset_content .container .left {
3726 float: left;
3734 float: left;
3727 width: 75%;
3735 width: 75%;
3728 padding-left: 5px;
3736 padding-left: 5px;
3729 }
3737 }
3730
3738
3731 #changeset_content .container .left .date,.ac .match {
3739 #changeset_content .container .left .date,.ac .match {
3732 font-weight: 700;
3740 font-weight: 700;
3733 padding-top: 5px;
3741 padding-top: 5px;
3734 padding-bottom: 5px;
3742 padding-bottom: 5px;
3735 }
3743 }
3736
3744
3737 div#legend_container table td,div#legend_choices table td {
3745 div#legend_container table td,div#legend_choices table td {
3738 border: none !important;
3746 border: none !important;
3739 height: 20px !important;
3747 height: 20px !important;
3740 padding: 0 !important;
3748 padding: 0 !important;
3741 }
3749 }
3742
3750
3743 .q_filter_box {
3751 .q_filter_box {
3744 -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;
3745 -webkit-border-radius: 4px;
3753 -webkit-border-radius: 4px;
3746 -moz-border-radius: 4px;
3754 -moz-border-radius: 4px;
3747 border-radius: 4px;
3755 border-radius: 4px;
3748 border: 0 none;
3756 border: 0 none;
3749 color: #AAAAAA;
3757 color: #AAAAAA;
3750 margin-bottom: -4px;
3758 margin-bottom: -4px;
3751 margin-top: -4px;
3759 margin-top: -4px;
3752 padding-left: 3px;
3760 padding-left: 3px;
3753 }
3761 }
3754
3762
3755 #node_filter {
3763 #node_filter {
3756 border: 0px solid #545454;
3764 border: 0px solid #545454;
3757 color: #AAAAAA;
3765 color: #AAAAAA;
3758 padding-left: 3px;
3766 padding-left: 3px;
3759 }
3767 }
3760
3768
3761
3769
3762 .group_members_wrap{
3770 .group_members_wrap{
3763
3771
3764 }
3772 }
3765
3773
3766 .group_members .group_member{
3774 .group_members .group_member{
3767 height: 30px;
3775 height: 30px;
3768 padding:0px 0px 0px 10px;
3776 padding:0px 0px 0px 10px;
3769 }
3777 }
3770
3778
3771 .emails_wrap{
3779 .emails_wrap{
3772 padding: 0px 20px;
3780 padding: 0px 20px;
3773 }
3781 }
3774
3782
3775 .emails_wrap .email_entry{
3783 .emails_wrap .email_entry{
3776 height: 30px;
3784 height: 30px;
3777 padding:0px 0px 0px 10px;
3785 padding:0px 0px 0px 10px;
3778 }
3786 }
3779 .emails_wrap .email_entry .email{
3787 .emails_wrap .email_entry .email{
3780 float: left
3788 float: left
3781 }
3789 }
3782 .emails_wrap .email_entry .email_action{
3790 .emails_wrap .email_entry .email_action{
3783 float: left
3791 float: left
3784 }
3792 }
3785
3793
3786 /*README STYLE*/
3794 /*README STYLE*/
3787
3795
3788 div.readme {
3796 div.readme {
3789 padding:0px;
3797 padding:0px;
3790 }
3798 }
3791
3799
3792 div.readme h2 {
3800 div.readme h2 {
3793 font-weight: normal;
3801 font-weight: normal;
3794 }
3802 }
3795
3803
3796 div.readme .readme_box {
3804 div.readme .readme_box {
3797 background-color: #fafafa;
3805 background-color: #fafafa;
3798 }
3806 }
3799
3807
3800 div.readme .readme_box {
3808 div.readme .readme_box {
3801 clear:both;
3809 clear:both;
3802 overflow:hidden;
3810 overflow:hidden;
3803 margin:0;
3811 margin:0;
3804 padding:0 20px 10px;
3812 padding:0 20px 10px;
3805 }
3813 }
3806
3814
3807 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 {
3815 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 {
3808 border-bottom: 0 !important;
3816 border-bottom: 0 !important;
3809 margin: 0 !important;
3817 margin: 0 !important;
3810 padding: 0 !important;
3818 padding: 0 !important;
3811 line-height: 1.5em !important;
3819 line-height: 1.5em !important;
3812 }
3820 }
3813
3821
3814
3822
3815 div.readme .readme_box h1:first-child {
3823 div.readme .readme_box h1:first-child {
3816 padding-top: .25em !important;
3824 padding-top: .25em !important;
3817 }
3825 }
3818
3826
3819 div.readme .readme_box h2, div.readme .readme_box h3 {
3827 div.readme .readme_box h2, div.readme .readme_box h3 {
3820 margin: 1em 0 !important;
3828 margin: 1em 0 !important;
3821 }
3829 }
3822
3830
3823 div.readme .readme_box h2 {
3831 div.readme .readme_box h2 {
3824 margin-top: 1.5em !important;
3832 margin-top: 1.5em !important;
3825 border-top: 4px solid #e0e0e0 !important;
3833 border-top: 4px solid #e0e0e0 !important;
3826 padding-top: .5em !important;
3834 padding-top: .5em !important;
3827 }
3835 }
3828
3836
3829 div.readme .readme_box p {
3837 div.readme .readme_box p {
3830 color: black !important;
3838 color: black !important;
3831 margin: 1em 0 !important;
3839 margin: 1em 0 !important;
3832 line-height: 1.5em !important;
3840 line-height: 1.5em !important;
3833 }
3841 }
3834
3842
3835 div.readme .readme_box ul {
3843 div.readme .readme_box ul {
3836 list-style: disc !important;
3844 list-style: disc !important;
3837 margin: 1em 0 1em 2em !important;
3845 margin: 1em 0 1em 2em !important;
3838 }
3846 }
3839
3847
3840 div.readme .readme_box ol {
3848 div.readme .readme_box ol {
3841 list-style: decimal;
3849 list-style: decimal;
3842 margin: 1em 0 1em 2em !important;
3850 margin: 1em 0 1em 2em !important;
3843 }
3851 }
3844
3852
3845 div.readme .readme_box pre, code {
3853 div.readme .readme_box pre, code {
3846 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3854 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3847 }
3855 }
3848
3856
3849 div.readme .readme_box code {
3857 div.readme .readme_box code {
3850 font-size: 12px !important;
3858 font-size: 12px !important;
3851 background-color: ghostWhite !important;
3859 background-color: ghostWhite !important;
3852 color: #444 !important;
3860 color: #444 !important;
3853 padding: 0 .2em !important;
3861 padding: 0 .2em !important;
3854 border: 1px solid #dedede !important;
3862 border: 1px solid #dedede !important;
3855 }
3863 }
3856
3864
3857 div.readme .readme_box pre code {
3865 div.readme .readme_box pre code {
3858 padding: 0 !important;
3866 padding: 0 !important;
3859 font-size: 12px !important;
3867 font-size: 12px !important;
3860 background-color: #eee !important;
3868 background-color: #eee !important;
3861 border: none !important;
3869 border: none !important;
3862 }
3870 }
3863
3871
3864 div.readme .readme_box pre {
3872 div.readme .readme_box pre {
3865 margin: 1em 0;
3873 margin: 1em 0;
3866 font-size: 12px;
3874 font-size: 12px;
3867 background-color: #eee;
3875 background-color: #eee;
3868 border: 1px solid #ddd;
3876 border: 1px solid #ddd;
3869 padding: 5px;
3877 padding: 5px;
3870 color: #444;
3878 color: #444;
3871 overflow: auto;
3879 overflow: auto;
3872 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3880 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3873 -webkit-border-radius: 3px;
3881 -webkit-border-radius: 3px;
3874 -moz-border-radius: 3px;
3882 -moz-border-radius: 3px;
3875 border-radius: 3px;
3883 border-radius: 3px;
3876 }
3884 }
3877
3885
3878
3886
3879 /** RST STYLE **/
3887 /** RST STYLE **/
3880
3888
3881
3889
3882 div.rst-block {
3890 div.rst-block {
3883 padding:0px;
3891 padding:0px;
3884 }
3892 }
3885
3893
3886 div.rst-block h2 {
3894 div.rst-block h2 {
3887 font-weight: normal;
3895 font-weight: normal;
3888 }
3896 }
3889
3897
3890 div.rst-block {
3898 div.rst-block {
3891 background-color: #fafafa;
3899 background-color: #fafafa;
3892 }
3900 }
3893
3901
3894 div.rst-block {
3902 div.rst-block {
3895 clear:both;
3903 clear:both;
3896 overflow:hidden;
3904 overflow:hidden;
3897 margin:0;
3905 margin:0;
3898 padding:0 20px 10px;
3906 padding:0 20px 10px;
3899 }
3907 }
3900
3908
3901 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3909 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3902 border-bottom: 0 !important;
3910 border-bottom: 0 !important;
3903 margin: 0 !important;
3911 margin: 0 !important;
3904 padding: 0 !important;
3912 padding: 0 !important;
3905 line-height: 1.5em !important;
3913 line-height: 1.5em !important;
3906 }
3914 }
3907
3915
3908
3916
3909 div.rst-block h1:first-child {
3917 div.rst-block h1:first-child {
3910 padding-top: .25em !important;
3918 padding-top: .25em !important;
3911 }
3919 }
3912
3920
3913 div.rst-block h2, div.rst-block h3 {
3921 div.rst-block h2, div.rst-block h3 {
3914 margin: 1em 0 !important;
3922 margin: 1em 0 !important;
3915 }
3923 }
3916
3924
3917 div.rst-block h2 {
3925 div.rst-block h2 {
3918 margin-top: 1.5em !important;
3926 margin-top: 1.5em !important;
3919 border-top: 4px solid #e0e0e0 !important;
3927 border-top: 4px solid #e0e0e0 !important;
3920 padding-top: .5em !important;
3928 padding-top: .5em !important;
3921 }
3929 }
3922
3930
3923 div.rst-block p {
3931 div.rst-block p {
3924 color: black !important;
3932 color: black !important;
3925 margin: 1em 0 !important;
3933 margin: 1em 0 !important;
3926 line-height: 1.5em !important;
3934 line-height: 1.5em !important;
3927 }
3935 }
3928
3936
3929 div.rst-block ul {
3937 div.rst-block ul {
3930 list-style: disc !important;
3938 list-style: disc !important;
3931 margin: 1em 0 1em 2em !important;
3939 margin: 1em 0 1em 2em !important;
3932 }
3940 }
3933
3941
3934 div.rst-block ol {
3942 div.rst-block ol {
3935 list-style: decimal;
3943 list-style: decimal;
3936 margin: 1em 0 1em 2em !important;
3944 margin: 1em 0 1em 2em !important;
3937 }
3945 }
3938
3946
3939 div.rst-block pre, code {
3947 div.rst-block pre, code {
3940 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3948 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3941 }
3949 }
3942
3950
3943 div.rst-block code {
3951 div.rst-block code {
3944 font-size: 12px !important;
3952 font-size: 12px !important;
3945 background-color: ghostWhite !important;
3953 background-color: ghostWhite !important;
3946 color: #444 !important;
3954 color: #444 !important;
3947 padding: 0 .2em !important;
3955 padding: 0 .2em !important;
3948 border: 1px solid #dedede !important;
3956 border: 1px solid #dedede !important;
3949 }
3957 }
3950
3958
3951 div.rst-block pre code {
3959 div.rst-block pre code {
3952 padding: 0 !important;
3960 padding: 0 !important;
3953 font-size: 12px !important;
3961 font-size: 12px !important;
3954 background-color: #eee !important;
3962 background-color: #eee !important;
3955 border: none !important;
3963 border: none !important;
3956 }
3964 }
3957
3965
3958 div.rst-block pre {
3966 div.rst-block pre {
3959 margin: 1em 0;
3967 margin: 1em 0;
3960 font-size: 12px;
3968 font-size: 12px;
3961 background-color: #eee;
3969 background-color: #eee;
3962 border: 1px solid #ddd;
3970 border: 1px solid #ddd;
3963 padding: 5px;
3971 padding: 5px;
3964 color: #444;
3972 color: #444;
3965 overflow: auto;
3973 overflow: auto;
3966 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3974 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3967 -webkit-border-radius: 3px;
3975 -webkit-border-radius: 3px;
3968 -moz-border-radius: 3px;
3976 -moz-border-radius: 3px;
3969 border-radius: 3px;
3977 border-radius: 3px;
3970 }
3978 }
3971
3979
3972
3980
3973 /** comment main **/
3981 /** comment main **/
3974 .comments {
3982 .comments {
3975 padding:10px 20px;
3983 padding:10px 20px;
3976 }
3984 }
3977
3985
3978 .comments .comment {
3986 .comments .comment {
3979 border: 1px solid #ddd;
3987 border: 1px solid #ddd;
3980 margin-top: 10px;
3988 margin-top: 10px;
3981 -webkit-border-radius: 4px;
3989 -webkit-border-radius: 4px;
3982 -moz-border-radius: 4px;
3990 -moz-border-radius: 4px;
3983 border-radius: 4px;
3991 border-radius: 4px;
3984 }
3992 }
3985
3993
3986 .comments .comment .meta {
3994 .comments .comment .meta {
3987 background: #f8f8f8;
3995 background: #f8f8f8;
3988 padding: 4px;
3996 padding: 4px;
3989 border-bottom: 1px solid #ddd;
3997 border-bottom: 1px solid #ddd;
3990 height: 18px;
3998 height: 18px;
3991 }
3999 }
3992
4000
3993 .comments .comment .meta img {
4001 .comments .comment .meta img {
3994 vertical-align: middle;
4002 vertical-align: middle;
3995 }
4003 }
3996
4004
3997 .comments .comment .meta .user {
4005 .comments .comment .meta .user {
3998 font-weight: bold;
4006 font-weight: bold;
3999 float: left;
4007 float: left;
4000 padding: 4px 2px 2px 2px;
4008 padding: 4px 2px 2px 2px;
4001 }
4009 }
4002
4010
4003 .comments .comment .meta .date {
4011 .comments .comment .meta .date {
4004 float: left;
4012 float: left;
4005 padding:4px 4px 0px 4px;
4013 padding:4px 4px 0px 4px;
4006 }
4014 }
4007
4015
4008 .comments .comment .text {
4016 .comments .comment .text {
4009 background-color: #FAFAFA;
4017 background-color: #FAFAFA;
4010 }
4018 }
4011 .comment .text div.rst-block p {
4019 .comment .text div.rst-block p {
4012 margin: 0.5em 0px !important;
4020 margin: 0.5em 0px !important;
4013 }
4021 }
4014
4022
4015 .comments .comments-number{
4023 .comments .comments-number{
4016 padding:0px 0px 10px 0px;
4024 padding:0px 0px 10px 0px;
4017 font-weight: bold;
4025 font-weight: bold;
4018 color: #666;
4026 color: #666;
4019 font-size: 16px;
4027 font-size: 16px;
4020 }
4028 }
4021
4029
4022 /** comment form **/
4030 /** comment form **/
4023
4031
4024 .status-block{
4032 .status-block{
4025 height:80px;
4033 height:80px;
4026 clear:both
4034 clear:both
4027 }
4035 }
4028
4036
4029 .comment-form .clearfix{
4037 .comment-form .clearfix{
4030 background: #EEE;
4038 background: #EEE;
4031 -webkit-border-radius: 4px;
4039 -webkit-border-radius: 4px;
4032 -moz-border-radius: 4px;
4040 -moz-border-radius: 4px;
4033 border-radius: 4px;
4041 border-radius: 4px;
4034 padding: 10px;
4042 padding: 10px;
4035 }
4043 }
4036
4044
4037 div.comment-form {
4045 div.comment-form {
4038 margin-top: 20px;
4046 margin-top: 20px;
4039 }
4047 }
4040
4048
4041 .comment-form strong {
4049 .comment-form strong {
4042 display: block;
4050 display: block;
4043 margin-bottom: 15px;
4051 margin-bottom: 15px;
4044 }
4052 }
4045
4053
4046 .comment-form textarea {
4054 .comment-form textarea {
4047 width: 100%;
4055 width: 100%;
4048 height: 100px;
4056 height: 100px;
4049 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4057 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4050 }
4058 }
4051
4059
4052 form.comment-form {
4060 form.comment-form {
4053 margin-top: 10px;
4061 margin-top: 10px;
4054 margin-left: 10px;
4062 margin-left: 10px;
4055 }
4063 }
4056
4064
4057 .comment-form-submit {
4065 .comment-form-submit {
4058 margin-top: 5px;
4066 margin-top: 5px;
4059 margin-left: 525px;
4067 margin-left: 525px;
4060 }
4068 }
4061
4069
4062 .file-comments {
4070 .file-comments {
4063 display: none;
4071 display: none;
4064 }
4072 }
4065
4073
4066 .comment-form .comment {
4074 .comment-form .comment {
4067 margin-left: 10px;
4075 margin-left: 10px;
4068 }
4076 }
4069
4077
4070 .comment-form .comment-help{
4078 .comment-form .comment-help{
4071 padding: 0px 0px 5px 0px;
4079 padding: 0px 0px 5px 0px;
4072 color: #666;
4080 color: #666;
4073 }
4081 }
4074
4082
4075 .comment-form .comment-button{
4083 .comment-form .comment-button{
4076 padding-top:5px;
4084 padding-top:5px;
4077 }
4085 }
4078
4086
4079 .add-another-button {
4087 .add-another-button {
4080 margin-left: 10px;
4088 margin-left: 10px;
4081 margin-top: 10px;
4089 margin-top: 10px;
4082 margin-bottom: 10px;
4090 margin-bottom: 10px;
4083 }
4091 }
4084
4092
4085 .comment .buttons {
4093 .comment .buttons {
4086 float: right;
4094 float: right;
4087 padding:2px 2px 0px 0px;
4095 padding:2px 2px 0px 0px;
4088 }
4096 }
4089
4097
4090
4098
4091 .show-inline-comments{
4099 .show-inline-comments{
4092 position: relative;
4100 position: relative;
4093 top:1px
4101 top:1px
4094 }
4102 }
4095
4103
4096 /** comment inline form **/
4104 /** comment inline form **/
4097 .comment-inline-form .overlay{
4105 .comment-inline-form .overlay{
4098 display: none;
4106 display: none;
4099 }
4107 }
4100 .comment-inline-form .overlay.submitting{
4108 .comment-inline-form .overlay.submitting{
4101 display:block;
4109 display:block;
4102 background: none repeat scroll 0 0 white;
4110 background: none repeat scroll 0 0 white;
4103 font-size: 16px;
4111 font-size: 16px;
4104 opacity: 0.5;
4112 opacity: 0.5;
4105 position: absolute;
4113 position: absolute;
4106 text-align: center;
4114 text-align: center;
4107 vertical-align: top;
4115 vertical-align: top;
4108
4116
4109 }
4117 }
4110 .comment-inline-form .overlay.submitting .overlay-text{
4118 .comment-inline-form .overlay.submitting .overlay-text{
4111 width:100%;
4119 width:100%;
4112 margin-top:5%;
4120 margin-top:5%;
4113 }
4121 }
4114
4122
4115 .comment-inline-form .clearfix{
4123 .comment-inline-form .clearfix{
4116 background: #EEE;
4124 background: #EEE;
4117 -webkit-border-radius: 4px;
4125 -webkit-border-radius: 4px;
4118 -moz-border-radius: 4px;
4126 -moz-border-radius: 4px;
4119 border-radius: 4px;
4127 border-radius: 4px;
4120 padding: 5px;
4128 padding: 5px;
4121 }
4129 }
4122
4130
4123 div.comment-inline-form {
4131 div.comment-inline-form {
4124 margin-top: 5px;
4132 margin-top: 5px;
4125 padding:2px 6px 8px 6px;
4133 padding:2px 6px 8px 6px;
4126
4134
4127 }
4135 }
4128
4136
4129 .comment-inline-form strong {
4137 .comment-inline-form strong {
4130 display: block;
4138 display: block;
4131 margin-bottom: 15px;
4139 margin-bottom: 15px;
4132 }
4140 }
4133
4141
4134 .comment-inline-form textarea {
4142 .comment-inline-form textarea {
4135 width: 100%;
4143 width: 100%;
4136 height: 100px;
4144 height: 100px;
4137 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4145 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4138 }
4146 }
4139
4147
4140 form.comment-inline-form {
4148 form.comment-inline-form {
4141 margin-top: 10px;
4149 margin-top: 10px;
4142 margin-left: 10px;
4150 margin-left: 10px;
4143 }
4151 }
4144
4152
4145 .comment-inline-form-submit {
4153 .comment-inline-form-submit {
4146 margin-top: 5px;
4154 margin-top: 5px;
4147 margin-left: 525px;
4155 margin-left: 525px;
4148 }
4156 }
4149
4157
4150 .file-comments {
4158 .file-comments {
4151 display: none;
4159 display: none;
4152 }
4160 }
4153
4161
4154 .comment-inline-form .comment {
4162 .comment-inline-form .comment {
4155 margin-left: 10px;
4163 margin-left: 10px;
4156 }
4164 }
4157
4165
4158 .comment-inline-form .comment-help{
4166 .comment-inline-form .comment-help{
4159 padding: 0px 0px 2px 0px;
4167 padding: 0px 0px 2px 0px;
4160 color: #666666;
4168 color: #666666;
4161 font-size: 10px;
4169 font-size: 10px;
4162 }
4170 }
4163
4171
4164 .comment-inline-form .comment-button{
4172 .comment-inline-form .comment-button{
4165 padding-top:5px;
4173 padding-top:5px;
4166 }
4174 }
4167
4175
4168 /** comment inline **/
4176 /** comment inline **/
4169 .inline-comments {
4177 .inline-comments {
4170 padding:10px 20px;
4178 padding:10px 20px;
4171 }
4179 }
4172
4180
4173 .inline-comments div.rst-block {
4181 .inline-comments div.rst-block {
4174 clear:both;
4182 clear:both;
4175 overflow:hidden;
4183 overflow:hidden;
4176 margin:0;
4184 margin:0;
4177 padding:0 20px 0px;
4185 padding:0 20px 0px;
4178 }
4186 }
4179 .inline-comments .comment {
4187 .inline-comments .comment {
4180 border: 1px solid #ddd;
4188 border: 1px solid #ddd;
4181 -webkit-border-radius: 4px;
4189 -webkit-border-radius: 4px;
4182 -moz-border-radius: 4px;
4190 -moz-border-radius: 4px;
4183 border-radius: 4px;
4191 border-radius: 4px;
4184 margin: 3px 3px 5px 5px;
4192 margin: 3px 3px 5px 5px;
4185 background-color: #FAFAFA;
4193 background-color: #FAFAFA;
4186 }
4194 }
4187 .inline-comments .add-comment {
4195 .inline-comments .add-comment {
4188 padding: 2px 4px 8px 5px;
4196 padding: 2px 4px 8px 5px;
4189 }
4197 }
4190
4198
4191 .inline-comments .comment-wrapp{
4199 .inline-comments .comment-wrapp{
4192 padding:1px;
4200 padding:1px;
4193 }
4201 }
4194 .inline-comments .comment .meta {
4202 .inline-comments .comment .meta {
4195 background: #f8f8f8;
4203 background: #f8f8f8;
4196 padding: 4px;
4204 padding: 4px;
4197 border-bottom: 1px solid #ddd;
4205 border-bottom: 1px solid #ddd;
4198 height: 20px;
4206 height: 20px;
4199 }
4207 }
4200
4208
4201 .inline-comments .comment .meta img {
4209 .inline-comments .comment .meta img {
4202 vertical-align: middle;
4210 vertical-align: middle;
4203 }
4211 }
4204
4212
4205 .inline-comments .comment .meta .user {
4213 .inline-comments .comment .meta .user {
4206 font-weight: bold;
4214 font-weight: bold;
4207 float:left;
4215 float:left;
4208 padding: 3px;
4216 padding: 3px;
4209 }
4217 }
4210
4218
4211 .inline-comments .comment .meta .date {
4219 .inline-comments .comment .meta .date {
4212 float:left;
4220 float:left;
4213 padding: 3px;
4221 padding: 3px;
4214 }
4222 }
4215
4223
4216 .inline-comments .comment .text {
4224 .inline-comments .comment .text {
4217 background-color: #FAFAFA;
4225 background-color: #FAFAFA;
4218 }
4226 }
4219
4227
4220 .inline-comments .comments-number{
4228 .inline-comments .comments-number{
4221 padding:0px 0px 10px 0px;
4229 padding:0px 0px 10px 0px;
4222 font-weight: bold;
4230 font-weight: bold;
4223 color: #666;
4231 color: #666;
4224 font-size: 16px;
4232 font-size: 16px;
4225 }
4233 }
4226 .inline-comments-button .add-comment{
4234 .inline-comments-button .add-comment{
4227 margin:2px 0px 8px 5px !important
4235 margin:2px 0px 8px 5px !important
4228 }
4236 }
4229
4237
4230
4238
4231 .notification-paginator{
4239 .notification-paginator{
4232 padding: 0px 0px 4px 16px;
4240 padding: 0px 0px 4px 16px;
4233 float: left;
4241 float: left;
4234 }
4242 }
4235
4243
4236 .notifications{
4244 .notifications{
4237 border-radius: 4px 4px 4px 4px;
4245 border-radius: 4px 4px 4px 4px;
4238 -webkit-border-radius: 4px;
4246 -webkit-border-radius: 4px;
4239 -moz-border-radius: 4px;
4247 -moz-border-radius: 4px;
4240 float: right;
4248 float: right;
4241 margin: 20px 0px 0px 0px;
4249 margin: 20px 0px 0px 0px;
4242 position: absolute;
4250 position: absolute;
4243 text-align: center;
4251 text-align: center;
4244 width: 26px;
4252 width: 26px;
4245 z-index: 1000;
4253 z-index: 1000;
4246 }
4254 }
4247 .notifications a{
4255 .notifications a{
4248 color:#888 !important;
4256 color:#888 !important;
4249 display: block;
4257 display: block;
4250 font-size: 10px;
4258 font-size: 10px;
4251 background-color: #DEDEDE !important;
4259 background-color: #DEDEDE !important;
4252 border-radius: 2px !important;
4260 border-radius: 2px !important;
4253 -webkit-border-radius: 2px !important;
4261 -webkit-border-radius: 2px !important;
4254 -moz-border-radius: 2px !important;
4262 -moz-border-radius: 2px !important;
4255 }
4263 }
4256 .notifications a:hover{
4264 .notifications a:hover{
4257 text-decoration: none !important;
4265 text-decoration: none !important;
4258 background-color: #EEEFFF !important;
4266 background-color: #EEEFFF !important;
4259 }
4267 }
4260 .notification-header{
4268 .notification-header{
4261 padding-top:6px;
4269 padding-top:6px;
4262 }
4270 }
4263 .notification-header .desc{
4271 .notification-header .desc{
4264 font-size: 16px;
4272 font-size: 16px;
4265 height: 24px;
4273 height: 24px;
4266 float: left
4274 float: left
4267 }
4275 }
4268 .notification-list .container.unread{
4276 .notification-list .container.unread{
4269 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4277 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4270 }
4278 }
4271 .notification-header .gravatar{
4279 .notification-header .gravatar{
4272 background: none repeat scroll 0 0 transparent;
4280 background: none repeat scroll 0 0 transparent;
4273 padding: 0px 0px 0px 8px;
4281 padding: 0px 0px 0px 8px;
4274 }
4282 }
4275 .notification-header .desc.unread{
4283 .notification-header .desc.unread{
4276 font-weight: bold;
4284 font-weight: bold;
4277 font-size: 17px;
4285 font-size: 17px;
4278 }
4286 }
4279 .notification-table{
4287 .notification-table{
4280 border: 1px solid #ccc;
4288 border: 1px solid #ccc;
4281 -webkit-border-radius: 6px 6px 6px 6px;
4289 -webkit-border-radius: 6px 6px 6px 6px;
4282 -moz-border-radius: 6px 6px 6px 6px;
4290 -moz-border-radius: 6px 6px 6px 6px;
4283 border-radius: 6px 6px 6px 6px;
4291 border-radius: 6px 6px 6px 6px;
4284 clear: both;
4292 clear: both;
4285 margin: 0px 20px 0px 20px;
4293 margin: 0px 20px 0px 20px;
4286 }
4294 }
4287 .notification-header .delete-notifications{
4295 .notification-header .delete-notifications{
4288 float: right;
4296 float: right;
4289 padding-top: 8px;
4297 padding-top: 8px;
4290 cursor: pointer;
4298 cursor: pointer;
4291 }
4299 }
4292 .notification-subject{
4300 .notification-subject{
4293 clear:both;
4301 clear:both;
4294 border-bottom: 1px solid #eee;
4302 border-bottom: 1px solid #eee;
4295 padding:5px 0px 5px 38px;
4303 padding:5px 0px 5px 38px;
4296 }
4304 }
4297
4305
4298 .notification-body{
4306 .notification-body{
4299 clear:both;
4307 clear:both;
4300 margin: 34px 2px 2px 8px
4308 margin: 34px 2px 2px 8px
4301 }
4309 }
4302
4310
4303 /****
4311 /****
4304 PERMS
4312 PERMS
4305 *****/
4313 *****/
4306 #perms .perms_section_head {
4314 #perms .perms_section_head {
4307 padding:10px 10px 10px 0px;
4315 padding:10px 10px 10px 0px;
4308 font-size:16px;
4316 font-size:16px;
4309 font-weight: bold;
4317 font-weight: bold;
4310 }
4318 }
4311
4319
4312 #perms .perm_tag{
4320 #perms .perm_tag{
4313 padding: 1px 3px 1px 3px;
4321 padding: 1px 3px 1px 3px;
4314 font-size: 10px;
4322 font-size: 10px;
4315 font-weight: bold;
4323 font-weight: bold;
4316 text-transform: uppercase;
4324 text-transform: uppercase;
4317 white-space: nowrap;
4325 white-space: nowrap;
4318 -webkit-border-radius: 3px;
4326 -webkit-border-radius: 3px;
4319 -moz-border-radius: 3px;
4327 -moz-border-radius: 3px;
4320 border-radius: 3px;
4328 border-radius: 3px;
4321 }
4329 }
4322
4330
4323 #perms .perm_tag.admin{
4331 #perms .perm_tag.admin{
4324 background-color: #B94A48;
4332 background-color: #B94A48;
4325 color: #ffffff;
4333 color: #ffffff;
4326 }
4334 }
4327
4335
4328 #perms .perm_tag.write{
4336 #perms .perm_tag.write{
4329 background-color: #B94A48;
4337 background-color: #B94A48;
4330 color: #ffffff;
4338 color: #ffffff;
4331 }
4339 }
4332
4340
4333 #perms .perm_tag.read{
4341 #perms .perm_tag.read{
4334 background-color: #468847;
4342 background-color: #468847;
4335 color: #ffffff;
4343 color: #ffffff;
4336 }
4344 }
4337
4345
4338 #perms .perm_tag.none{
4346 #perms .perm_tag.none{
4339 background-color: #bfbfbf;
4347 background-color: #bfbfbf;
4340 color: #ffffff;
4348 color: #ffffff;
4341 }
4349 }
4342
4350
4343 .perm-gravatar{
4351 .perm-gravatar{
4344 vertical-align:middle;
4352 vertical-align:middle;
4345 padding:2px;
4353 padding:2px;
4346 }
4354 }
4347 .perm-gravatar-ac{
4355 .perm-gravatar-ac{
4348 vertical-align:middle;
4356 vertical-align:middle;
4349 padding:2px;
4357 padding:2px;
4350 width: 14px;
4358 width: 14px;
4351 height: 14px;
4359 height: 14px;
4352 }
4360 }
4353
4361
4354 /*****************************************************************************
4362 /*****************************************************************************
4355 DIFFS CSS
4363 DIFFS CSS
4356 ******************************************************************************/
4364 ******************************************************************************/
4357
4365
4358 div.diffblock {
4366 div.diffblock {
4359 overflow: auto;
4367 overflow: auto;
4360 padding: 0px;
4368 padding: 0px;
4361 border: 1px solid #ccc;
4369 border: 1px solid #ccc;
4362 background: #f8f8f8;
4370 background: #f8f8f8;
4363 font-size: 100%;
4371 font-size: 100%;
4364 line-height: 100%;
4372 line-height: 100%;
4365 /* new */
4373 /* new */
4366 line-height: 125%;
4374 line-height: 125%;
4367 -webkit-border-radius: 6px 6px 0px 0px;
4375 -webkit-border-radius: 6px 6px 0px 0px;
4368 -moz-border-radius: 6px 6px 0px 0px;
4376 -moz-border-radius: 6px 6px 0px 0px;
4369 border-radius: 6px 6px 0px 0px;
4377 border-radius: 6px 6px 0px 0px;
4370 }
4378 }
4371 div.diffblock.margined{
4379 div.diffblock.margined{
4372 margin: 0px 20px 0px 20px;
4380 margin: 0px 20px 0px 20px;
4373 }
4381 }
4374 div.diffblock .code-header{
4382 div.diffblock .code-header{
4375 border-bottom: 1px solid #CCCCCC;
4383 border-bottom: 1px solid #CCCCCC;
4376 background: #EEEEEE;
4384 background: #EEEEEE;
4377 padding:10px 0 10px 0;
4385 padding:10px 0 10px 0;
4378 height: 14px;
4386 height: 14px;
4379 }
4387 }
4380 div.diffblock .code-header.cv{
4388 div.diffblock .code-header.cv{
4381 height: 34px;
4389 height: 34px;
4382 }
4390 }
4383 div.diffblock .code-header-title{
4391 div.diffblock .code-header-title{
4384 padding: 0px 0px 10px 5px !important;
4392 padding: 0px 0px 10px 5px !important;
4385 margin: 0 !important;
4393 margin: 0 !important;
4386 }
4394 }
4387 div.diffblock .code-header .hash{
4395 div.diffblock .code-header .hash{
4388 float: left;
4396 float: left;
4389 padding: 2px 0 0 2px;
4397 padding: 2px 0 0 2px;
4390 }
4398 }
4391 div.diffblock .code-header .date{
4399 div.diffblock .code-header .date{
4392 float:left;
4400 float:left;
4393 text-transform: uppercase;
4401 text-transform: uppercase;
4394 padding: 2px 0px 0px 2px;
4402 padding: 2px 0px 0px 2px;
4395 }
4403 }
4396 div.diffblock .code-header div{
4404 div.diffblock .code-header div{
4397 margin-left:4px;
4405 margin-left:4px;
4398 font-weight: bold;
4406 font-weight: bold;
4399 font-size: 14px;
4407 font-size: 14px;
4400 }
4408 }
4401 div.diffblock .code-body{
4409 div.diffblock .code-body{
4402 background: #FFFFFF;
4410 background: #FFFFFF;
4403 }
4411 }
4404 div.diffblock pre.raw{
4412 div.diffblock pre.raw{
4405 background: #FFFFFF;
4413 background: #FFFFFF;
4406 color:#000000;
4414 color:#000000;
4407 }
4415 }
4408 table.code-difftable{
4416 table.code-difftable{
4409 border-collapse: collapse;
4417 border-collapse: collapse;
4410 width: 99%;
4418 width: 99%;
4411 }
4419 }
4412 table.code-difftable td {
4420 table.code-difftable td {
4413 padding: 0 !important;
4421 padding: 0 !important;
4414 background: none !important;
4422 background: none !important;
4415 border:0 !important;
4423 border:0 !important;
4416 vertical-align: none !important;
4424 vertical-align: none !important;
4417 }
4425 }
4418 table.code-difftable .context{
4426 table.code-difftable .context{
4419 background:none repeat scroll 0 0 #DDE7EF;
4427 background:none repeat scroll 0 0 #DDE7EF;
4420 }
4428 }
4421 table.code-difftable .add{
4429 table.code-difftable .add{
4422 background:none repeat scroll 0 0 #DDFFDD;
4430 background:none repeat scroll 0 0 #DDFFDD;
4423 }
4431 }
4424 table.code-difftable .add ins{
4432 table.code-difftable .add ins{
4425 background:none repeat scroll 0 0 #AAFFAA;
4433 background:none repeat scroll 0 0 #AAFFAA;
4426 text-decoration:none;
4434 text-decoration:none;
4427 }
4435 }
4428 table.code-difftable .del{
4436 table.code-difftable .del{
4429 background:none repeat scroll 0 0 #FFDDDD;
4437 background:none repeat scroll 0 0 #FFDDDD;
4430 }
4438 }
4431 table.code-difftable .del del{
4439 table.code-difftable .del del{
4432 background:none repeat scroll 0 0 #FFAAAA;
4440 background:none repeat scroll 0 0 #FFAAAA;
4433 text-decoration:none;
4441 text-decoration:none;
4434 }
4442 }
4435
4443
4436 /** LINE NUMBERS **/
4444 /** LINE NUMBERS **/
4437 table.code-difftable .lineno{
4445 table.code-difftable .lineno{
4438
4446
4439 padding-left:2px;
4447 padding-left:2px;
4440 padding-right:2px;
4448 padding-right:2px;
4441 text-align:right;
4449 text-align:right;
4442 width:32px;
4450 width:32px;
4443 -moz-user-select:none;
4451 -moz-user-select:none;
4444 -webkit-user-select: none;
4452 -webkit-user-select: none;
4445 border-right: 1px solid #CCC !important;
4453 border-right: 1px solid #CCC !important;
4446 border-left: 0px solid #CCC !important;
4454 border-left: 0px solid #CCC !important;
4447 border-top: 0px solid #CCC !important;
4455 border-top: 0px solid #CCC !important;
4448 border-bottom: none !important;
4456 border-bottom: none !important;
4449 vertical-align: middle !important;
4457 vertical-align: middle !important;
4450
4458
4451 }
4459 }
4452 table.code-difftable .lineno.new {
4460 table.code-difftable .lineno.new {
4453 }
4461 }
4454 table.code-difftable .lineno.old {
4462 table.code-difftable .lineno.old {
4455 }
4463 }
4456 table.code-difftable .lineno a{
4464 table.code-difftable .lineno a{
4457 color:#747474 !important;
4465 color:#747474 !important;
4458 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4466 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4459 letter-spacing:-1px;
4467 letter-spacing:-1px;
4460 text-align:right;
4468 text-align:right;
4461 padding-right: 2px;
4469 padding-right: 2px;
4462 cursor: pointer;
4470 cursor: pointer;
4463 display: block;
4471 display: block;
4464 width: 32px;
4472 width: 32px;
4465 }
4473 }
4466
4474
4467 table.code-difftable .lineno-inline{
4475 table.code-difftable .lineno-inline{
4468 background:none repeat scroll 0 0 #FFF !important;
4476 background:none repeat scroll 0 0 #FFF !important;
4469 padding-left:2px;
4477 padding-left:2px;
4470 padding-right:2px;
4478 padding-right:2px;
4471 text-align:right;
4479 text-align:right;
4472 width:30px;
4480 width:30px;
4473 -moz-user-select:none;
4481 -moz-user-select:none;
4474 -webkit-user-select: none;
4482 -webkit-user-select: none;
4475 }
4483 }
4476
4484
4477 /** CODE **/
4485 /** CODE **/
4478 table.code-difftable .code {
4486 table.code-difftable .code {
4479 display: block;
4487 display: block;
4480 width: 100%;
4488 width: 100%;
4481 }
4489 }
4482 table.code-difftable .code td{
4490 table.code-difftable .code td{
4483 margin:0;
4491 margin:0;
4484 padding:0;
4492 padding:0;
4485 }
4493 }
4486 table.code-difftable .code pre{
4494 table.code-difftable .code pre{
4487 margin:0;
4495 margin:0;
4488 padding:0;
4496 padding:0;
4489 height: 17px;
4497 height: 17px;
4490 line-height: 17px;
4498 line-height: 17px;
4491 }
4499 }
4492
4500
4493
4501
4494 .diffblock.margined.comm .line .code:hover{
4502 .diffblock.margined.comm .line .code:hover{
4495 background-color:#FFFFCC !important;
4503 background-color:#FFFFCC !important;
4496 cursor: pointer !important;
4504 cursor: pointer !important;
4497 background-image:url("../images/icons/comment_add.png") !important;
4505 background-image:url("../images/icons/comment_add.png") !important;
4498 background-repeat:no-repeat !important;
4506 background-repeat:no-repeat !important;
4499 background-position: right !important;
4507 background-position: right !important;
4500 background-position: 0% 50% !important;
4508 background-position: 0% 50% !important;
4501 }
4509 }
4502 .diffblock.margined.comm .line .code.no-comment:hover{
4510 .diffblock.margined.comm .line .code.no-comment:hover{
4503 background-image: none !important;
4511 background-image: none !important;
4504 cursor: auto !important;
4512 cursor: auto !important;
4505 background-color: inherit !important;
4513 background-color: inherit !important;
4506
4514
4507 }
4515 }
@@ -1,95 +1,95 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 ${_('LDAP administration')} - ${c.rhodecode_name}
5 ${_('LDAP administration')} - ${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 ${_('Ldap')}
11 ${_('Ldap')}
12 </%def>
12 </%def>
13
13
14 <%def name="page_nav()">
14 <%def name="page_nav()">
15 ${self.menu('admin')}
15 ${self.menu('admin')}
16 </%def>
16 </%def>
17
17
18 <%def name="main()">
18 <%def name="main()">
19 <div class="box">
19 <div class="box">
20 <!-- box / title -->
20 <!-- box / title -->
21 <div class="title">
21 <div class="title">
22 ${self.breadcrumbs()}
22 ${self.breadcrumbs()}
23 </div>
23 </div>
24 ${h.form(url('ldap_settings'))}
24 ${h.form(url('ldap_settings'))}
25 <div class="form">
25 <div class="form">
26 <div class="fields">
26 <div class="fields">
27
27
28 <h3>${_('Connection settings')}</h3>
28 <h3>${_('Connection settings')}</h3>
29 <div class="field">
29 <div class="field">
30 <div class="label label-checkbox"><label for="ldap_active">${_('Enable LDAP')}</label></div>
30 <div class="label label-checkbox"><label for="ldap_active">${_('Enable LDAP')}</label></div>
31 <div class="checkboxes"><div class="checkbox">${h.checkbox('ldap_active',True,class_='small')}</div></div>
31 <div class="checkboxes"><div class="checkbox">${h.checkbox('ldap_active',True,class_='small')}</div></div>
32 </div>
32 </div>
33 <div class="field">
33 <div class="field">
34 <div class="label"><label for="ldap_host">${_('Host')}</label></div>
34 <div class="label"><label for="ldap_host">${_('Host')}</label></div>
35 <div class="input">${h.text('ldap_host',class_='small')}</div>
35 <div class="input">${h.text('ldap_host',class_='small')}</div>
36 </div>
36 </div>
37 <div class="field">
37 <div class="field">
38 <div class="label"><label for="ldap_port">${_('Port')}</label></div>
38 <div class="label"><label for="ldap_port">${_('Port')}</label></div>
39 <div class="input">${h.text('ldap_port',class_='small')}</div>
39 <div class="input">${h.text('ldap_port',class_='small')}</div>
40 </div>
40 </div>
41 <div class="field">
41 <div class="field">
42 <div class="label"><label for="ldap_dn_user">${_('Account')}</label></div>
42 <div class="label"><label for="ldap_dn_user">${_('Account')}</label></div>
43 <div class="input">${h.text('ldap_dn_user',class_='small')}</div>
43 <div class="input">${h.text('ldap_dn_user',class_='small')}</div>
44 </div>
44 </div>
45 <div class="field">
45 <div class="field">
46 <div class="label"><label for="ldap_dn_pass">${_('Password')}</label></div>
46 <div class="label"><label for="ldap_dn_pass">${_('Password')}</label></div>
47 <div class="input">${h.password('ldap_dn_pass',class_='small')}</div>
47 <div class="input">${h.password('ldap_dn_pass',class_='small')}</div>
48 </div>
48 </div>
49 <div class="field">
49 <div class="field">
50 <div class="label"><label for="ldap_tls_kind">${_('Connection security')}</label></div>
50 <div class="label"><label for="ldap_tls_kind">${_('Connection security')}</label></div>
51 <div class="select">${h.select('ldap_tls_kind',c.tls_kind_cur,c.tls_kind_choices,class_='small')}</div>
51 <div class="select">${h.select('ldap_tls_kind',c.tls_kind_cur,c.tls_kind_choices,class_='small')}</div>
52 </div>
52 </div>
53 <div class="field">
53 <div class="field">
54 <div class="label"><label for="ldap_tls_reqcert">${_('Certificate Checks')}</label></div>
54 <div class="label"><label for="ldap_tls_reqcert">${_('Certificate Checks')}</label></div>
55 <div class="select">${h.select('ldap_tls_reqcert',c.tls_reqcert_cur,c.tls_reqcert_choices,class_='small')}</div>
55 <div class="select">${h.select('ldap_tls_reqcert',c.tls_reqcert_cur,c.tls_reqcert_choices,class_='small')}</div>
56 </div>
56 </div>
57 <h3>${_('Search settings')}</h3>
57 <h3>${_('Search settings')}</h3>
58 <div class="field">
58 <div class="field">
59 <div class="label"><label for="ldap_base_dn">${_('Base DN')}</label></div>
59 <div class="label"><label for="ldap_base_dn">${_('Base DN')}</label></div>
60 <div class="input">${h.text('ldap_base_dn',class_='small')}</div>
60 <div class="input">${h.text('ldap_base_dn',class_='small')}</div>
61 </div>
61 </div>
62 <div class="field">
62 <div class="field">
63 <div class="label"><label for="ldap_filter">${_('LDAP Filter')}</label></div>
63 <div class="label"><label for="ldap_filter">${_('LDAP Filter')}</label></div>
64 <div class="input">${h.text('ldap_filter',class_='small')}</div>
64 <div class="input">${h.text('ldap_filter',class_='small')}</div>
65 </div>
65 </div>
66 <div class="field">
66 <div class="field">
67 <div class="label"><label for="ldap_search_scope">${_('LDAP Search Scope')}</label></div>
67 <div class="label"><label for="ldap_search_scope">${_('LDAP Search Scope')}</label></div>
68 <div class="select">${h.select('ldap_search_scope',c.search_scope_cur,c.search_scope_choices,class_='small')}</div>
68 <div class="select">${h.select('ldap_search_scope',c.search_scope_cur,c.search_scope_choices,class_='small')}</div>
69 </div>
69 </div>
70 <h3>${_('Attribute mappings')}</h3>
70 <h3>${_('Attribute mappings')}</h3>
71 <div class="field">
71 <div class="field">
72 <div class="label"><label for="ldap_attr_login">${_('Login Attribute')}</label></div>
72 <div class="label"><label for="ldap_attr_login">${_('Login Attribute')}</label></div>
73 <div class="input">${h.text('ldap_attr_login',class_='small')}</div>
73 <div class="input">${h.text('ldap_attr_login',class_='small')}</div>
74 </div>
74 </div>
75 <div class="field">
75 <div class="field">
76 <div class="label"><label for="ldap_attr_firstname">${_('First Name Attribute')}</label></div>
76 <div class="label"><label for="ldap_attr_firstname">${_('First Name Attribute')}</label></div>
77 <div class="input">${h.text('ldap_attr_firstname',class_='small')}</div>
77 <div class="input">${h.text('ldap_attr_firstname',class_='small')}</div>
78 </div>
78 </div>
79 <div class="field">
79 <div class="field">
80 <div class="label"><label for="ldap_attr_lastname">${_('Last Name Attribute')}</label></div>
80 <div class="label"><label for="ldap_attr_lastname">${_('Last Name Attribute')}</label></div>
81 <div class="input">${h.text('ldap_attr_lastname',class_='small')}</div>
81 <div class="input">${h.text('ldap_attr_lastname',class_='small')}</div>
82 </div>
82 </div>
83 <div class="field">
83 <div class="field">
84 <div class="label"><label for="ldap_attr_email">${_('E-mail Attribute')}</label></div>
84 <div class="label"><label for="ldap_attr_email">${_('E-mail Attribute')}</label></div>
85 <div class="input">${h.text('ldap_attr_email',class_='small')}</div>
85 <div class="input">${h.text('ldap_attr_email',class_='small')}</div>
86 </div>
86 </div>
87
87
88 <div class="buttons">
88 <div class="buttons">
89 ${h.submit('save',_('Save'),class_="ui-button")}
89 ${h.submit('save',_('Save'),class_="ui-btn large")}
90 </div>
90 </div>
91 </div>
91 </div>
92 </div>
92 </div>
93 ${h.end_form()}
93 ${h.end_form()}
94 </div>
94 </div>
95 </%def>
95 </%def>
@@ -1,77 +1,77 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 ${_('Permissions administration')} - ${c.rhodecode_name}
5 ${_('Permissions administration')} - ${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 ${_('Permissions')}
11 ${_('Permissions')}
12 </%def>
12 </%def>
13
13
14 <%def name="page_nav()">
14 <%def name="page_nav()">
15 ${self.menu('admin')}
15 ${self.menu('admin')}
16 </%def>
16 </%def>
17
17
18 <%def name="main()">
18 <%def name="main()">
19 <div class="box">
19 <div class="box">
20 <!-- box / title -->
20 <!-- box / title -->
21 <div class="title">
21 <div class="title">
22 ${self.breadcrumbs()}
22 ${self.breadcrumbs()}
23 </div>
23 </div>
24 <h3>${_('Default permissions')}</h3>
24 <h3>${_('Default permissions')}</h3>
25 ${h.form(url('permission', id='default'),method='put')}
25 ${h.form(url('permission', id='default'),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 label-checkbox">
30 <div class="label label-checkbox">
31 <label for="anonymous">${_('Anonymous access')}:</label>
31 <label for="anonymous">${_('Anonymous access')}:</label>
32 </div>
32 </div>
33 <div class="checkboxes">
33 <div class="checkboxes">
34 <div class="checkbox">
34 <div class="checkbox">
35 ${h.checkbox('anonymous',True)}
35 ${h.checkbox('anonymous',True)}
36 </div>
36 </div>
37 </div>
37 </div>
38 </div>
38 </div>
39 <div class="field">
39 <div class="field">
40 <div class="label label-select">
40 <div class="label label-select">
41 <label for="default_perm">${_('Repository permission')}:</label>
41 <label for="default_perm">${_('Repository permission')}:</label>
42 </div>
42 </div>
43 <div class="select">
43 <div class="select">
44 ${h.select('default_perm','',c.perms_choices)}
44 ${h.select('default_perm','',c.perms_choices)}
45
45
46 ${h.checkbox('overwrite_default','true')}
46 ${h.checkbox('overwrite_default','true')}
47 <label for="overwrite_default">
47 <label for="overwrite_default">
48 <span class="tooltip"
48 <span class="tooltip"
49 title="${h.tooltip(_('All default permissions on each repository will be reset to choosen permission, note that all custom default permission on repositories will be lost'))}">
49 title="${h.tooltip(_('All default permissions on each repository will be reset to choosen permission, note that all custom default permission on repositories will be lost'))}">
50 ${_('overwrite existing settings')}</span> </label>
50 ${_('overwrite existing settings')}</span> </label>
51 </div>
51 </div>
52 </div>
52 </div>
53 <div class="field">
53 <div class="field">
54 <div class="label">
54 <div class="label">
55 <label for="default_register">${_('Registration')}:</label>
55 <label for="default_register">${_('Registration')}:</label>
56 </div>
56 </div>
57 <div class="select">
57 <div class="select">
58 ${h.select('default_register','',c.register_choices)}
58 ${h.select('default_register','',c.register_choices)}
59 </div>
59 </div>
60 </div>
60 </div>
61 <div class="field">
61 <div class="field">
62 <div class="label">
62 <div class="label">
63 <label for="default_create">${_('Repository creation')}:</label>
63 <label for="default_create">${_('Repository creation')}:</label>
64 </div>
64 </div>
65 <div class="select">
65 <div class="select">
66 ${h.select('default_create','',c.create_choices)}
66 ${h.select('default_create','',c.create_choices)}
67 </div>
67 </div>
68 </div>
68 </div>
69
69
70 <div class="buttons">
70 <div class="buttons">
71 ${h.submit('set',_('set'),class_="ui-button")}
71 ${h.submit('set',_('set'),class_="ui-btn large")}
72 </div>
72 </div>
73 </div>
73 </div>
74 </div>
74 </div>
75 ${h.end_form()}
75 ${h.end_form()}
76 </div>
76 </div>
77 </%def>
77 </%def>
@@ -1,77 +1,77 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 <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span>
25 </div>
25 </div>
26 </div>
26 </div>
27 <div class="field">
27 <div class="field">
28 <div class="label">
28 <div class="label">
29 <label for="repo_group">${_('Repository group')}:</label>
29 <label for="repo_group">${_('Repository group')}:</label>
30 </div>
30 </div>
31 <div class="input">
31 <div class="input">
32 ${h.select('repo_group',request.GET.get('parent_group'),c.repo_groups,class_="medium")}
32 ${h.select('repo_group',request.GET.get('parent_group'),c.repo_groups,class_="medium")}
33 <span class="help-block">${_('Optionaly select a group to put this repository into.')}</span>
33 <span class="help-block">${_('Optionaly select a group to put this repository into.')}</span>
34 </div>
34 </div>
35 </div>
35 </div>
36 <div class="field">
36 <div class="field">
37 <div class="label">
37 <div class="label">
38 <label for="repo_type">${_('Type')}:</label>
38 <label for="repo_type">${_('Type')}:</label>
39 </div>
39 </div>
40 <div class="input">
40 <div class="input">
41 ${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>
42 <span class="help-block">${_('Type of repository to create.')}</span>
43 </div>
43 </div>
44 </div>
44 </div>
45 <div class="field">
45 <div class="field">
46 <div class="label">
46 <div class="label">
47 <label for="landing_rev">${_('Landing revision')}:</label>
47 <label for="landing_rev">${_('Landing revision')}:</label>
48 </div>
48 </div>
49 <div class="input">
49 <div class="input">
50 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
50 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
51 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
51 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
52 </div>
52 </div>
53 </div>
53 </div>
54 <div class="field">
54 <div class="field">
55 <div class="label label-textarea">
55 <div class="label label-textarea">
56 <label for="description">${_('Description')}:</label>
56 <label for="description">${_('Description')}:</label>
57 </div>
57 </div>
58 <div class="textarea text-area editor">
58 <div class="textarea text-area editor">
59 ${h.textarea('description')}
59 ${h.textarea('description')}
60 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
60 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
61 </div>
61 </div>
62 </div>
62 </div>
63 <div class="field">
63 <div class="field">
64 <div class="label label-checkbox">
64 <div class="label label-checkbox">
65 <label for="private">${_('Private repository')}:</label>
65 <label for="private">${_('Private repository')}:</label>
66 </div>
66 </div>
67 <div class="checkboxes">
67 <div class="checkboxes">
68 ${h.checkbox('private',value="True")}
68 ${h.checkbox('private',value="True")}
69 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
69 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
70 </div>
70 </div>
71 </div>
71 </div>
72 <div class="buttons">
72 <div class="buttons">
73 ${h.submit('add',_('add'),class_="ui-button")}
73 ${h.submit('add',_('add'),class_="ui-btn large")}
74 </div>
74 </div>
75 </div>
75 </div>
76 </div>
76 </div>
77 ${h.end_form()}
77 ${h.end_form()}
@@ -1,240 +1,240 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 <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span>
45 </div>
45 </div>
46 </div>
46 </div>
47 <div class="field">
47 <div class="field">
48 <div class="label">
48 <div class="label">
49 <label for="repo_group">${_('Repository group')}:</label>
49 <label for="repo_group">${_('Repository group')}:</label>
50 </div>
50 </div>
51 <div class="input">
51 <div class="input">
52 ${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>
53 <span class="help-block">${_('Optional select a group to put this repository into.')}</span>
54 </div>
54 </div>
55 </div>
55 </div>
56 <div class="field">
56 <div class="field">
57 <div class="label">
57 <div class="label">
58 <label for="repo_type">${_('Type')}:</label>
58 <label for="repo_type">${_('Type')}:</label>
59 </div>
59 </div>
60 <div class="input">
60 <div class="input">
61 ${h.select('repo_type','hg',c.backends,class_="medium")}
61 ${h.select('repo_type','hg',c.backends,class_="medium")}
62 </div>
62 </div>
63 </div>
63 </div>
64 <div class="field">
64 <div class="field">
65 <div class="label">
65 <div class="label">
66 <label for="landing_rev">${_('Landing revision')}:</label>
66 <label for="landing_rev">${_('Landing revision')}:</label>
67 </div>
67 </div>
68 <div class="input">
68 <div class="input">
69 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
69 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
70 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
70 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
71 </div>
71 </div>
72 </div>
72 </div>
73 <div class="field">
73 <div class="field">
74 <div class="label label-textarea">
74 <div class="label label-textarea">
75 <label for="description">${_('Description')}:</label>
75 <label for="description">${_('Description')}:</label>
76 </div>
76 </div>
77 <div class="textarea text-area editor">
77 <div class="textarea text-area editor">
78 ${h.textarea('description')}
78 ${h.textarea('description')}
79 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
79 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
80 </div>
80 </div>
81 </div>
81 </div>
82
82
83 <div class="field">
83 <div class="field">
84 <div class="label label-checkbox">
84 <div class="label label-checkbox">
85 <label for="private">${_('Private repository')}:</label>
85 <label for="private">${_('Private repository')}:</label>
86 </div>
86 </div>
87 <div class="checkboxes">
87 <div class="checkboxes">
88 ${h.checkbox('private',value="True")}
88 ${h.checkbox('private',value="True")}
89 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
89 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
90 </div>
90 </div>
91 </div>
91 </div>
92 <div class="field">
92 <div class="field">
93 <div class="label label-checkbox">
93 <div class="label label-checkbox">
94 <label for="enable_statistics">${_('Enable statistics')}:</label>
94 <label for="enable_statistics">${_('Enable statistics')}:</label>
95 </div>
95 </div>
96 <div class="checkboxes">
96 <div class="checkboxes">
97 ${h.checkbox('enable_statistics',value="True")}
97 ${h.checkbox('enable_statistics',value="True")}
98 <span class="help-block">${_('Enable statistics window on summary page.')}</span>
98 <span class="help-block">${_('Enable statistics window on summary page.')}</span>
99 </div>
99 </div>
100 </div>
100 </div>
101 <div class="field">
101 <div class="field">
102 <div class="label label-checkbox">
102 <div class="label label-checkbox">
103 <label for="enable_downloads">${_('Enable downloads')}:</label>
103 <label for="enable_downloads">${_('Enable downloads')}:</label>
104 </div>
104 </div>
105 <div class="checkboxes">
105 <div class="checkboxes">
106 ${h.checkbox('enable_downloads',value="True")}
106 ${h.checkbox('enable_downloads',value="True")}
107 <span class="help-block">${_('Enable download menu on summary page.')}</span>
107 <span class="help-block">${_('Enable download menu on summary page.')}</span>
108 </div>
108 </div>
109 </div>
109 </div>
110 <div class="field">
110 <div class="field">
111 <div class="label">
111 <div class="label">
112 <label for="user">${_('Owner')}:</label>
112 <label for="user">${_('Owner')}:</label>
113 </div>
113 </div>
114 <div class="input input-medium ac">
114 <div class="input input-medium ac">
115 <div class="perm_ac">
115 <div class="perm_ac">
116 ${h.text('user',class_='yui-ac-input')}
116 ${h.text('user',class_='yui-ac-input')}
117 <span class="help-block">${_('Change owner of this repository.')}</span>
117 <span class="help-block">${_('Change owner of this repository.')}</span>
118 <div id="owner_container"></div>
118 <div id="owner_container"></div>
119 </div>
119 </div>
120 </div>
120 </div>
121 </div>
121 </div>
122
122
123 <div class="field">
123 <div class="field">
124 <div class="label">
124 <div class="label">
125 <label for="input">${_('Permissions')}:</label>
125 <label for="input">${_('Permissions')}:</label>
126 </div>
126 </div>
127 <div class="input">
127 <div class="input">
128 <%include file="repo_edit_perms.html"/>
128 <%include file="repo_edit_perms.html"/>
129 </div>
129 </div>
130
130
131 <div class="buttons">
131 <div class="buttons">
132 ${h.submit('save',_('Save'),class_="ui-button")}
132 ${h.submit('save',_('Save'),class_="ui-btn large")}
133 ${h.reset('reset',_('Reset'),class_="ui-button")}
133 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
134 </div>
134 </div>
135 </div>
135 </div>
136 </div>
136 </div>
137 </div>
137 </div>
138 ${h.end_form()}
138 ${h.end_form()}
139 </div>
139 </div>
140
140
141 <div class="box box-right">
141 <div class="box box-right">
142 <div class="title">
142 <div class="title">
143 <h5>${_('Administration')}</h5>
143 <h5>${_('Administration')}</h5>
144 </div>
144 </div>
145
145
146 <h3>${_('Statistics')}</h3>
146 <h3>${_('Statistics')}</h3>
147 ${h.form(url('repo_stats', repo_name=c.repo_info.repo_name),method='delete')}
147 ${h.form(url('repo_stats', repo_name=c.repo_info.repo_name),method='delete')}
148 <div class="form">
148 <div class="form">
149 <div class="fields">
149 <div class="fields">
150 ${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset current statistics'),class_="ui-btn",onclick="return confirm('"+_('Confirm to remove current statistics')+"');")}
150 ${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset current statistics'),class_="ui-btn",onclick="return confirm('"+_('Confirm to remove current statistics')+"');")}
151 <div class="field" style="border:none;color:#888">
151 <div class="field" style="border:none;color:#888">
152 <ul>
152 <ul>
153 <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li>
153 <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li>
154 <li>${_('Stats gathered')}: ${c.stats_percentage}%</li>
154 <li>${_('Stats gathered')}: ${c.stats_percentage}%</li>
155 </ul>
155 </ul>
156 </div>
156 </div>
157 </div>
157 </div>
158 </div>
158 </div>
159 ${h.end_form()}
159 ${h.end_form()}
160
160
161 %if c.repo_info.clone_uri:
161 %if c.repo_info.clone_uri:
162 <h3>${_('Remote')}</h3>
162 <h3>${_('Remote')}</h3>
163 ${h.form(url('repo_pull', repo_name=c.repo_info.repo_name),method='put')}
163 ${h.form(url('repo_pull', repo_name=c.repo_info.repo_name),method='put')}
164 <div class="form">
164 <div class="form">
165 <div class="fields">
165 <div class="fields">
166 ${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')+"');")}
166 ${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')+"');")}
167 <div class="field" style="border:none">
167 <div class="field" style="border:none">
168 <ul>
168 <ul>
169 <li><a href="${c.repo_info.clone_uri}">${c.repo_info.clone_uri}</a></li>
169 <li><a href="${c.repo_info.clone_uri}">${c.repo_info.clone_uri}</a></li>
170 </ul>
170 </ul>
171 </div>
171 </div>
172 </div>
172 </div>
173 </div>
173 </div>
174 ${h.end_form()}
174 ${h.end_form()}
175 %endif
175 %endif
176
176
177 <h3>${_('Cache')}</h3>
177 <h3>${_('Cache')}</h3>
178 ${h.form(url('repo_cache', repo_name=c.repo_info.repo_name),method='delete')}
178 ${h.form(url('repo_cache', repo_name=c.repo_info.repo_name),method='delete')}
179 <div class="form">
179 <div class="form">
180 <div class="fields">
180 <div class="fields">
181 ${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate repository cache'),class_="ui-btn",onclick="return confirm('"+_('Confirm to invalidate repository cache')+"');")}
181 ${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate repository cache'),class_="ui-btn",onclick="return confirm('"+_('Confirm to invalidate repository cache')+"');")}
182 </div>
182 </div>
183 </div>
183 </div>
184 ${h.end_form()}
184 ${h.end_form()}
185
185
186 <h3>${_('Public journal')}</h3>
186 <h3>${_('Public journal')}</h3>
187 ${h.form(url('repo_public_journal', repo_name=c.repo_info.repo_name),method='put')}
187 ${h.form(url('repo_public_journal', repo_name=c.repo_info.repo_name),method='put')}
188 <div class="form">
188 <div class="form">
189 ${h.hidden('auth_token',str(h.get_token()))}
189 ${h.hidden('auth_token',str(h.get_token()))}
190 <div class="field">
190 <div class="field">
191 %if c.in_public_journal:
191 %if c.in_public_journal:
192 ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Remove from public journal'),class_="ui-btn")}
192 ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Remove from public journal'),class_="ui-btn")}
193 %else:
193 %else:
194 ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Add to public journal'),class_="ui-btn")}
194 ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Add to public journal'),class_="ui-btn")}
195 %endif
195 %endif
196 </div>
196 </div>
197 <div class="field" style="border:none;color:#888">
197 <div class="field" style="border:none;color:#888">
198 <ul>
198 <ul>
199 <li>${_('''All actions made on this repository will be accessible to everyone in public journal''')}
199 <li>${_('''All actions made on this repository will be accessible to everyone in public journal''')}
200 </li>
200 </li>
201 </ul>
201 </ul>
202 </div>
202 </div>
203 </div>
203 </div>
204 ${h.end_form()}
204 ${h.end_form()}
205
205
206 <h3>${_('Delete')}</h3>
206 <h3>${_('Delete')}</h3>
207 ${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')}
207 ${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')}
208 <div class="form">
208 <div class="form">
209 <div class="fields">
209 <div class="fields">
210 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
210 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
211 </div>
211 </div>
212 <div class="field" style="border:none;color:#888">
212 <div class="field" style="border:none;color:#888">
213 <ul>
213 <ul>
214 <li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
214 <li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
215 If you need fully delete it from filesystem please do it manually''')}
215 If you need fully delete it from filesystem please do it manually''')}
216 </li>
216 </li>
217 </ul>
217 </ul>
218 </div>
218 </div>
219 </div>
219 </div>
220 ${h.end_form()}
220 ${h.end_form()}
221
221
222 <h3>${_('Set as fork of')}</h3>
222 <h3>${_('Set as fork of')}</h3>
223 ${h.form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')}
223 ${h.form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')}
224 <div class="form">
224 <div class="form">
225 <div class="fields">
225 <div class="fields">
226 ${h.select('id_fork_of','',c.repos_list,class_="medium")}
226 ${h.select('id_fork_of','',c.repos_list,class_="medium")}
227 ${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('set'),class_="ui-btn",)}
227 ${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('set'),class_="ui-btn",)}
228 </div>
228 </div>
229 <div class="field" style="border:none;color:#888">
229 <div class="field" style="border:none;color:#888">
230 <ul>
230 <ul>
231 <li>${_('''Manually set this repository as a fork of another from the list''')}</li>
231 <li>${_('''Manually set this repository as a fork of another from the list''')}</li>
232 </ul>
232 </ul>
233 </div>
233 </div>
234 </div>
234 </div>
235 ${h.end_form()}
235 ${h.end_form()}
236
236
237 </div>
237 </div>
238
238
239
239
240 </%def>
240 </%def>
@@ -1,64 +1,64 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 ${_('Add repos group')} - ${c.rhodecode_name}
5 ${_('Add repos group')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(_('Repos groups'),h.url('repos_groups'))}
10 ${h.link_to(_('Repos groups'),h.url('repos_groups'))}
11 &raquo;
11 &raquo;
12 ${_('add new repos group')}
12 ${_('add new repos group')}
13 </%def>
13 </%def>
14
14
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('admin')}
16 ${self.menu('admin')}
17 </%def>
17 </%def>
18
18
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 <!-- end box / title -->
25 <!-- end box / title -->
26 ${h.form(url('repos_groups'))}
26 ${h.form(url('repos_groups'))}
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="group_name">${_('Group name')}:</label>
32 <label for="group_name">${_('Group name')}:</label>
33 </div>
33 </div>
34 <div class="input">
34 <div class="input">
35 ${h.text('group_name',class_='medium')}
35 ${h.text('group_name',class_='medium')}
36 </div>
36 </div>
37 </div>
37 </div>
38
38
39 <div class="field">
39 <div class="field">
40 <div class="label label-textarea">
40 <div class="label label-textarea">
41 <label for="group_description">${_('Description')}:</label>
41 <label for="group_description">${_('Description')}:</label>
42 </div>
42 </div>
43 <div class="textarea text-area editor">
43 <div class="textarea text-area editor">
44 ${h.textarea('group_description',cols=23,rows=5,class_="medium")}
44 ${h.textarea('group_description',cols=23,rows=5,class_="medium")}
45 </div>
45 </div>
46 </div>
46 </div>
47
47
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="group_parent_id">${_('Group parent')}:</label>
50 <label for="group_parent_id">${_('Group parent')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.select('group_parent_id','',c.repo_groups,class_="medium")}
53 ${h.select('group_parent_id','',c.repo_groups,class_="medium")}
54 </div>
54 </div>
55 </div>
55 </div>
56
56
57 <div class="buttons">
57 <div class="buttons">
58 ${h.submit('save',_('save'),class_="ui-button")}
58 ${h.submit('save',_('save'),class_="ui-btn large")}
59 </div>
59 </div>
60 </div>
60 </div>
61 </div>
61 </div>
62 ${h.end_form()}
62 ${h.end_form()}
63 </div>
63 </div>
64 </%def>
64 </%def>
@@ -1,73 +1,73 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 repos group')} ${c.repos_group.name} - ${c.rhodecode_name}
5 ${_('Edit repos group')} ${c.repos_group.name} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(_('Repos groups'),h.url('repos_groups'))}
10 ${h.link_to(_('Repos groups'),h.url('repos_groups'))}
11 &raquo;
11 &raquo;
12 ${_('edit repos group')} "${c.repos_group.name}"
12 ${_('edit repos group')} "${c.repos_group.name}"
13 </%def>
13 </%def>
14
14
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('admin')}
16 ${self.menu('admin')}
17 </%def>
17 </%def>
18
18
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 <!-- end box / title -->
25 <!-- end box / title -->
26 ${h.form(url('repos_group',id=c.repos_group.group_id),method='put')}
26 ${h.form(url('repos_group',id=c.repos_group.group_id),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="group_name">${_('Group name')}:</label>
32 <label for="group_name">${_('Group name')}:</label>
33 </div>
33 </div>
34 <div class="input">
34 <div class="input">
35 ${h.text('group_name',class_='medium')}
35 ${h.text('group_name',class_='medium')}
36 </div>
36 </div>
37 </div>
37 </div>
38
38
39 <div class="field">
39 <div class="field">
40 <div class="label label-textarea">
40 <div class="label label-textarea">
41 <label for="group_description">${_('Description')}:</label>
41 <label for="group_description">${_('Description')}:</label>
42 </div>
42 </div>
43 <div class="textarea text-area editor">
43 <div class="textarea text-area editor">
44 ${h.textarea('group_description',cols=23,rows=5,class_="medium")}
44 ${h.textarea('group_description',cols=23,rows=5,class_="medium")}
45 </div>
45 </div>
46 </div>
46 </div>
47
47
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="group_parent_id">${_('Group parent')}:</label>
50 <label for="group_parent_id">${_('Group parent')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.select('group_parent_id','',c.repo_groups,class_="medium")}
53 ${h.select('group_parent_id','',c.repo_groups,class_="medium")}
54 </div>
54 </div>
55 </div>
55 </div>
56 <div class="field">
56 <div class="field">
57 <div class="label">
57 <div class="label">
58 <label for="input">${_('Permissions')}:</label>
58 <label for="input">${_('Permissions')}:</label>
59 </div>
59 </div>
60 <div class="input">
60 <div class="input">
61 <%include file="repos_group_edit_perms.html"/>
61 <%include file="repos_group_edit_perms.html"/>
62 </div>
62 </div>
63
63
64 </div>
64 </div>
65 <div class="buttons">
65 <div class="buttons">
66 ${h.submit('save',_('Save'),class_="ui-button")}
66 ${h.submit('save',_('Save'),class_="ui-btn large")}
67 ${h.reset('reset',_('Reset'),class_="ui-button")}
67 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
68 </div>
68 </div>
69 </div>
69 </div>
70 </div>
70 </div>
71 ${h.end_form()}
71 ${h.end_form()}
72 </div>
72 </div>
73 </%def>
73 </%def>
@@ -1,96 +1,96 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 ${_('Settings administration')} - ${c.rhodecode_name}
5 ${_('Settings administration')} - ${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'))} &raquo; ${_('Settings')}
9 ${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; ${_('Settings')}
10 </%def>
10 </%def>
11
11
12 <%def name="page_nav()">
12 <%def name="page_nav()">
13 ${self.menu('admin')}
13 ${self.menu('admin')}
14 </%def>
14 </%def>
15
15
16 <%def name="main()">
16 <%def name="main()">
17 <div class="box">
17 <div class="box">
18 <!-- box / title -->
18 <!-- box / title -->
19 <div class="title">
19 <div class="title">
20 ${self.breadcrumbs()}
20 ${self.breadcrumbs()}
21 </div>
21 </div>
22 <!-- end box / title -->
22 <!-- end box / title -->
23
23
24 <h3>${_('Built in hooks - read only')}</h3>
24 <h3>${_('Built in hooks - read only')}</h3>
25 <div class="form">
25 <div class="form">
26 <div class="fields">
26 <div class="fields">
27 % for hook in c.hooks:
27 % for hook in c.hooks:
28 <div class="field">
28 <div class="field">
29 <div class="label label">
29 <div class="label label">
30 <label for="${hook.ui_key}">${hook.ui_key}</label>
30 <label for="${hook.ui_key}">${hook.ui_key}</label>
31 </div>
31 </div>
32 <div class="input" style="margin-left:280px">
32 <div class="input" style="margin-left:280px">
33 ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
33 ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
34 </div>
34 </div>
35 </div>
35 </div>
36 % endfor
36 % endfor
37 </div>
37 </div>
38 </div>
38 </div>
39
39
40 <h3>${_('Custom hooks')}</h3>
40 <h3>${_('Custom hooks')}</h3>
41 ${h.form(url('admin_setting', setting_id='hooks'),method='put')}
41 ${h.form(url('admin_setting', setting_id='hooks'),method='put')}
42 <div class="form">
42 <div class="form">
43 <div class="fields">
43 <div class="fields">
44
44
45 % for hook in c.custom_hooks:
45 % for hook in c.custom_hooks:
46 <div class="field" id="${'id%s' % hook.ui_id }">
46 <div class="field" id="${'id%s' % hook.ui_id }">
47 <div class="label label">
47 <div class="label label">
48 <label for="${hook.ui_key}">${hook.ui_key}</label>
48 <label for="${hook.ui_key}">${hook.ui_key}</label>
49 </div>
49 </div>
50 <div class="input" style="margin-left:280px">
50 <div class="input" style="margin-left:280px">
51 ${h.hidden('hook_ui_key',hook.ui_key)}
51 ${h.hidden('hook_ui_key',hook.ui_key)}
52 ${h.hidden('hook_ui_value',hook.ui_value)}
52 ${h.hidden('hook_ui_value',hook.ui_value)}
53 ${h.text('hook_ui_value_new',hook.ui_value,size=60)}
53 ${h.text('hook_ui_value_new',hook.ui_value,size=60)}
54 <span class="delete_icon action_button"
54 <span class="delete_icon action_button"
55 onclick="ajaxActionHook(${hook.ui_id},'${'id%s' % hook.ui_id }')">
55 onclick="ajaxActionHook(${hook.ui_id},'${'id%s' % hook.ui_id }')">
56 ${_('remove')}
56 ${_('remove')}
57 </span>
57 </span>
58 </div>
58 </div>
59 </div>
59 </div>
60 % endfor
60 % endfor
61
61
62 <div class="field">
62 <div class="field">
63 <div class="input" style="margin-left:-180px;position: absolute;">
63 <div class="input" style="margin-left:-180px;position: absolute;">
64 <div class="input">
64 <div class="input">
65 ${h.text('new_hook_ui_key',size=30)}
65 ${h.text('new_hook_ui_key',size=30)}
66 </div>
66 </div>
67 </div>
67 </div>
68 <div class="input" style="margin-left:280px">
68 <div class="input" style="margin-left:280px">
69 ${h.text('new_hook_ui_value',size=60)}
69 ${h.text('new_hook_ui_value',size=60)}
70 </div>
70 </div>
71 </div>
71 </div>
72 <div class="buttons" style="margin-left:280px">
72 <div class="buttons" style="margin-left:280px">
73 ${h.submit('save',_('Save'),class_="ui-button")}
73 ${h.submit('save',_('Save'),class_="ui-btn large")}
74 </div>
74 </div>
75 </div>
75 </div>
76 </div>
76 </div>
77 ${h.end_form()}
77 ${h.end_form()}
78 </div>
78 </div>
79 <script type="text/javascript">
79 <script type="text/javascript">
80 function ajaxActionHook(hook_id,field_id) {
80 function ajaxActionHook(hook_id,field_id) {
81 var sUrl = "${h.url('admin_setting', setting_id='hooks')}";
81 var sUrl = "${h.url('admin_setting', setting_id='hooks')}";
82 var callback = {
82 var callback = {
83 success: function (o) {
83 success: function (o) {
84 var elem = YUD.get(""+field_id);
84 var elem = YUD.get(""+field_id);
85 elem.parentNode.removeChild(elem);
85 elem.parentNode.removeChild(elem);
86 },
86 },
87 failure: function (o) {
87 failure: function (o) {
88 alert("${_('Failed to remove hook')}");
88 alert("${_('Failed to remove hook')}");
89 },
89 },
90 };
90 };
91 var postData = '_method=delete&hook_id=' + hook_id;
91 var postData = '_method=delete&hook_id=' + hook_id;
92 var request = YAHOO.util.Connect.asyncRequest('POST', sUrl, callback, postData);
92 var request = YAHOO.util.Connect.asyncRequest('POST', sUrl, callback, postData);
93 };
93 };
94 </script>
94 </script>
95
95
96 </%def>
96 </%def>
@@ -1,246 +1,246 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 ${_('Settings administration')} - ${c.rhodecode_name}
5 ${_('Settings administration')} - ${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'))} &raquo; ${_('Settings')}
9 ${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; ${_('Settings')}
10 </%def>
10 </%def>
11
11
12 <%def name="page_nav()">
12 <%def name="page_nav()">
13 ${self.menu('admin')}
13 ${self.menu('admin')}
14 </%def>
14 </%def>
15
15
16 <%def name="main()">
16 <%def name="main()">
17 <div class="box">
17 <div class="box">
18 <!-- box / title -->
18 <!-- box / title -->
19 <div class="title">
19 <div class="title">
20 ${self.breadcrumbs()}
20 ${self.breadcrumbs()}
21 </div>
21 </div>
22 <!-- end box / title -->
22 <!-- end box / title -->
23
23
24 <h3>${_('Remap and rescan repositories')}</h3>
24 <h3>${_('Remap and rescan repositories')}</h3>
25 ${h.form(url('admin_setting', setting_id='mapping'),method='put')}
25 ${h.form(url('admin_setting', setting_id='mapping'),method='put')}
26 <div class="form">
26 <div class="form">
27 <!-- fields -->
27 <!-- fields -->
28
28
29 <div class="fields">
29 <div class="fields">
30 <div class="field">
30 <div class="field">
31 <div class="label label-checkbox">
31 <div class="label label-checkbox">
32 <label for="destroy">${_('rescan option')}:</label>
32 <label for="destroy">${_('rescan option')}:</label>
33 </div>
33 </div>
34 <div class="checkboxes">
34 <div class="checkboxes">
35 <div class="checkbox">
35 <div class="checkbox">
36 ${h.checkbox('destroy',True)}
36 ${h.checkbox('destroy',True)}
37 <label for="destroy">
37 <label for="destroy">
38 <span class="tooltip" title="${h.tooltip(_('In case a repository was deleted from filesystem and there are leftovers in the database check this option to scan obsolete data in database and remove it.'))}">
38 <span class="tooltip" title="${h.tooltip(_('In case a repository was deleted from filesystem and there are leftovers in the database check this option to scan obsolete data in database and remove it.'))}">
39 ${_('destroy old data')}</span> </label>
39 ${_('destroy old data')}</span> </label>
40 </div>
40 </div>
41 </div>
41 </div>
42 </div>
42 </div>
43
43
44 <div class="buttons">
44 <div class="buttons">
45 ${h.submit('rescan',_('Rescan repositories'),class_="ui-button")}
45 ${h.submit('rescan',_('Rescan repositories'),class_="ui-btn large")}
46 </div>
46 </div>
47 </div>
47 </div>
48 </div>
48 </div>
49 ${h.end_form()}
49 ${h.end_form()}
50
50
51 <h3>${_('Whoosh indexing')}</h3>
51 <h3>${_('Whoosh indexing')}</h3>
52 ${h.form(url('admin_setting', setting_id='whoosh'),method='put')}
52 ${h.form(url('admin_setting', setting_id='whoosh'),method='put')}
53 <div class="form">
53 <div class="form">
54 <!-- fields -->
54 <!-- fields -->
55
55
56 <div class="fields">
56 <div class="fields">
57 <div class="field">
57 <div class="field">
58 <div class="label label-checkbox">
58 <div class="label label-checkbox">
59 <label>${_('index build option')}:</label>
59 <label>${_('index build option')}:</label>
60 </div>
60 </div>
61 <div class="checkboxes">
61 <div class="checkboxes">
62 <div class="checkbox">
62 <div class="checkbox">
63 ${h.checkbox('full_index',True)}
63 ${h.checkbox('full_index',True)}
64 <label for="full_index">${_('build from scratch')}</label>
64 <label for="full_index">${_('build from scratch')}</label>
65 </div>
65 </div>
66 </div>
66 </div>
67 </div>
67 </div>
68
68
69 <div class="buttons">
69 <div class="buttons">
70 ${h.submit('reindex',_('Reindex'),class_="ui-button")}
70 ${h.submit('reindex',_('Reindex'),class_="ui-btn large")}
71 </div>
71 </div>
72 </div>
72 </div>
73 </div>
73 </div>
74 ${h.end_form()}
74 ${h.end_form()}
75
75
76 <h3>${_('Global application settings')}</h3>
76 <h3>${_('Global application settings')}</h3>
77 ${h.form(url('admin_setting', setting_id='global'),method='put')}
77 ${h.form(url('admin_setting', setting_id='global'),method='put')}
78 <div class="form">
78 <div class="form">
79 <!-- fields -->
79 <!-- fields -->
80
80
81 <div class="fields">
81 <div class="fields">
82
82
83 <div class="field">
83 <div class="field">
84 <div class="label">
84 <div class="label">
85 <label for="rhodecode_title">${_('Application name')}:</label>
85 <label for="rhodecode_title">${_('Application name')}:</label>
86 </div>
86 </div>
87 <div class="input">
87 <div class="input">
88 ${h.text('rhodecode_title',size=30)}
88 ${h.text('rhodecode_title',size=30)}
89 </div>
89 </div>
90 </div>
90 </div>
91
91
92 <div class="field">
92 <div class="field">
93 <div class="label">
93 <div class="label">
94 <label for="rhodecode_realm">${_('Realm text')}:</label>
94 <label for="rhodecode_realm">${_('Realm text')}:</label>
95 </div>
95 </div>
96 <div class="input">
96 <div class="input">
97 ${h.text('rhodecode_realm',size=30)}
97 ${h.text('rhodecode_realm',size=30)}
98 </div>
98 </div>
99 </div>
99 </div>
100
100
101 <div class="field">
101 <div class="field">
102 <div class="label">
102 <div class="label">
103 <label for="rhodecode_ga_code">${_('GA code')}:</label>
103 <label for="rhodecode_ga_code">${_('GA code')}:</label>
104 </div>
104 </div>
105 <div class="input">
105 <div class="input">
106 ${h.text('rhodecode_ga_code',size=30)}
106 ${h.text('rhodecode_ga_code',size=30)}
107 </div>
107 </div>
108 </div>
108 </div>
109
109
110 <div class="buttons">
110 <div class="buttons">
111 ${h.submit('save',_('Save settings'),class_="ui-button")}
111 ${h.submit('save',_('Save settings'),class_="ui-btn large")}
112 ${h.reset('reset',_('Reset'),class_="ui-button")}
112 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
113 </div>
113 </div>
114 </div>
114 </div>
115 </div>
115 </div>
116 ${h.end_form()}
116 ${h.end_form()}
117
117
118 <h3>${_('Mercurial settings')}</h3>
118 <h3>${_('Mercurial settings')}</h3>
119 ${h.form(url('admin_setting', setting_id='mercurial'),method='put')}
119 ${h.form(url('admin_setting', setting_id='mercurial'),method='put')}
120 <div class="form">
120 <div class="form">
121 <!-- fields -->
121 <!-- fields -->
122
122
123 <div class="fields">
123 <div class="fields">
124
124
125 <div class="field">
125 <div class="field">
126 <div class="label label-checkbox">
126 <div class="label label-checkbox">
127 <label>${_('Web')}:</label>
127 <label>${_('Web')}:</label>
128 </div>
128 </div>
129 <div class="checkboxes">
129 <div class="checkboxes">
130 <div class="checkbox">
130 <div class="checkbox">
131 ${h.checkbox('web_push_ssl','true')}
131 ${h.checkbox('web_push_ssl','true')}
132 <label for="web_push_ssl">${_('require ssl for pushing')}</label>
132 <label for="web_push_ssl">${_('require ssl for pushing')}</label>
133 </div>
133 </div>
134 </div>
134 </div>
135 </div>
135 </div>
136
136
137 <div class="field">
137 <div class="field">
138 <div class="label label-checkbox">
138 <div class="label label-checkbox">
139 <label>${_('Hooks')}:</label>
139 <label>${_('Hooks')}:</label>
140 </div>
140 </div>
141 <div class="checkboxes">
141 <div class="checkboxes">
142 <div class="checkbox">
142 <div class="checkbox">
143 ${h.checkbox('hooks_changegroup_update','True')}
143 ${h.checkbox('hooks_changegroup_update','True')}
144 <label for="hooks_changegroup_update">${_('Update repository after push (hg update)')}</label>
144 <label for="hooks_changegroup_update">${_('Update repository after push (hg update)')}</label>
145 </div>
145 </div>
146 <div class="checkbox">
146 <div class="checkbox">
147 ${h.checkbox('hooks_changegroup_repo_size','True')}
147 ${h.checkbox('hooks_changegroup_repo_size','True')}
148 <label for="hooks_changegroup_repo_size">${_('Show repository size after push')}</label>
148 <label for="hooks_changegroup_repo_size">${_('Show repository size after push')}</label>
149 </div>
149 </div>
150 <div class="checkbox">
150 <div class="checkbox">
151 ${h.checkbox('hooks_changegroup_push_logger','True')}
151 ${h.checkbox('hooks_changegroup_push_logger','True')}
152 <label for="hooks_changegroup_push_logger">${_('Log user push commands')}</label>
152 <label for="hooks_changegroup_push_logger">${_('Log user push commands')}</label>
153 </div>
153 </div>
154 <div class="checkbox">
154 <div class="checkbox">
155 ${h.checkbox('hooks_preoutgoing_pull_logger','True')}
155 ${h.checkbox('hooks_preoutgoing_pull_logger','True')}
156 <label for="hooks_preoutgoing_pull_logger">${_('Log user pull commands')}</label>
156 <label for="hooks_preoutgoing_pull_logger">${_('Log user pull commands')}</label>
157 </div>
157 </div>
158 </div>
158 </div>
159 <div class="input" style="margin-top:10px">
159 <div class="input" style="margin-top:10px">
160 ${h.link_to(_('advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")}
160 ${h.link_to(_('advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")}
161 </div>
161 </div>
162 </div>
162 </div>
163 <div class="field">
163 <div class="field">
164 <div class="label">
164 <div class="label">
165 <label for="paths_root_path">${_('Repositories location')}:</label>
165 <label for="paths_root_path">${_('Repositories location')}:</label>
166 </div>
166 </div>
167 <div class="input">
167 <div class="input">
168 ${h.text('paths_root_path',size=30,readonly="readonly")}
168 ${h.text('paths_root_path',size=30,readonly="readonly")}
169 <span id="path_unlock" class="tooltip"
169 <span id="path_unlock" class="tooltip"
170 title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
170 title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
171 ${_('unlock')}</span>
171 ${_('unlock')}</span>
172 </div>
172 </div>
173 </div>
173 </div>
174
174
175 <div class="buttons">
175 <div class="buttons">
176 ${h.submit('save',_('Save settings'),class_="ui-button")}
176 ${h.submit('save',_('Save settings'),class_="ui-btn large")}
177 ${h.reset('reset',_('Reset'),class_="ui-button")}
177 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
178 </div>
178 </div>
179 </div>
179 </div>
180 </div>
180 </div>
181 ${h.end_form()}
181 ${h.end_form()}
182
182
183 <script type="text/javascript">
183 <script type="text/javascript">
184 YAHOO.util.Event.onDOMReady(function(){
184 YAHOO.util.Event.onDOMReady(function(){
185 YAHOO.util.Event.addListener('path_unlock','click',function(){
185 YAHOO.util.Event.addListener('path_unlock','click',function(){
186 YAHOO.util.Dom.get('paths_root_path').removeAttribute('readonly');
186 YAHOO.util.Dom.get('paths_root_path').removeAttribute('readonly');
187 });
187 });
188 });
188 });
189 </script>
189 </script>
190
190
191 <h3>${_('Test Email')}</h3>
191 <h3>${_('Test Email')}</h3>
192 ${h.form(url('admin_setting', setting_id='email'),method='put')}
192 ${h.form(url('admin_setting', setting_id='email'),method='put')}
193 <div class="form">
193 <div class="form">
194 <!-- fields -->
194 <!-- fields -->
195
195
196 <div class="fields">
196 <div class="fields">
197 <div class="field">
197 <div class="field">
198 <div class="label">
198 <div class="label">
199 <label for="test_email">${_('Email to')}:</label>
199 <label for="test_email">${_('Email to')}:</label>
200 </div>
200 </div>
201 <div class="input">
201 <div class="input">
202 ${h.text('test_email',size=30)}
202 ${h.text('test_email',size=30)}
203 </div>
203 </div>
204 </div>
204 </div>
205
205
206 <div class="buttons">
206 <div class="buttons">
207 ${h.submit('send',_('Send'),class_="ui-button")}
207 ${h.submit('send',_('Send'),class_="ui-btn large")}
208 </div>
208 </div>
209 </div>
209 </div>
210 </div>
210 </div>
211 ${h.end_form()}
211 ${h.end_form()}
212
212
213 <h3>${_('System Info and Packages')}</h3>
213 <h3>${_('System Info and Packages')}</h3>
214 <div class="form">
214 <div class="form">
215 <div>
215 <div>
216 <h5 id="expand_modules" style="cursor: pointer">&darr; ${_('show')} &darr;</h5>
216 <h5 id="expand_modules" style="cursor: pointer">&darr; ${_('show')} &darr;</h5>
217 </div>
217 </div>
218 <div id="expand_modules_table" style="display:none">
218 <div id="expand_modules_table" style="display:none">
219 <h5>Python - ${c.py_version}</h5>
219 <h5>Python - ${c.py_version}</h5>
220 <h5>System - ${c.platform}</h5>
220 <h5>System - ${c.platform}</h5>
221
221
222 <table class="table" style="margin:0px 0px 0px 20px">
222 <table class="table" style="margin:0px 0px 0px 20px">
223 <colgroup>
223 <colgroup>
224 <col style="width:220px">
224 <col style="width:220px">
225 </colgroup>
225 </colgroup>
226 <tbody>
226 <tbody>
227 %for key, value in c.modules:
227 %for key, value in c.modules:
228 <tr>
228 <tr>
229 <th style="text-align: right;padding-right:5px;">${key}</th>
229 <th style="text-align: right;padding-right:5px;">${key}</th>
230 <td>${value}</td>
230 <td>${value}</td>
231 </tr>
231 </tr>
232 %endfor
232 %endfor
233 </tbody>
233 </tbody>
234 </table>
234 </table>
235 </div>
235 </div>
236 </div>
236 </div>
237
237
238 <script type="text/javascript">
238 <script type="text/javascript">
239 YUE.on('expand_modules','click',function(e){
239 YUE.on('expand_modules','click',function(e){
240 YUD.setStyle('expand_modules_table','display','');
240 YUD.setStyle('expand_modules_table','display','');
241 YUD.setStyle('expand_modules','display','none');
241 YUD.setStyle('expand_modules','display','none');
242 })
242 })
243 </script>
243 </script>
244
244
245 </div>
245 </div>
246 </%def>
246 </%def>
@@ -1,100 +1,100 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 ${_('Add user')} - ${c.rhodecode_name}
5 ${_('Add user')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(_('Users'),h.url('users'))}
10 ${h.link_to(_('Users'),h.url('users'))}
11 &raquo;
11 &raquo;
12 ${_('add new user')}
12 ${_('add new user')}
13 </%def>
13 </%def>
14
14
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('admin')}
16 ${self.menu('admin')}
17 </%def>
17 </%def>
18
18
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 <!-- end box / title -->
25 <!-- end box / title -->
26 ${h.form(url('users'))}
26 ${h.form(url('users'))}
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="username">${_('Username')}:</label>
32 <label for="username">${_('Username')}:</label>
33 </div>
33 </div>
34 <div class="input">
34 <div class="input">
35 ${h.text('username',class_='small')}
35 ${h.text('username',class_='small')}
36 </div>
36 </div>
37 </div>
37 </div>
38
38
39 <div class="field">
39 <div class="field">
40 <div class="label">
40 <div class="label">
41 <label for="password">${_('Password')}:</label>
41 <label for="password">${_('Password')}:</label>
42 </div>
42 </div>
43 <div class="input">
43 <div class="input">
44 ${h.password('password',class_='small')}
44 ${h.password('password',class_='small')}
45 </div>
45 </div>
46 </div>
46 </div>
47
47
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="password_confirmation">${_('Password confirmation')}:</label>
50 <label for="password_confirmation">${_('Password confirmation')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.password('password_confirmation',class_="small",autocomplete="off")}
53 ${h.password('password_confirmation',class_="small",autocomplete="off")}
54 </div>
54 </div>
55 </div>
55 </div>
56
56
57 <div class="field">
57 <div class="field">
58 <div class="label">
58 <div class="label">
59 <label for="firstname">${_('First Name')}:</label>
59 <label for="firstname">${_('First Name')}:</label>
60 </div>
60 </div>
61 <div class="input">
61 <div class="input">
62 ${h.text('firstname',class_='small')}
62 ${h.text('firstname',class_='small')}
63 </div>
63 </div>
64 </div>
64 </div>
65
65
66 <div class="field">
66 <div class="field">
67 <div class="label">
67 <div class="label">
68 <label for="lastname">${_('Last Name')}:</label>
68 <label for="lastname">${_('Last Name')}:</label>
69 </div>
69 </div>
70 <div class="input">
70 <div class="input">
71 ${h.text('lastname',class_='small')}
71 ${h.text('lastname',class_='small')}
72 </div>
72 </div>
73 </div>
73 </div>
74
74
75 <div class="field">
75 <div class="field">
76 <div class="label">
76 <div class="label">
77 <label for="email">${_('Email')}:</label>
77 <label for="email">${_('Email')}:</label>
78 </div>
78 </div>
79 <div class="input">
79 <div class="input">
80 ${h.text('email',class_='small')}
80 ${h.text('email',class_='small')}
81 </div>
81 </div>
82 </div>
82 </div>
83
83
84 <div class="field">
84 <div class="field">
85 <div class="label label-checkbox">
85 <div class="label label-checkbox">
86 <label for="active">${_('Active')}:</label>
86 <label for="active">${_('Active')}:</label>
87 </div>
87 </div>
88 <div class="checkboxes">
88 <div class="checkboxes">
89 ${h.checkbox('active',value=True,checked='checked')}
89 ${h.checkbox('active',value=True,checked='checked')}
90 </div>
90 </div>
91 </div>
91 </div>
92
92
93 <div class="buttons">
93 <div class="buttons">
94 ${h.submit('save',_('save'),class_="ui-button")}
94 ${h.submit('save',_('save'),class_="ui-btn large")}
95 </div>
95 </div>
96 </div>
96 </div>
97 </div>
97 </div>
98 ${h.end_form()}
98 ${h.end_form()}
99 </div>
99 </div>
100 </%def>
100 </%def>
@@ -1,251 +1,251 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 user')} ${c.user.username} - ${c.rhodecode_name}
5 ${_('Edit user')} ${c.user.username} - ${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(_('Users'),h.url('users'))}
11 ${h.link_to(_('Users'),h.url('users'))}
12 &raquo;
12 &raquo;
13 ${_('edit')} "${c.user.username}"
13 ${_('edit')} "${c.user.username}"
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 <!-- end box / title -->
26 <!-- end box / title -->
27 ${h.form(url('update_user', id=c.user.user_id),method='put')}
27 ${h.form(url('update_user', id=c.user.user_id),method='put')}
28 <div class="form">
28 <div class="form">
29 <div class="field">
29 <div class="field">
30 <div class="gravatar_box">
30 <div class="gravatar_box">
31 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
31 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
32 <p>
32 <p>
33 %if c.use_gravatar:
33 %if c.use_gravatar:
34 <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong>
34 <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong>
35 <br/>${_('Using')} ${c.user.email}
35 <br/>${_('Using')} ${c.user.email}
36 %else:
36 %else:
37 <br/>${c.user.email}
37 <br/>${c.user.email}
38 %endif
38 %endif
39 </div>
39 </div>
40 </div>
40 </div>
41 <div class="field">
41 <div class="field">
42 <div class="label">
42 <div class="label">
43 <label>${_('API key')}</label> ${c.user.api_key}
43 <label>${_('API key')}</label> ${c.user.api_key}
44 </div>
44 </div>
45 </div>
45 </div>
46
46
47 <div class="fields">
47 <div class="fields">
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="username">${_('Username')}:</label>
50 <label for="username">${_('Username')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.text('username',class_='medium')}
53 ${h.text('username',class_='medium')}
54 </div>
54 </div>
55 </div>
55 </div>
56
56
57 <div class="field">
57 <div class="field">
58 <div class="label">
58 <div class="label">
59 <label for="ldap_dn">${_('LDAP DN')}:</label>
59 <label for="ldap_dn">${_('LDAP DN')}:</label>
60 </div>
60 </div>
61 <div class="input">
61 <div class="input">
62 ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}
62 ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}
63 </div>
63 </div>
64 </div>
64 </div>
65
65
66 <div class="field">
66 <div class="field">
67 <div class="label">
67 <div class="label">
68 <label for="new_password">${_('New password')}:</label>
68 <label for="new_password">${_('New password')}:</label>
69 </div>
69 </div>
70 <div class="input">
70 <div class="input">
71 ${h.password('new_password',class_='medium',autocomplete="off")}
71 ${h.password('new_password',class_='medium',autocomplete="off")}
72 </div>
72 </div>
73 </div>
73 </div>
74
74
75 <div class="field">
75 <div class="field">
76 <div class="label">
76 <div class="label">
77 <label for="password_confirmation">${_('New password confirmation')}:</label>
77 <label for="password_confirmation">${_('New password confirmation')}:</label>
78 </div>
78 </div>
79 <div class="input">
79 <div class="input">
80 ${h.password('password_confirmation',class_="medium",autocomplete="off")}
80 ${h.password('password_confirmation',class_="medium",autocomplete="off")}
81 </div>
81 </div>
82 </div>
82 </div>
83
83
84 <div class="field">
84 <div class="field">
85 <div class="label">
85 <div class="label">
86 <label for="firstname">${_('First Name')}:</label>
86 <label for="firstname">${_('First Name')}:</label>
87 </div>
87 </div>
88 <div class="input">
88 <div class="input">
89 ${h.text('firstname',class_='medium')}
89 ${h.text('firstname',class_='medium')}
90 </div>
90 </div>
91 </div>
91 </div>
92
92
93 <div class="field">
93 <div class="field">
94 <div class="label">
94 <div class="label">
95 <label for="lastname">${_('Last Name')}:</label>
95 <label for="lastname">${_('Last Name')}:</label>
96 </div>
96 </div>
97 <div class="input">
97 <div class="input">
98 ${h.text('lastname',class_='medium')}
98 ${h.text('lastname',class_='medium')}
99 </div>
99 </div>
100 </div>
100 </div>
101
101
102 <div class="field">
102 <div class="field">
103 <div class="label">
103 <div class="label">
104 <label for="email">${_('Email')}:</label>
104 <label for="email">${_('Email')}:</label>
105 </div>
105 </div>
106 <div class="input">
106 <div class="input">
107 ${h.text('email',class_='medium')}
107 ${h.text('email',class_='medium')}
108 </div>
108 </div>
109 </div>
109 </div>
110
110
111 <div class="field">
111 <div class="field">
112 <div class="label label-checkbox">
112 <div class="label label-checkbox">
113 <label for="active">${_('Active')}:</label>
113 <label for="active">${_('Active')}:</label>
114 </div>
114 </div>
115 <div class="checkboxes">
115 <div class="checkboxes">
116 ${h.checkbox('active',value=True)}
116 ${h.checkbox('active',value=True)}
117 </div>
117 </div>
118 </div>
118 </div>
119
119
120 <div class="field">
120 <div class="field">
121 <div class="label label-checkbox">
121 <div class="label label-checkbox">
122 <label for="admin">${_('Admin')}:</label>
122 <label for="admin">${_('Admin')}:</label>
123 </div>
123 </div>
124 <div class="checkboxes">
124 <div class="checkboxes">
125 ${h.checkbox('admin',value=True)}
125 ${h.checkbox('admin',value=True)}
126 </div>
126 </div>
127 </div>
127 </div>
128 <div class="buttons">
128 <div class="buttons">
129 ${h.submit('save',_('Save'),class_="ui-button")}
129 ${h.submit('save',_('Save'),class_="ui-btn large")}
130 ${h.reset('reset',_('Reset'),class_="ui-button")}
130 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
131 </div>
131 </div>
132 </div>
132 </div>
133 </div>
133 </div>
134 ${h.end_form()}
134 ${h.end_form()}
135 </div>
135 </div>
136 <div class="box box-right">
136 <div class="box box-right">
137 <!-- box / title -->
137 <!-- box / title -->
138 <div class="title">
138 <div class="title">
139 <h5>${_('Permissions')}</h5>
139 <h5>${_('Permissions')}</h5>
140 </div>
140 </div>
141 ${h.form(url('user_perm', id=c.user.user_id),method='put')}
141 ${h.form(url('user_perm', id=c.user.user_id),method='put')}
142 <div class="form">
142 <div class="form">
143 <!-- fields -->
143 <!-- fields -->
144 <div class="fields">
144 <div class="fields">
145 <div class="field">
145 <div class="field">
146 <div class="label label-checkbox">
146 <div class="label label-checkbox">
147 <label for="create_repo_perm">${_('Create repositories')}:</label>
147 <label for="create_repo_perm">${_('Create repositories')}:</label>
148 </div>
148 </div>
149 <div class="checkboxes">
149 <div class="checkboxes">
150 ${h.checkbox('create_repo_perm',value=True)}
150 ${h.checkbox('create_repo_perm',value=True)}
151 </div>
151 </div>
152 </div>
152 </div>
153 <div class="buttons">
153 <div class="buttons">
154 ${h.submit('save',_('Save'),class_="ui-button")}
154 ${h.submit('save',_('Save'),class_="ui-btn large")}
155 ${h.reset('reset',_('Reset'),class_="ui-button")}
155 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
156 </div>
156 </div>
157 </div>
157 </div>
158 </div>
158 </div>
159 ${h.end_form()}
159 ${h.end_form()}
160
160
161 ## permissions overview
161 ## permissions overview
162 <div id="perms" class="table">
162 <div id="perms" class="table">
163 %for section in sorted(c.perm_user.permissions.keys()):
163 %for section in sorted(c.perm_user.permissions.keys()):
164 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
164 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
165
165
166 <div id='tbl_list_wrap_${section}' class="yui-skin-sam">
166 <div id='tbl_list_wrap_${section}' class="yui-skin-sam">
167 <table id="tbl_list_${section}">
167 <table id="tbl_list_${section}">
168 <thead>
168 <thead>
169 <tr>
169 <tr>
170 <th class="left">${_('Name')}</th>
170 <th class="left">${_('Name')}</th>
171 <th class="left">${_('Permission')}</th>
171 <th class="left">${_('Permission')}</th>
172 </thead>
172 </thead>
173 <tbody>
173 <tbody>
174 %for k in c.perm_user.permissions[section]:
174 %for k in c.perm_user.permissions[section]:
175 <%
175 <%
176 if section != 'global':
176 if section != 'global':
177 section_perm = c.perm_user.permissions[section].get(k)
177 section_perm = c.perm_user.permissions[section].get(k)
178 _perm = section_perm.split('.')[-1]
178 _perm = section_perm.split('.')[-1]
179 else:
179 else:
180 _perm = section_perm = None
180 _perm = section_perm = None
181 %>
181 %>
182 <tr>
182 <tr>
183 <td>
183 <td>
184 %if section == 'repositories':
184 %if section == 'repositories':
185 <a href="${h.url('summary_home',repo_name=k)}">${k}</a>
185 <a href="${h.url('summary_home',repo_name=k)}">${k}</a>
186 %elif section == 'repositories_groups':
186 %elif section == 'repositories_groups':
187 <a href="${h.url('repos_group_home',group_name=k)}">${k}</a>
187 <a href="${h.url('repos_group_home',group_name=k)}">${k}</a>
188 %else:
188 %else:
189 ${h.get_permission_name(k)}
189 ${h.get_permission_name(k)}
190 %endif
190 %endif
191 </td>
191 </td>
192 <td>
192 <td>
193 %if section == 'global':
193 %if section == 'global':
194 ${h.bool2icon(k.split('.')[-1] != 'none')}
194 ${h.bool2icon(k.split('.')[-1] != 'none')}
195 %else:
195 %else:
196 <span class="perm_tag ${_perm}">${section_perm}</span>
196 <span class="perm_tag ${_perm}">${section_perm}</span>
197 %endif
197 %endif
198 </td>
198 </td>
199 </tr>
199 </tr>
200 %endfor
200 %endfor
201 </tbody>
201 </tbody>
202 </table>
202 </table>
203 </div>
203 </div>
204 %endfor
204 %endfor
205 </div>
205 </div>
206 </div>
206 </div>
207 <div class="box box-left">
207 <div class="box box-left">
208 <!-- box / title -->
208 <!-- box / title -->
209 <div class="title">
209 <div class="title">
210 <h5>${_('Email addresses')}</h5>
210 <h5>${_('Email addresses')}</h5>
211 </div>
211 </div>
212
212
213 <div class="emails_wrap">
213 <div class="emails_wrap">
214 <table class="noborder">
214 <table class="noborder">
215 %for em in c.user_email_map:
215 %for em in c.user_email_map:
216 <tr>
216 <tr>
217 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(em.user.email,16)}"/> </div></td>
217 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(em.user.email,16)}"/> </div></td>
218 <td><div class="email">${em.email}</div></td>
218 <td><div class="email">${em.email}</div></td>
219 <td>
219 <td>
220 ${h.form(url('user_emails_delete', id=c.user.user_id),method='delete')}
220 ${h.form(url('user_emails_delete', id=c.user.user_id),method='delete')}
221 ${h.hidden('del_email',em.email_id)}
221 ${h.hidden('del_email',em.email_id)}
222 ${h.submit('remove_',_('delete'),id="remove_email_%s" % em.email_id,
222 ${h.submit('remove_',_('delete'),id="remove_email_%s" % em.email_id,
223 class_="delete_icon action_button", onclick="return confirm('"+_('Confirm to delete this email: %s') % em.email+"');")}
223 class_="delete_icon action_button", onclick="return confirm('"+_('Confirm to delete this email: %s') % em.email+"');")}
224 ${h.end_form()}
224 ${h.end_form()}
225 </td>
225 </td>
226 </tr>
226 </tr>
227 %endfor
227 %endfor
228 </table>
228 </table>
229 </div>
229 </div>
230
230
231 ${h.form(url('user_emails', id=c.user.user_id),method='put')}
231 ${h.form(url('user_emails', id=c.user.user_id),method='put')}
232 <div class="form">
232 <div class="form">
233 <!-- fields -->
233 <!-- fields -->
234 <div class="fields">
234 <div class="fields">
235 <div class="field">
235 <div class="field">
236 <div class="label">
236 <div class="label">
237 <label for="email">${_('New email address')}:</label>
237 <label for="email">${_('New email address')}:</label>
238 </div>
238 </div>
239 <div class="input">
239 <div class="input">
240 ${h.text('new_email', class_='medium')}
240 ${h.text('new_email', class_='medium')}
241 </div>
241 </div>
242 </div>
242 </div>
243 <div class="buttons">
243 <div class="buttons">
244 ${h.submit('save',_('Add'),class_="ui-button")}
244 ${h.submit('save',_('Add'),class_="ui-btn large")}
245 ${h.reset('reset',_('Reset'),class_="ui-button")}
245 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
246 </div>
246 </div>
247 </div>
247 </div>
248 </div>
248 </div>
249 ${h.end_form()}
249 ${h.end_form()}
250 </div>
250 </div>
251 </%def>
251 </%def>
@@ -1,85 +1,85 b''
1 <div>
1 <div>
2 ${h.form(url('admin_settings_my_account_update'),method='put')}
2 ${h.form(url('admin_settings_my_account_update'),method='put')}
3 <div class="form">
3 <div class="form">
4
4
5 <div class="field">
5 <div class="field">
6 <div class="gravatar_box">
6 <div class="gravatar_box">
7 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
7 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
8 <p>
8 <p>
9 %if c.use_gravatar:
9 %if c.use_gravatar:
10 <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong>
10 <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong>
11 <br/>${_('Using')} ${c.user.email}
11 <br/>${_('Using')} ${c.user.email}
12 %else:
12 %else:
13 <br/>${c.user.email}
13 <br/>${c.user.email}
14 %endif
14 %endif
15 </p>
15 </p>
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>${_('API key')}</label> ${c.user.api_key}
20 <label>${_('API key')}</label> ${c.user.api_key}
21 </div>
21 </div>
22 </div>
22 </div>
23 <div class="fields">
23 <div class="fields">
24 <div class="field">
24 <div class="field">
25 <div class="label">
25 <div class="label">
26 <label for="username">${_('Username')}:</label>
26 <label for="username">${_('Username')}:</label>
27 </div>
27 </div>
28 <div class="input">
28 <div class="input">
29 ${h.text('username',class_="medium")}
29 ${h.text('username',class_="medium")}
30 </div>
30 </div>
31 </div>
31 </div>
32
32
33 <div class="field">
33 <div class="field">
34 <div class="label">
34 <div class="label">
35 <label for="new_password">${_('New password')}:</label>
35 <label for="new_password">${_('New password')}:</label>
36 </div>
36 </div>
37 <div class="input">
37 <div class="input">
38 ${h.password('new_password',class_="medium",autocomplete="off")}
38 ${h.password('new_password',class_="medium",autocomplete="off")}
39 </div>
39 </div>
40 </div>
40 </div>
41
41
42 <div class="field">
42 <div class="field">
43 <div class="label">
43 <div class="label">
44 <label for="password_confirmation">${_('New password confirmation')}:</label>
44 <label for="password_confirmation">${_('New password confirmation')}:</label>
45 </div>
45 </div>
46 <div class="input">
46 <div class="input">
47 ${h.password('password_confirmation',class_="medium",autocomplete="off")}
47 ${h.password('password_confirmation',class_="medium",autocomplete="off")}
48 </div>
48 </div>
49 </div>
49 </div>
50
50
51 <div class="field">
51 <div class="field">
52 <div class="label">
52 <div class="label">
53 <label for="name">${_('First Name')}:</label>
53 <label for="name">${_('First Name')}:</label>
54 </div>
54 </div>
55 <div class="input">
55 <div class="input">
56 ${h.text('firstname',class_="medium")}
56 ${h.text('firstname',class_="medium")}
57 </div>
57 </div>
58 </div>
58 </div>
59
59
60 <div class="field">
60 <div class="field">
61 <div class="label">
61 <div class="label">
62 <label for="lastname">${_('Last Name')}:</label>
62 <label for="lastname">${_('Last Name')}:</label>
63 </div>
63 </div>
64 <div class="input">
64 <div class="input">
65 ${h.text('lastname',class_="medium")}
65 ${h.text('lastname',class_="medium")}
66 </div>
66 </div>
67 </div>
67 </div>
68
68
69 <div class="field">
69 <div class="field">
70 <div class="label">
70 <div class="label">
71 <label for="email">${_('Email')}:</label>
71 <label for="email">${_('Email')}:</label>
72 </div>
72 </div>
73 <div class="input">
73 <div class="input">
74 ${h.text('email',class_="medium")}
74 ${h.text('email',class_="medium")}
75 </div>
75 </div>
76 </div>
76 </div>
77
77
78 <div class="buttons">
78 <div class="buttons">
79 ${h.submit('save',_('Save'),class_="ui-button")}
79 ${h.submit('save',_('Save'),class_="ui-btn large")}
80 ${h.reset('reset',_('Reset'),class_="ui-button")}
80 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
81 </div>
81 </div>
82 </div>
82 </div>
83 </div>
83 </div>
84 ${h.end_form()}
84 ${h.end_form()}
85 </div>
85 </div>
@@ -1,55 +1,55 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 ${_('Add users group')} - ${c.rhodecode_name}
5 ${_('Add users group')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(_('Users groups'),h.url('users_groups'))}
10 ${h.link_to(_('Users groups'),h.url('users_groups'))}
11 &raquo;
11 &raquo;
12 ${_('add new users group')}
12 ${_('add new users group')}
13 </%def>
13 </%def>
14
14
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('admin')}
16 ${self.menu('admin')}
17 </%def>
17 </%def>
18
18
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 <!-- end box / title -->
25 <!-- end box / title -->
26 ${h.form(url('users_groups'))}
26 ${h.form(url('users_groups'))}
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="users_group_name">${_('Group name')}:</label>
32 <label for="users_group_name">${_('Group name')}:</label>
33 </div>
33 </div>
34 <div class="input">
34 <div class="input">
35 ${h.text('users_group_name',class_='small')}
35 ${h.text('users_group_name',class_='small')}
36 </div>
36 </div>
37 </div>
37 </div>
38
38
39 <div class="field">
39 <div class="field">
40 <div class="label label-checkbox">
40 <div class="label label-checkbox">
41 <label for="users_group_active">${_('Active')}:</label>
41 <label for="users_group_active">${_('Active')}:</label>
42 </div>
42 </div>
43 <div class="checkboxes">
43 <div class="checkboxes">
44 ${h.checkbox('users_group_active',value=True, checked='checked')}
44 ${h.checkbox('users_group_active',value=True, checked='checked')}
45 </div>
45 </div>
46 </div>
46 </div>
47
47
48 <div class="buttons">
48 <div class="buttons">
49 ${h.submit('save',_('save'),class_="ui-button")}
49 ${h.submit('save',_('save'),class_="ui-btn large")}
50 </div>
50 </div>
51 </div>
51 </div>
52 </div>
52 </div>
53 ${h.end_form()}
53 ${h.end_form()}
54 </div>
54 </div>
55 </%def>
55 </%def>
@@ -1,145 +1,145 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 users group')} ${c.users_group.users_group_name} - ${c.rhodecode_name}
5 ${_('Edit users group')} ${c.users_group.users_group_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(_('UsersGroups'),h.url('users_groups'))}
11 ${h.link_to(_('UsersGroups'),h.url('users_groups'))}
12 &raquo;
12 &raquo;
13 ${_('edit')} "${c.users_group.users_group_name}"
13 ${_('edit')} "${c.users_group.users_group_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 <!-- end box / title -->
26 <!-- end box / title -->
27 ${h.form(url('users_group', id=c.users_group.users_group_id),method='put', id='edit_users_group')}
27 ${h.form(url('users_group', id=c.users_group.users_group_id),method='put', id='edit_users_group')}
28 <div class="form">
28 <div class="form">
29 <!-- fields -->
29 <!-- fields -->
30 <div class="fields">
30 <div class="fields">
31 <div class="field">
31 <div class="field">
32 <div class="label">
32 <div class="label">
33 <label for="users_group_name">${_('Group name')}:</label>
33 <label for="users_group_name">${_('Group name')}:</label>
34 </div>
34 </div>
35 <div class="input">
35 <div class="input">
36 ${h.text('users_group_name',class_='small')}
36 ${h.text('users_group_name',class_='small')}
37 </div>
37 </div>
38 </div>
38 </div>
39
39
40 <div class="field">
40 <div class="field">
41 <div class="label label-checkbox">
41 <div class="label label-checkbox">
42 <label for="users_group_active">${_('Active')}:</label>
42 <label for="users_group_active">${_('Active')}:</label>
43 </div>
43 </div>
44 <div class="checkboxes">
44 <div class="checkboxes">
45 ${h.checkbox('users_group_active',value=True)}
45 ${h.checkbox('users_group_active',value=True)}
46 </div>
46 </div>
47 </div>
47 </div>
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="users_group_active">${_('Members')}:</label>
50 <label for="users_group_active">${_('Members')}:</label>
51 </div>
51 </div>
52 <div class="select">
52 <div class="select">
53 <table>
53 <table>
54 <tr>
54 <tr>
55 <td>
55 <td>
56 <div>
56 <div>
57 <div style="float:left">
57 <div style="float:left">
58 <div class="text" style="padding: 0px 0px 6px;">${_('Choosen group members')}</div>
58 <div class="text" style="padding: 0px 0px 6px;">${_('Choosen group members')}</div>
59 ${h.select('users_group_members',[x[0] for x in c.group_members],c.group_members,multiple=True,size=8,style="min-width:210px")}
59 ${h.select('users_group_members',[x[0] for x in c.group_members],c.group_members,multiple=True,size=8,style="min-width:210px")}
60 <div id="remove_all_elements" style="cursor:pointer;text-align:center">
60 <div id="remove_all_elements" style="cursor:pointer;text-align:center">
61 ${_('Remove all elements')}
61 ${_('Remove all elements')}
62 <img alt="remove" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_right.png')}"/>
62 <img alt="remove" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_right.png')}"/>
63 </div>
63 </div>
64 </div>
64 </div>
65 <div style="float:left;width:20px;padding-top:50px">
65 <div style="float:left;width:20px;padding-top:50px">
66 <img alt="add" id="add_element"
66 <img alt="add" id="add_element"
67 style="padding:2px;cursor:pointer"
67 style="padding:2px;cursor:pointer"
68 src="${h.url('/images/icons/arrow_left.png')}"/>
68 src="${h.url('/images/icons/arrow_left.png')}"/>
69 <br />
69 <br />
70 <img alt="remove" id="remove_element"
70 <img alt="remove" id="remove_element"
71 style="padding:2px;cursor:pointer"
71 style="padding:2px;cursor:pointer"
72 src="${h.url('/images/icons/arrow_right.png')}"/>
72 src="${h.url('/images/icons/arrow_right.png')}"/>
73 </div>
73 </div>
74 <div style="float:left">
74 <div style="float:left">
75 <div class="text" style="padding: 0px 0px 6px;">${_('Available members')}</div>
75 <div class="text" style="padding: 0px 0px 6px;">${_('Available members')}</div>
76 ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="min-width:210px")}
76 ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="min-width:210px")}
77 <div id="add_all_elements" style="cursor:pointer;text-align:center">
77 <div id="add_all_elements" style="cursor:pointer;text-align:center">
78 <img alt="add" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_left.png')}"/>
78 <img alt="add" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_left.png')}"/>
79 ${_('Add all elements')}
79 ${_('Add all elements')}
80 </div>
80 </div>
81 </div>
81 </div>
82 </div>
82 </div>
83 </td>
83 </td>
84 </tr>
84 </tr>
85 </table>
85 </table>
86 </div>
86 </div>
87
87
88 </div>
88 </div>
89 <div class="buttons">
89 <div class="buttons">
90 ${h.submit('save',_('save'),class_="ui-button")}
90 ${h.submit('save',_('save'),class_="ui-btn large")}
91 </div>
91 </div>
92 </div>
92 </div>
93 </div>
93 </div>
94 ${h.end_form()}
94 ${h.end_form()}
95 </div>
95 </div>
96
96
97 <div class="box box-right">
97 <div class="box box-right">
98 <!-- box / title -->
98 <!-- box / title -->
99 <div class="title">
99 <div class="title">
100 <h5>${_('Permissions')}</h5>
100 <h5>${_('Permissions')}</h5>
101 </div>
101 </div>
102 ${h.form(url('users_group_perm', id=c.users_group.users_group_id), method='put')}
102 ${h.form(url('users_group_perm', id=c.users_group.users_group_id), method='put')}
103 <div class="form">
103 <div class="form">
104 <!-- fields -->
104 <!-- fields -->
105 <div class="fields">
105 <div class="fields">
106 <div class="field">
106 <div class="field">
107 <div class="label label-checkbox">
107 <div class="label label-checkbox">
108 <label for="create_repo_perm">${_('Create repositories')}:</label>
108 <label for="create_repo_perm">${_('Create repositories')}:</label>
109 </div>
109 </div>
110 <div class="checkboxes">
110 <div class="checkboxes">
111 ${h.checkbox('create_repo_perm',value=True)}
111 ${h.checkbox('create_repo_perm',value=True)}
112 </div>
112 </div>
113 </div>
113 </div>
114 <div class="buttons">
114 <div class="buttons">
115 ${h.submit('save',_('Save'),class_="ui-button")}
115 ${h.submit('save',_('Save'),class_="ui-btn large")}
116 ${h.reset('reset',_('Reset'),class_="ui-button")}
116 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
117 </div>
117 </div>
118 </div>
118 </div>
119 </div>
119 </div>
120 ${h.end_form()}
120 ${h.end_form()}
121 </div>
121 </div>
122
122
123 <div class="box box-right">
123 <div class="box box-right">
124 <!-- box / title -->
124 <!-- box / title -->
125 <div class="title">
125 <div class="title">
126 <h5>${_('Group members')}</h5>
126 <h5>${_('Group members')}</h5>
127 </div>
127 </div>
128 <div class="group_members_wrap">
128 <div class="group_members_wrap">
129 <ul class="group_members">
129 <ul class="group_members">
130 %for user in c.group_members_obj:
130 %for user in c.group_members_obj:
131 <li>
131 <li>
132 <div class="group_member">
132 <div class="group_member">
133 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(user.email,24)}"/> </div>
133 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(user.email,24)}"/> </div>
134 <div>${user.username}</div>
134 <div>${user.username}</div>
135 <div>${user.full_name}</div>
135 <div>${user.full_name}</div>
136 </div>
136 </div>
137 </li>
137 </li>
138 %endfor
138 %endfor
139 </ul>
139 </ul>
140 </div>
140 </div>
141 </div>
141 </div>
142 <script type="text/javascript">
142 <script type="text/javascript">
143 MultiSelectWidget('users_group_members','available_members','edit_users_group');
143 MultiSelectWidget('users_group_members','available_members','edit_users_group');
144 </script>
144 </script>
145 </%def>
145 </%def>
@@ -1,100 +1,100 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 ${_('%s Fork') % c.repo_name} - ${c.rhodecode_name}
5 ${_('%s Fork') % c.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(_(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 ${_('fork')}
13 ${_('fork')}
14 </%def>
14 </%def>
15
15
16 <%def name="page_nav()">
16 <%def name="page_nav()">
17 ${self.menu('')}
17 ${self.menu('')}
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_fork_create_home',repo_name=c.repo_info.repo_name))}
25 ${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
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">${_('Fork name')}:</label>
31 <label for="repo_name">${_('Fork name')}:</label>
32 </div>
32 </div>
33 <div class="input">
33 <div class="input">
34 ${h.text('repo_name',class_="small")}
34 ${h.text('repo_name',class_="small")}
35 ${h.hidden('repo_type',c.repo_info.repo_type)}
35 ${h.hidden('repo_type',c.repo_info.repo_type)}
36 ${h.hidden('fork_parent_id',c.repo_info.repo_id)}
36 ${h.hidden('fork_parent_id',c.repo_info.repo_id)}
37 </div>
37 </div>
38 </div>
38 </div>
39 <div class="field">
39 <div class="field">
40 <div class="label">
40 <div class="label">
41 <label for="landing_rev">${_('Landing revision')}:</label>
41 <label for="landing_rev">${_('Landing revision')}:</label>
42 </div>
42 </div>
43 <div class="input">
43 <div class="input">
44 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
44 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
45 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
45 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
46 </div>
46 </div>
47 </div>
47 </div>
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="repo_group">${_('Repository group')}:</label>
50 <label for="repo_group">${_('Repository group')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.select('repo_group','',c.repo_groups,class_="medium")}
53 ${h.select('repo_group','',c.repo_groups,class_="medium")}
54 <span class="help-block">${_('Optionaly select a group to put this repository into.')}</span>
54 <span class="help-block">${_('Optionaly select a group to put this repository into.')}</span>
55 </div>
55 </div>
56 </div>
56 </div>
57 <div class="field">
57 <div class="field">
58 <div class="label label-textarea">
58 <div class="label label-textarea">
59 <label for="description">${_('Description')}:</label>
59 <label for="description">${_('Description')}:</label>
60 </div>
60 </div>
61 <div class="textarea text-area editor">
61 <div class="textarea text-area editor">
62 ${h.textarea('description',cols=23,rows=5)}
62 ${h.textarea('description',cols=23,rows=5)}
63 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
63 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
64 </div>
64 </div>
65 </div>
65 </div>
66 <div class="field">
66 <div class="field">
67 <div class="label label-checkbox">
67 <div class="label label-checkbox">
68 <label for="private">${_('Private')}:</label>
68 <label for="private">${_('Private')}:</label>
69 </div>
69 </div>
70 <div class="checkboxes">
70 <div class="checkboxes">
71 ${h.checkbox('private',value="True")}
71 ${h.checkbox('private',value="True")}
72 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
72 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
73 </div>
73 </div>
74 </div>
74 </div>
75 <div class="field">
75 <div class="field">
76 <div class="label label-checkbox">
76 <div class="label label-checkbox">
77 <label for="private">${_('Copy permissions')}:</label>
77 <label for="private">${_('Copy permissions')}:</label>
78 </div>
78 </div>
79 <div class="checkboxes">
79 <div class="checkboxes">
80 ${h.checkbox('copy_permissions',value="True", checked="checked")}
80 ${h.checkbox('copy_permissions',value="True", checked="checked")}
81 <span class="help-block">${_('Copy permissions from forked repository')}</span>
81 <span class="help-block">${_('Copy permissions from forked repository')}</span>
82 </div>
82 </div>
83 </div>
83 </div>
84 <div class="field">
84 <div class="field">
85 <div class="label label-checkbox">
85 <div class="label label-checkbox">
86 <label for="private">${_('Update after clone')}:</label>
86 <label for="private">${_('Update after clone')}:</label>
87 </div>
87 </div>
88 <div class="checkboxes">
88 <div class="checkboxes">
89 ${h.checkbox('update_after_clone',value="True")}
89 ${h.checkbox('update_after_clone',value="True")}
90 <span class="help-block">${_('Checkout source after making a clone')}</span>
90 <span class="help-block">${_('Checkout source after making a clone')}</span>
91 </div>
91 </div>
92 </div>
92 </div>
93 <div class="buttons">
93 <div class="buttons">
94 ${h.submit('',_('fork this repository'),class_="ui-button")}
94 ${h.submit('',_('fork this repository'),class_="ui-btn large")}
95 </div>
95 </div>
96 </div>
96 </div>
97 </div>
97 </div>
98 ${h.end_form()}
98 ${h.end_form()}
99 </div>
99 </div>
100 </%def>
100 </%def>
@@ -1,77 +1,77 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="base/root.html"/>
2 <%inherit file="base/root.html"/>
3
3
4 <%def name="title()">
4 <%def name="title()">
5 ${_('Sign In')} - ${c.rhodecode_name}
5 ${_('Sign In')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7
7
8 <div id="login">
8 <div id="login">
9 <div class="flash_msg">
9 <div class="flash_msg">
10 <% messages = h.flash.pop_messages() %>
10 <% messages = h.flash.pop_messages() %>
11 % if messages:
11 % if messages:
12 <ul id="flash-messages">
12 <ul id="flash-messages">
13 % for message in messages:
13 % for message in messages:
14 <li class="${message.category}_msg">${message}</li>
14 <li class="${message.category}_msg">${message}</li>
15 % endfor
15 % endfor
16 </ul>
16 </ul>
17 % endif
17 % endif
18 </div>
18 </div>
19 <!-- login -->
19 <!-- login -->
20 <div class="title top-left-rounded-corner top-right-rounded-corner">
20 <div class="title top-left-rounded-corner top-right-rounded-corner">
21 <h5>${_('Sign In to')} ${c.rhodecode_name}</h5>
21 <h5>${_('Sign In to')} ${c.rhodecode_name}</h5>
22 </div>
22 </div>
23 <div class="inner">
23 <div class="inner">
24 ${h.form(h.url.current(came_from=c.came_from))}
24 ${h.form(h.url.current(came_from=c.came_from))}
25 <div class="form">
25 <div class="form">
26 <!-- fields -->
26 <!-- fields -->
27
27
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="username">${_('Username')}:</label>
31 <label for="username">${_('Username')}:</label>
32 </div>
32 </div>
33 <div class="input">
33 <div class="input">
34 ${h.text('username',class_='focus',size=40)}
34 ${h.text('username',class_='focus',size=40)}
35 </div>
35 </div>
36
36
37 </div>
37 </div>
38 <div class="field">
38 <div class="field">
39 <div class="label">
39 <div class="label">
40 <label for="password">${_('Password')}:</label>
40 <label for="password">${_('Password')}:</label>
41 </div>
41 </div>
42 <div class="input">
42 <div class="input">
43 ${h.password('password',class_='focus',size=40)}
43 ${h.password('password',class_='focus',size=40)}
44 </div>
44 </div>
45
45
46 </div>
46 </div>
47 <div class="field">
47 <div class="field">
48 <div class="checkbox">
48 <div class="checkbox">
49 <input type="checkbox" id="remember" name="remember" />
49 <input type="checkbox" id="remember" name="remember" />
50 <label for="remember">${_('Remember me')}</label>
50 <label for="remember">${_('Remember me')}</label>
51 </div>
51 </div>
52 </div>
52 </div>
53 <div class="buttons">
53 <div class="buttons">
54 ${h.submit('sign_in',_('Sign In'),class_="ui-button")}
54 ${h.submit('sign_in',_('Sign In'),class_="ui-btn large")}
55 </div>
55 </div>
56 </div>
56 </div>
57 <!-- end fields -->
57 <!-- end fields -->
58 <!-- links -->
58 <!-- links -->
59 <div class="links">
59 <div class="links">
60 ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
60 ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
61 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
61 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
62 /
62 /
63 ${h.link_to(_("Don't have an account ?"),h.url('register'))}
63 ${h.link_to(_("Don't have an account ?"),h.url('register'))}
64 %endif
64 %endif
65 </div>
65 </div>
66
66
67 <!-- end links -->
67 <!-- end links -->
68 </div>
68 </div>
69 ${h.end_form()}
69 ${h.end_form()}
70 <script type="text/javascript">
70 <script type="text/javascript">
71 YUE.onDOMReady(function(){
71 YUE.onDOMReady(function(){
72 YUD.get('username').focus();
72 YUD.get('username').focus();
73 })
73 })
74 </script>
74 </script>
75 </div>
75 </div>
76 <!-- end login -->
76 <!-- end login -->
77 </div>
77 </div>
@@ -1,43 +1,43 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="base/root.html"/>
2 <%inherit file="base/root.html"/>
3
3
4 <%def name="title()">
4 <%def name="title()">
5 ${_('Reset your password')} - ${c.rhodecode_name}
5 ${_('Reset your password')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7
7
8 <div id="register">
8 <div id="register">
9
9
10 <div class="title top-left-rounded-corner top-right-rounded-corner">
10 <div class="title top-left-rounded-corner top-right-rounded-corner">
11 <h5>${_('Reset your password to')} ${c.rhodecode_name}</h5>
11 <h5>${_('Reset your password to')} ${c.rhodecode_name}</h5>
12 </div>
12 </div>
13 <div class="inner">
13 <div class="inner">
14 ${h.form(url('password_reset'))}
14 ${h.form(url('password_reset'))}
15 <div class="form">
15 <div class="form">
16 <!-- fields -->
16 <!-- fields -->
17 <div class="fields">
17 <div class="fields">
18
18
19 <div class="field">
19 <div class="field">
20 <div class="label">
20 <div class="label">
21 <label for="email">${_('Email address')}:</label>
21 <label for="email">${_('Email address')}:</label>
22 </div>
22 </div>
23 <div class="input">
23 <div class="input">
24 ${h.text('email')}
24 ${h.text('email')}
25 </div>
25 </div>
26 </div>
26 </div>
27
27
28 <div class="buttons">
28 <div class="buttons">
29 <div class="nohighlight">
29 <div class="nohighlight">
30 ${h.submit('send',_('Reset my password'),class_="ui-button")}
30 ${h.submit('send',_('Reset my password'),class_="ui-btn large")}
31 <div class="activation_msg">${_('Password reset link will be send to matching email address')}</div>
31 <div class="activation_msg">${_('Password reset link will be send to matching email address')}</div>
32 </div>
32 </div>
33 </div>
33 </div>
34 </div>
34 </div>
35 </div>
35 </div>
36 ${h.end_form()}
36 ${h.end_form()}
37 <script type="text/javascript">
37 <script type="text/javascript">
38 YUE.onDOMReady(function(){
38 YUE.onDOMReady(function(){
39 YUD.get('email').focus();
39 YUD.get('email').focus();
40 })
40 })
41 </script>
41 </script>
42 </div>
42 </div>
43 </div>
43 </div>
@@ -1,196 +1,196 b''
1 <%inherit file="/base/base.html"/>
1 <%inherit file="/base/base.html"/>
2
2
3 <%def name="title()">
3 <%def name="title()">
4 ${c.repo_name} ${_('New pull request')}
4 ${c.repo_name} ${_('New pull request')}
5 </%def>
5 </%def>
6
6
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))}
10 ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))}
11 &raquo;
11 &raquo;
12 ${_('New pull request')}
12 ${_('New pull request')}
13 </%def>
13 </%def>
14
14
15 <%def name="main()">
15 <%def name="main()">
16
16
17 <div class="box">
17 <div class="box">
18 <!-- box / title -->
18 <!-- box / title -->
19 <div class="title">
19 <div class="title">
20 ${self.breadcrumbs()}
20 ${self.breadcrumbs()}
21 </div>
21 </div>
22 ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
22 ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
23 <div style="float:left;padding:0px 30px 30px 30px">
23 <div style="float:left;padding:0px 30px 30px 30px">
24 <div style="padding:0px 5px 5px 5px">
24 <div style="padding:0px 5px 5px 5px">
25 <span>
25 <span>
26 <a id="refresh" href="#">
26 <a id="refresh" href="#">
27 <img class="icon" title="${_('Refresh')}" alt="${_('Refresh')}" src="${h.url('/images/icons/arrow_refresh.png')}"/>
27 <img class="icon" title="${_('Refresh')}" alt="${_('Refresh')}" src="${h.url('/images/icons/arrow_refresh.png')}"/>
28 ${_('refresh overview')}
28 ${_('refresh overview')}
29 </a>
29 </a>
30 </span>
30 </span>
31 </div>
31 </div>
32 ##ORG
32 ##ORG
33 <div style="float:left">
33 <div style="float:left">
34 <div class="fork_user">
34 <div class="fork_user">
35 <div class="gravatar">
35 <div class="gravatar">
36 <img alt="gravatar" src="${h.gravatar_url(c.rhodecode_db_repo.user.email,24)}"/>
36 <img alt="gravatar" src="${h.gravatar_url(c.rhodecode_db_repo.user.email,24)}"/>
37 </div>
37 </div>
38 <span style="font-size: 20px">
38 <span style="font-size: 20px">
39 ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref','',c.org_refs,class_='refs')}
39 ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref','',c.org_refs,class_='refs')}
40 </span>
40 </span>
41 <div style="padding:5px 3px 3px 42px;">${c.rhodecode_db_repo.description}</div>
41 <div style="padding:5px 3px 3px 42px;">${c.rhodecode_db_repo.description}</div>
42 </div>
42 </div>
43 <div style="clear:both;padding-top: 10px"></div>
43 <div style="clear:both;padding-top: 10px"></div>
44 </div>
44 </div>
45 <div style="float:left;font-size:24px;padding:0px 20px">
45 <div style="float:left;font-size:24px;padding:0px 20px">
46 <img height=32 width=32 src="${h.url('/images/arrow_right_64.png')}"/>
46 <img height=32 width=32 src="${h.url('/images/arrow_right_64.png')}"/>
47 </div>
47 </div>
48
48
49 ##OTHER, most Probably the PARENT OF THIS FORK
49 ##OTHER, most Probably the PARENT OF THIS FORK
50 <div style="float:left">
50 <div style="float:left">
51 <div class="fork_user">
51 <div class="fork_user">
52 <div class="gravatar">
52 <div class="gravatar">
53 <img id="other_repo_gravatar" alt="gravatar" src=""/>
53 <img id="other_repo_gravatar" alt="gravatar" src=""/>
54 </div>
54 </div>
55 <span style="font-size: 20px">
55 <span style="font-size: 20px">
56 ${h.select('other_repo',c.default_pull_request ,c.other_repos,class_='refs')}:${h.select('other_ref','',c.other_refs,class_='refs')}
56 ${h.select('other_repo',c.default_pull_request ,c.other_repos,class_='refs')}:${h.select('other_ref','',c.other_refs,class_='refs')}
57 </span>
57 </span>
58 <div id="other_repo_desc" style="padding:5px 3px 3px 42px;"></div>
58 <div id="other_repo_desc" style="padding:5px 3px 3px 42px;"></div>
59 </div>
59 </div>
60 <div style="clear:both;padding-top: 10px"></div>
60 <div style="clear:both;padding-top: 10px"></div>
61 </div>
61 </div>
62 <div style="clear:both;padding-top: 10px"></div>
62 <div style="clear:both;padding-top: 10px"></div>
63 ## overview pulled by ajax
63 ## overview pulled by ajax
64 <div style="float:left" id="pull_request_overview"></div>
64 <div style="float:left" id="pull_request_overview"></div>
65 <div style="float:left;clear:both;padding:10px 10px 10px 0px;display:none">
65 <div style="float:left;clear:both;padding:10px 10px 10px 0px;display:none">
66 <a id="pull_request_overview_url" href="#">${_('Detailed compare view')}</a>
66 <a id="pull_request_overview_url" href="#">${_('Detailed compare view')}</a>
67 </div>
67 </div>
68 </div>
68 </div>
69 <div style="float:left; border-left:1px dashed #eee">
69 <div style="float:left; border-left:1px dashed #eee">
70 <h4>${_('Pull request reviewers')}</h4>
70 <h4>${_('Pull request reviewers')}</h4>
71 <div id="reviewers" style="padding:0px 0px 0px 15px">
71 <div id="reviewers" style="padding:0px 0px 0px 15px">
72 ##TODO: make this nicer :)
72 ##TODO: make this nicer :)
73 <table class="table noborder">
73 <table class="table noborder">
74 <tr>
74 <tr>
75 <td>
75 <td>
76 <div>
76 <div>
77 <div style="float:left">
77 <div style="float:left">
78 <div class="text" style="padding: 0px 0px 6px;">${_('Chosen reviewers')}</div>
78 <div class="text" style="padding: 0px 0px 6px;">${_('Chosen reviewers')}</div>
79 ${h.select('review_members',[x[0] for x in c.review_members],c.review_members,multiple=True,size=8,style="min-width:210px")}
79 ${h.select('review_members',[x[0] for x in c.review_members],c.review_members,multiple=True,size=8,style="min-width:210px")}
80 <div id="remove_all_elements" style="cursor:pointer;text-align:center">
80 <div id="remove_all_elements" style="cursor:pointer;text-align:center">
81 ${_('Remove all elements')}
81 ${_('Remove all elements')}
82 <img alt="remove" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_right.png')}"/>
82 <img alt="remove" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_right.png')}"/>
83 </div>
83 </div>
84 </div>
84 </div>
85 <div style="float:left;width:20px;padding-top:50px">
85 <div style="float:left;width:20px;padding-top:50px">
86 <img alt="add" id="add_element"
86 <img alt="add" id="add_element"
87 style="padding:2px;cursor:pointer"
87 style="padding:2px;cursor:pointer"
88 src="${h.url('/images/icons/arrow_left.png')}"/>
88 src="${h.url('/images/icons/arrow_left.png')}"/>
89 <br />
89 <br />
90 <img alt="remove" id="remove_element"
90 <img alt="remove" id="remove_element"
91 style="padding:2px;cursor:pointer"
91 style="padding:2px;cursor:pointer"
92 src="${h.url('/images/icons/arrow_right.png')}"/>
92 src="${h.url('/images/icons/arrow_right.png')}"/>
93 </div>
93 </div>
94 <div style="float:left">
94 <div style="float:left">
95 <div class="text" style="padding: 0px 0px 6px;">${_('Available reviewers')}</div>
95 <div class="text" style="padding: 0px 0px 6px;">${_('Available reviewers')}</div>
96 ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="min-width:210px")}
96 ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="min-width:210px")}
97 <div id="add_all_elements" style="cursor:pointer;text-align:center">
97 <div id="add_all_elements" style="cursor:pointer;text-align:center">
98 <img alt="add" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_left.png')}"/>
98 <img alt="add" style="vertical-align:text-bottom" src="${h.url('/images/icons/arrow_left.png')}"/>
99 ${_('Add all elements')}
99 ${_('Add all elements')}
100 </div>
100 </div>
101 </div>
101 </div>
102 </div>
102 </div>
103 </td>
103 </td>
104 </tr>
104 </tr>
105 </table>
105 </table>
106 </div>
106 </div>
107 </div>
107 </div>
108 <h3>${_('Create new pull request')}</h3>
108 <h3>${_('Create new pull request')}</h3>
109
109
110 <div class="form">
110 <div class="form">
111 <!-- fields -->
111 <!-- fields -->
112
112
113 <div class="fields">
113 <div class="fields">
114
114
115 <div class="field">
115 <div class="field">
116 <div class="label">
116 <div class="label">
117 <label for="pullrequest_title">${_('Title')}:</label>
117 <label for="pullrequest_title">${_('Title')}:</label>
118 </div>
118 </div>
119 <div class="input">
119 <div class="input">
120 ${h.text('pullrequest_title',size=30)}
120 ${h.text('pullrequest_title',size=30)}
121 </div>
121 </div>
122 </div>
122 </div>
123
123
124 <div class="field">
124 <div class="field">
125 <div class="label label-textarea">
125 <div class="label label-textarea">
126 <label for="pullrequest_desc">${_('description')}:</label>
126 <label for="pullrequest_desc">${_('description')}:</label>
127 </div>
127 </div>
128 <div class="textarea text-area editor">
128 <div class="textarea text-area editor">
129 ${h.textarea('pullrequest_desc',size=30)}
129 ${h.textarea('pullrequest_desc',size=30)}
130 </div>
130 </div>
131 </div>
131 </div>
132
132
133 <div class="buttons">
133 <div class="buttons">
134 ${h.submit('save',_('Send pull request'),class_="ui-button")}
134 ${h.submit('save',_('Send pull request'),class_="ui-btn large")}
135 ${h.reset('reset',_('Reset'),class_="ui-button")}
135 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
136 </div>
136 </div>
137 </div>
137 </div>
138 </div>
138 </div>
139 ${h.end_form()}
139 ${h.end_form()}
140
140
141 </div>
141 </div>
142
142
143 <script type="text/javascript">
143 <script type="text/javascript">
144 MultiSelectWidget('review_members','available_members','pull_request_form');
144 MultiSelectWidget('review_members','available_members','pull_request_form');
145 var other_repos_info = ${c.other_repos_info|n};
145 var other_repos_info = ${c.other_repos_info|n};
146 var loadPreview = function(){
146 var loadPreview = function(){
147 YUD.setStyle(YUD.get('pull_request_overview_url').parentElement,'display','none');
147 YUD.setStyle(YUD.get('pull_request_overview_url').parentElement,'display','none');
148 var url = "${h.url('compare_url',
148 var url = "${h.url('compare_url',
149 repo_name='org_repo',
149 repo_name='org_repo',
150 org_ref_type='branch', org_ref='org_ref',
150 org_ref_type='branch', org_ref='org_ref',
151 other_ref_type='branch', other_ref='other_ref',
151 other_ref_type='branch', other_ref='other_ref',
152 repo='other_repo',
152 repo='other_repo',
153 as_form=True)}";
153 as_form=True)}";
154
154
155 var select_refs = YUQ('#pull_request_form select.refs')
155 var select_refs = YUQ('#pull_request_form select.refs')
156
156
157 for(var i=0;i<select_refs.length;i++){
157 for(var i=0;i<select_refs.length;i++){
158 var select_ref = select_refs[i];
158 var select_ref = select_refs[i];
159 var select_ref_data = select_ref.value.split(':');
159 var select_ref_data = select_ref.value.split(':');
160 var key = null;
160 var key = null;
161 var val = null;
161 var val = null;
162 if(select_ref_data.length>1){
162 if(select_ref_data.length>1){
163 key = select_ref.name+"_type";
163 key = select_ref.name+"_type";
164 val = select_ref_data[0];
164 val = select_ref_data[0];
165 url = url.replace(key,val);
165 url = url.replace(key,val);
166
166
167 key = select_ref.name;
167 key = select_ref.name;
168 val = select_ref_data[1];
168 val = select_ref_data[1];
169 url = url.replace(key,val);
169 url = url.replace(key,val);
170
170
171 }else{
171 }else{
172 key = select_ref.name;
172 key = select_ref.name;
173 val = select_ref.value;
173 val = select_ref.value;
174 url = url.replace(key,val);
174 url = url.replace(key,val);
175 }
175 }
176 }
176 }
177
177
178 ypjax(url,'pull_request_overview', function(data){
178 ypjax(url,'pull_request_overview', function(data){
179 var sel_box = YUQ('#pull_request_form #other_repo')[0];
179 var sel_box = YUQ('#pull_request_form #other_repo')[0];
180 var repo_name = sel_box.options[sel_box.selectedIndex].value;
180 var repo_name = sel_box.options[sel_box.selectedIndex].value;
181 YUD.get('pull_request_overview_url').href = url;
181 YUD.get('pull_request_overview_url').href = url;
182 YUD.setStyle(YUD.get('pull_request_overview_url').parentElement,'display','');
182 YUD.setStyle(YUD.get('pull_request_overview_url').parentElement,'display','');
183 YUD.get('other_repo_gravatar').src = other_repos_info[repo_name]['gravatar'];
183 YUD.get('other_repo_gravatar').src = other_repos_info[repo_name]['gravatar'];
184 YUD.get('other_repo_desc').innerHTML = other_repos_info[repo_name]['description'];
184 YUD.get('other_repo_desc').innerHTML = other_repos_info[repo_name]['description'];
185 })
185 })
186 }
186 }
187 YUE.on('refresh','click',function(e){
187 YUE.on('refresh','click',function(e){
188 loadPreview()
188 loadPreview()
189 })
189 })
190
190
191 //lazy load overview after 0.5s
191 //lazy load overview after 0.5s
192 setTimeout(loadPreview, 500)
192 setTimeout(loadPreview, 500)
193
193
194 </script>
194 </script>
195
195
196 </%def>
196 </%def>
@@ -1,91 +1,91 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="base/root.html"/>
2 <%inherit file="base/root.html"/>
3
3
4 <%def name="title()">
4 <%def name="title()">
5 ${_('Sign Up')} - ${c.rhodecode_name}
5 ${_('Sign Up')} - ${c.rhodecode_name}
6 </%def>
6 </%def>
7
7
8 <div id="register">
8 <div id="register">
9
9
10 <div class="title top-left-rounded-corner top-right-rounded-corner">
10 <div class="title top-left-rounded-corner top-right-rounded-corner">
11 <h5>${_('Sign Up to')} ${c.rhodecode_name}</h5>
11 <h5>${_('Sign Up to')} ${c.rhodecode_name}</h5>
12 </div>
12 </div>
13 <div class="inner">
13 <div class="inner">
14 ${h.form(url('register'))}
14 ${h.form(url('register'))}
15 <div class="form">
15 <div class="form">
16 <!-- fields -->
16 <!-- fields -->
17 <div class="fields">
17 <div class="fields">
18 <div class="field">
18 <div class="field">
19 <div class="label">
19 <div class="label">
20 <label for="username">${_('Username')}:</label>
20 <label for="username">${_('Username')}:</label>
21 </div>
21 </div>
22 <div class="input">
22 <div class="input">
23 ${h.text('username',class_="medium")}
23 ${h.text('username',class_="medium")}
24 </div>
24 </div>
25 </div>
25 </div>
26
26
27 <div class="field">
27 <div class="field">
28 <div class="label">
28 <div class="label">
29 <label for="password">${_('Password')}:</label>
29 <label for="password">${_('Password')}:</label>
30 </div>
30 </div>
31 <div class="input">
31 <div class="input">
32 ${h.password('password',class_="medium")}
32 ${h.password('password',class_="medium")}
33 </div>
33 </div>
34 </div>
34 </div>
35
35
36 <div class="field">
36 <div class="field">
37 <div class="label">
37 <div class="label">
38 <label for="password">${_('Re-enter password')}:</label>
38 <label for="password">${_('Re-enter password')}:</label>
39 </div>
39 </div>
40 <div class="input">
40 <div class="input">
41 ${h.password('password_confirmation',class_="medium")}
41 ${h.password('password_confirmation',class_="medium")}
42 </div>
42 </div>
43 </div>
43 </div>
44
44
45 <div class="field">
45 <div class="field">
46 <div class="label">
46 <div class="label">
47 <label for="firstname">${_('First Name')}:</label>
47 <label for="firstname">${_('First Name')}:</label>
48 </div>
48 </div>
49 <div class="input">
49 <div class="input">
50 ${h.text('firstname',class_="medium")}
50 ${h.text('firstname',class_="medium")}
51 </div>
51 </div>
52 </div>
52 </div>
53
53
54 <div class="field">
54 <div class="field">
55 <div class="label">
55 <div class="label">
56 <label for="lastname">${_('Last Name')}:</label>
56 <label for="lastname">${_('Last Name')}:</label>
57 </div>
57 </div>
58 <div class="input">
58 <div class="input">
59 ${h.text('lastname',class_="medium")}
59 ${h.text('lastname',class_="medium")}
60 </div>
60 </div>
61 </div>
61 </div>
62
62
63 <div class="field">
63 <div class="field">
64 <div class="label">
64 <div class="label">
65 <label for="email">${_('Email')}:</label>
65 <label for="email">${_('Email')}:</label>
66 </div>
66 </div>
67 <div class="input">
67 <div class="input">
68 ${h.text('email',class_="medium")}
68 ${h.text('email',class_="medium")}
69 </div>
69 </div>
70 </div>
70 </div>
71
71
72 <div class="buttons">
72 <div class="buttons">
73 <div class="nohighlight">
73 <div class="nohighlight">
74 ${h.submit('sign_up',_('Sign Up'),class_="ui-button")}
74 ${h.submit('sign_up',_('Sign Up'),class_="ui-btn large")}
75 %if c.auto_active:
75 %if c.auto_active:
76 <div class="activation_msg">${_('Your account will be activated right after registration')}</div>
76 <div class="activation_msg">${_('Your account will be activated right after registration')}</div>
77 %else:
77 %else:
78 <div class="activation_msg">${_('Your account must wait for activation by administrator')}</div>
78 <div class="activation_msg">${_('Your account must wait for activation by administrator')}</div>
79 %endif
79 %endif
80 </div>
80 </div>
81 </div>
81 </div>
82 </div>
82 </div>
83 </div>
83 </div>
84 ${h.end_form()}
84 ${h.end_form()}
85 <script type="text/javascript">
85 <script type="text/javascript">
86 YUE.onDOMReady(function(){
86 YUE.onDOMReady(function(){
87 YUD.get('username').focus();
87 YUD.get('username').focus();
88 })
88 })
89 </script>
89 </script>
90 </div>
90 </div>
91 </div>
91 </div>
@@ -1,101 +1,101 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 ${_('%s Settings') % c.repo_name} - ${c.rhodecode_name}
5 ${_('%s Settings') % c.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(_(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>
39 <label for="clone_uri">${_('Clone uri')}:</label>
40 </div>
40 </div>
41 <div class="input">
41 <div class="input">
42 ${h.text('clone_uri',class_="medium")}
42 ${h.text('clone_uri',class_="medium")}
43 <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span>
43 <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span>
44 </div>
44 </div>
45 </div>
45 </div>
46 <div class="field">
46 <div class="field">
47 <div class="label">
47 <div class="label">
48 <label for="repo_group">${_('Repository group')}:</label>
48 <label for="repo_group">${_('Repository group')}:</label>
49 </div>
49 </div>
50 <div class="input">
50 <div class="input">
51 ${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>
52 <span class="help-block">${_('Optional select a group to put this repository into.')}</span>
53 </div>
53 </div>
54 </div>
54 </div>
55 <div class="field">
55 <div class="field">
56 <div class="label">
56 <div class="label">
57 <label for="landing_rev">${_('Landing revision')}:</label>
57 <label for="landing_rev">${_('Landing revision')}:</label>
58 </div>
58 </div>
59 <div class="input">
59 <div class="input">
60 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
60 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
61 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
61 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
62 </div>
62 </div>
63 </div>
63 </div>
64 <div class="field">
64 <div class="field">
65 <div class="label label-textarea">
65 <div class="label label-textarea">
66 <label for="description">${_('Description')}:</label>
66 <label for="description">${_('Description')}:</label>
67 </div>
67 </div>
68 <div class="textarea text-area editor">
68 <div class="textarea text-area editor">
69 ${h.textarea('description')}
69 ${h.textarea('description')}
70 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
70 <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
71 </div>
71 </div>
72 </div>
72 </div>
73
73
74 <div class="field">
74 <div class="field">
75 <div class="label label-checkbox">
75 <div class="label label-checkbox">
76 <label for="private">${_('Private repository')}:</label>
76 <label for="private">${_('Private repository')}:</label>
77 </div>
77 </div>
78 <div class="checkboxes">
78 <div class="checkboxes">
79 ${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>
80 <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span>
81 </div>
81 </div>
82 </div>
82 </div>
83
83
84 <div class="field">
84 <div class="field">
85 <div class="label">
85 <div class="label">
86 <label for="">${_('Permissions')}:</label>
86 <label for="">${_('Permissions')}:</label>
87 </div>
87 </div>
88 <div class="input">
88 <div class="input">
89 <%include file="../admin/repos/repo_edit_perms.html"/>
89 <%include file="../admin/repos/repo_edit_perms.html"/>
90 </div>
90 </div>
91
91
92 <div class="buttons">
92 <div class="buttons">
93 ${h.submit('save',_('Save'),class_="ui-button")}
93 ${h.submit('save',_('Save'),class_="ui-btn large")}
94 ${h.reset('reset',_('Reset'),class_="ui-button")}
94 ${h.reset('reset',_('Reset'),class_="ui-btn large")}
95 </div>
95 </div>
96 </div>
96 </div>
97 </div>
97 </div>
98 ${h.end_form()}
98 ${h.end_form()}
99 </div>
99 </div>
100 </div>
100 </div>
101 </%def>
101 </%def>
General Comments 0
You need to be logged in to leave comments. Login now