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