1 |
commit: ab4934c46f08323ff37e355dd1169642cc3424f2 |
2 |
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org> |
3 |
AuthorDate: Sat Jun 30 13:50:44 2012 +0000 |
4 |
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua> |
5 |
CommitDate: Sat Jun 30 13:50:44 2012 +0000 |
6 |
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=ab4934c4 |
7 |
|
8 |
Changes in resources |
9 |
|
10 |
--- |
11 |
gpackages/static/css/bootstrap.css | 4983 -------------------------------- |
12 |
gpackages/static/css/bootstrap.min.css | 9 - |
13 |
gpackages/static/js/html5shiv.js | 288 ++ |
14 |
gpackages/templates/base.html | 2 +- |
15 |
4 files changed, 289 insertions(+), 4993 deletions(-) |
16 |
|
17 |
diff --git a/gpackages/static/css/bootstrap.css b/gpackages/static/css/bootstrap.css |
18 |
deleted file mode 100644 |
19 |
index 07a93f1..0000000 |
20 |
--- a/gpackages/static/css/bootstrap.css |
21 |
+++ /dev/null |
22 |
@@ -1,4983 +0,0 @@ |
23 |
-/*! |
24 |
- * Bootstrap v2.0.4 |
25 |
- * |
26 |
- * Copyright 2012 Twitter, Inc |
27 |
- * Licensed under the Apache License v2.0 |
28 |
- * http://www.apache.org/licenses/LICENSE-2.0 |
29 |
- * |
30 |
- * Designed and built with all the love in the world @twitter by @mdo and @fat. |
31 |
- */ |
32 |
- |
33 |
-article, |
34 |
-aside, |
35 |
-details, |
36 |
-figcaption, |
37 |
-figure, |
38 |
-footer, |
39 |
-header, |
40 |
-hgroup, |
41 |
-nav, |
42 |
-section { |
43 |
- display: block; |
44 |
-} |
45 |
- |
46 |
-audio, |
47 |
-canvas, |
48 |
-video { |
49 |
- display: inline-block; |
50 |
- *display: inline; |
51 |
- *zoom: 1; |
52 |
-} |
53 |
- |
54 |
-audio:not([controls]) { |
55 |
- display: none; |
56 |
-} |
57 |
- |
58 |
-html { |
59 |
- font-size: 100%; |
60 |
- -webkit-text-size-adjust: 100%; |
61 |
- -ms-text-size-adjust: 100%; |
62 |
-} |
63 |
- |
64 |
-a:focus { |
65 |
- outline: thin dotted #333; |
66 |
- outline: 5px auto -webkit-focus-ring-color; |
67 |
- outline-offset: -2px; |
68 |
-} |
69 |
- |
70 |
-a:hover, |
71 |
-a:active { |
72 |
- outline: 0; |
73 |
-} |
74 |
- |
75 |
-sub, |
76 |
-sup { |
77 |
- position: relative; |
78 |
- font-size: 75%; |
79 |
- line-height: 0; |
80 |
- vertical-align: baseline; |
81 |
-} |
82 |
- |
83 |
-sup { |
84 |
- top: -0.5em; |
85 |
-} |
86 |
- |
87 |
-sub { |
88 |
- bottom: -0.25em; |
89 |
-} |
90 |
- |
91 |
-img { |
92 |
- max-width: 100%; |
93 |
- vertical-align: middle; |
94 |
- border: 0; |
95 |
- -ms-interpolation-mode: bicubic; |
96 |
-} |
97 |
- |
98 |
-#map_canvas img { |
99 |
- max-width: none; |
100 |
-} |
101 |
- |
102 |
-button, |
103 |
-input, |
104 |
-select, |
105 |
-textarea { |
106 |
- margin: 0; |
107 |
- font-size: 100%; |
108 |
- vertical-align: middle; |
109 |
-} |
110 |
- |
111 |
-button, |
112 |
-input { |
113 |
- *overflow: visible; |
114 |
- line-height: normal; |
115 |
-} |
116 |
- |
117 |
-button::-moz-focus-inner, |
118 |
-input::-moz-focus-inner { |
119 |
- padding: 0; |
120 |
- border: 0; |
121 |
-} |
122 |
- |
123 |
-button, |
124 |
-input[type="button"], |
125 |
-input[type="reset"], |
126 |
-input[type="submit"] { |
127 |
- cursor: pointer; |
128 |
- -webkit-appearance: button; |
129 |
-} |
130 |
- |
131 |
-input[type="search"] { |
132 |
- -webkit-box-sizing: content-box; |
133 |
- -moz-box-sizing: content-box; |
134 |
- box-sizing: content-box; |
135 |
- -webkit-appearance: textfield; |
136 |
-} |
137 |
- |
138 |
-input[type="search"]::-webkit-search-decoration, |
139 |
-input[type="search"]::-webkit-search-cancel-button { |
140 |
- -webkit-appearance: none; |
141 |
-} |
142 |
- |
143 |
-textarea { |
144 |
- overflow: auto; |
145 |
- vertical-align: top; |
146 |
-} |
147 |
- |
148 |
-.clearfix { |
149 |
- *zoom: 1; |
150 |
-} |
151 |
- |
152 |
-.clearfix:before, |
153 |
-.clearfix:after { |
154 |
- display: table; |
155 |
- content: ""; |
156 |
-} |
157 |
- |
158 |
-.clearfix:after { |
159 |
- clear: both; |
160 |
-} |
161 |
- |
162 |
-.hide-text { |
163 |
- font: 0/0 a; |
164 |
- color: transparent; |
165 |
- text-shadow: none; |
166 |
- background-color: transparent; |
167 |
- border: 0; |
168 |
-} |
169 |
- |
170 |
-.input-block-level { |
171 |
- display: block; |
172 |
- width: 100%; |
173 |
- min-height: 28px; |
174 |
- -webkit-box-sizing: border-box; |
175 |
- -moz-box-sizing: border-box; |
176 |
- -ms-box-sizing: border-box; |
177 |
- box-sizing: border-box; |
178 |
-} |
179 |
- |
180 |
-body { |
181 |
- margin: 0; |
182 |
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
183 |
- font-size: 13px; |
184 |
- line-height: 18px; |
185 |
- color: #333333; |
186 |
- background-color: #ffffff; |
187 |
-} |
188 |
- |
189 |
-a { |
190 |
- color: #0088cc; |
191 |
- text-decoration: none; |
192 |
-} |
193 |
- |
194 |
-a:hover { |
195 |
- color: #005580; |
196 |
- text-decoration: underline; |
197 |
-} |
198 |
- |
199 |
-.row { |
200 |
- margin-left: -20px; |
201 |
- *zoom: 1; |
202 |
-} |
203 |
- |
204 |
-.row:before, |
205 |
-.row:after { |
206 |
- display: table; |
207 |
- content: ""; |
208 |
-} |
209 |
- |
210 |
-.row:after { |
211 |
- clear: both; |
212 |
-} |
213 |
- |
214 |
-[class*="span"] { |
215 |
- float: left; |
216 |
- margin-left: 20px; |
217 |
-} |
218 |
- |
219 |
-.container, |
220 |
-.navbar-fixed-top .container, |
221 |
-.navbar-fixed-bottom .container { |
222 |
- width: 940px; |
223 |
-} |
224 |
- |
225 |
-.span12 { |
226 |
- width: 940px; |
227 |
-} |
228 |
- |
229 |
-.span11 { |
230 |
- width: 860px; |
231 |
-} |
232 |
- |
233 |
-.span10 { |
234 |
- width: 780px; |
235 |
-} |
236 |
- |
237 |
-.span9 { |
238 |
- width: 700px; |
239 |
-} |
240 |
- |
241 |
-.span8 { |
242 |
- width: 620px; |
243 |
-} |
244 |
- |
245 |
-.span7 { |
246 |
- width: 540px; |
247 |
-} |
248 |
- |
249 |
-.span6 { |
250 |
- width: 460px; |
251 |
-} |
252 |
- |
253 |
-.span5 { |
254 |
- width: 380px; |
255 |
-} |
256 |
- |
257 |
-.span4 { |
258 |
- width: 300px; |
259 |
-} |
260 |
- |
261 |
-.span3 { |
262 |
- width: 220px; |
263 |
-} |
264 |
- |
265 |
-.span2 { |
266 |
- width: 140px; |
267 |
-} |
268 |
- |
269 |
-.span1 { |
270 |
- width: 60px; |
271 |
-} |
272 |
- |
273 |
-.offset12 { |
274 |
- margin-left: 980px; |
275 |
-} |
276 |
- |
277 |
-.offset11 { |
278 |
- margin-left: 900px; |
279 |
-} |
280 |
- |
281 |
-.offset10 { |
282 |
- margin-left: 820px; |
283 |
-} |
284 |
- |
285 |
-.offset9 { |
286 |
- margin-left: 740px; |
287 |
-} |
288 |
- |
289 |
-.offset8 { |
290 |
- margin-left: 660px; |
291 |
-} |
292 |
- |
293 |
-.offset7 { |
294 |
- margin-left: 580px; |
295 |
-} |
296 |
- |
297 |
-.offset6 { |
298 |
- margin-left: 500px; |
299 |
-} |
300 |
- |
301 |
-.offset5 { |
302 |
- margin-left: 420px; |
303 |
-} |
304 |
- |
305 |
-.offset4 { |
306 |
- margin-left: 340px; |
307 |
-} |
308 |
- |
309 |
-.offset3 { |
310 |
- margin-left: 260px; |
311 |
-} |
312 |
- |
313 |
-.offset2 { |
314 |
- margin-left: 180px; |
315 |
-} |
316 |
- |
317 |
-.offset1 { |
318 |
- margin-left: 100px; |
319 |
-} |
320 |
- |
321 |
-.row-fluid { |
322 |
- width: 100%; |
323 |
- *zoom: 1; |
324 |
-} |
325 |
- |
326 |
-.row-fluid:before, |
327 |
-.row-fluid:after { |
328 |
- display: table; |
329 |
- content: ""; |
330 |
-} |
331 |
- |
332 |
-.row-fluid:after { |
333 |
- clear: both; |
334 |
-} |
335 |
- |
336 |
-.row-fluid [class*="span"] { |
337 |
- display: block; |
338 |
- float: left; |
339 |
- width: 100%; |
340 |
- min-height: 28px; |
341 |
- margin-left: 2.127659574%; |
342 |
- *margin-left: 2.0744680846382977%; |
343 |
- -webkit-box-sizing: border-box; |
344 |
- -moz-box-sizing: border-box; |
345 |
- -ms-box-sizing: border-box; |
346 |
- box-sizing: border-box; |
347 |
-} |
348 |
- |
349 |
-.row-fluid [class*="span"]:first-child { |
350 |
- margin-left: 0; |
351 |
-} |
352 |
- |
353 |
-.row-fluid .span12 { |
354 |
- width: 99.99999998999999%; |
355 |
- *width: 99.94680850063828%; |
356 |
-} |
357 |
- |
358 |
-.row-fluid .span11 { |
359 |
- width: 91.489361693%; |
360 |
- *width: 91.4361702036383%; |
361 |
-} |
362 |
- |
363 |
-.row-fluid .span10 { |
364 |
- width: 82.97872339599999%; |
365 |
- *width: 82.92553190663828%; |
366 |
-} |
367 |
- |
368 |
-.row-fluid .span9 { |
369 |
- width: 74.468085099%; |
370 |
- *width: 74.4148936096383%; |
371 |
-} |
372 |
- |
373 |
-.row-fluid .span8 { |
374 |
- width: 65.95744680199999%; |
375 |
- *width: 65.90425531263828%; |
376 |
-} |
377 |
- |
378 |
-.row-fluid .span7 { |
379 |
- width: 57.446808505%; |
380 |
- *width: 57.3936170156383%; |
381 |
-} |
382 |
- |
383 |
-.row-fluid .span6 { |
384 |
- width: 48.93617020799999%; |
385 |
- *width: 48.88297871863829%; |
386 |
-} |
387 |
- |
388 |
-.row-fluid .span5 { |
389 |
- width: 40.425531911%; |
390 |
- *width: 40.3723404216383%; |
391 |
-} |
392 |
- |
393 |
-.row-fluid .span4 { |
394 |
- width: 31.914893614%; |
395 |
- *width: 31.8617021246383%; |
396 |
-} |
397 |
- |
398 |
-.row-fluid .span3 { |
399 |
- width: 23.404255317%; |
400 |
- *width: 23.3510638276383%; |
401 |
-} |
402 |
- |
403 |
-.row-fluid .span2 { |
404 |
- width: 14.89361702%; |
405 |
- *width: 14.8404255306383%; |
406 |
-} |
407 |
- |
408 |
-.row-fluid .span1 { |
409 |
- width: 6.382978723%; |
410 |
- *width: 6.329787233638298%; |
411 |
-} |
412 |
- |
413 |
-.container { |
414 |
- margin-right: auto; |
415 |
- margin-left: auto; |
416 |
- *zoom: 1; |
417 |
-} |
418 |
- |
419 |
-.container:before, |
420 |
-.container:after { |
421 |
- display: table; |
422 |
- content: ""; |
423 |
-} |
424 |
- |
425 |
-.container:after { |
426 |
- clear: both; |
427 |
-} |
428 |
- |
429 |
-.container-fluid { |
430 |
- padding-right: 20px; |
431 |
- padding-left: 20px; |
432 |
- *zoom: 1; |
433 |
-} |
434 |
- |
435 |
-.container-fluid:before, |
436 |
-.container-fluid:after { |
437 |
- display: table; |
438 |
- content: ""; |
439 |
-} |
440 |
- |
441 |
-.container-fluid:after { |
442 |
- clear: both; |
443 |
-} |
444 |
- |
445 |
-p { |
446 |
- margin: 0 0 9px; |
447 |
-} |
448 |
- |
449 |
-p small { |
450 |
- font-size: 11px; |
451 |
- color: #999999; |
452 |
-} |
453 |
- |
454 |
-.lead { |
455 |
- margin-bottom: 18px; |
456 |
- font-size: 20px; |
457 |
- font-weight: 200; |
458 |
- line-height: 27px; |
459 |
-} |
460 |
- |
461 |
-h1, |
462 |
-h2, |
463 |
-h3, |
464 |
-h4, |
465 |
-h5, |
466 |
-h6 { |
467 |
- margin: 0; |
468 |
- font-family: inherit; |
469 |
- font-weight: bold; |
470 |
- color: inherit; |
471 |
- text-rendering: optimizelegibility; |
472 |
-} |
473 |
- |
474 |
-h1 small, |
475 |
-h2 small, |
476 |
-h3 small, |
477 |
-h4 small, |
478 |
-h5 small, |
479 |
-h6 small { |
480 |
- font-weight: normal; |
481 |
- color: #999999; |
482 |
-} |
483 |
- |
484 |
-h1 { |
485 |
- font-size: 30px; |
486 |
- line-height: 36px; |
487 |
-} |
488 |
- |
489 |
-h1 small { |
490 |
- font-size: 18px; |
491 |
-} |
492 |
- |
493 |
-h2 { |
494 |
- font-size: 24px; |
495 |
- line-height: 36px; |
496 |
-} |
497 |
- |
498 |
-h2 small { |
499 |
- font-size: 18px; |
500 |
-} |
501 |
- |
502 |
-h3 { |
503 |
- font-size: 18px; |
504 |
- line-height: 27px; |
505 |
-} |
506 |
- |
507 |
-h3 small { |
508 |
- font-size: 14px; |
509 |
-} |
510 |
- |
511 |
-h4, |
512 |
-h5, |
513 |
-h6 { |
514 |
- line-height: 18px; |
515 |
-} |
516 |
- |
517 |
-h4 { |
518 |
- font-size: 14px; |
519 |
-} |
520 |
- |
521 |
-h4 small { |
522 |
- font-size: 12px; |
523 |
-} |
524 |
- |
525 |
-h5 { |
526 |
- font-size: 12px; |
527 |
-} |
528 |
- |
529 |
-h6 { |
530 |
- font-size: 11px; |
531 |
- color: #999999; |
532 |
- text-transform: uppercase; |
533 |
-} |
534 |
- |
535 |
-.page-header { |
536 |
- padding-bottom: 17px; |
537 |
- margin: 18px 0; |
538 |
- border-bottom: 1px solid #eeeeee; |
539 |
-} |
540 |
- |
541 |
-.page-header h1 { |
542 |
- line-height: 1; |
543 |
-} |
544 |
- |
545 |
-ul, |
546 |
-ol { |
547 |
- padding: 0; |
548 |
- margin: 0 0 9px 25px; |
549 |
-} |
550 |
- |
551 |
-ul ul, |
552 |
-ul ol, |
553 |
-ol ol, |
554 |
-ol ul { |
555 |
- margin-bottom: 0; |
556 |
-} |
557 |
- |
558 |
-ul { |
559 |
- list-style: disc; |
560 |
-} |
561 |
- |
562 |
-ol { |
563 |
- list-style: decimal; |
564 |
-} |
565 |
- |
566 |
-li { |
567 |
- line-height: 18px; |
568 |
-} |
569 |
- |
570 |
-ul.unstyled, |
571 |
-ol.unstyled { |
572 |
- margin-left: 0; |
573 |
- list-style: none; |
574 |
-} |
575 |
- |
576 |
-dl { |
577 |
- margin-bottom: 18px; |
578 |
-} |
579 |
- |
580 |
-dt, |
581 |
-dd { |
582 |
- line-height: 18px; |
583 |
-} |
584 |
- |
585 |
-dt { |
586 |
- font-weight: bold; |
587 |
- line-height: 17px; |
588 |
-} |
589 |
- |
590 |
-dd { |
591 |
- margin-left: 9px; |
592 |
-} |
593 |
- |
594 |
-.dl-horizontal dt { |
595 |
- float: left; |
596 |
- width: 120px; |
597 |
- overflow: hidden; |
598 |
- clear: left; |
599 |
- text-align: right; |
600 |
- text-overflow: ellipsis; |
601 |
- white-space: nowrap; |
602 |
-} |
603 |
- |
604 |
-.dl-horizontal dd { |
605 |
- margin-left: 130px; |
606 |
-} |
607 |
- |
608 |
-hr { |
609 |
- margin: 18px 0; |
610 |
- border: 0; |
611 |
- border-top: 1px solid #eeeeee; |
612 |
- border-bottom: 1px solid #ffffff; |
613 |
-} |
614 |
- |
615 |
-strong { |
616 |
- font-weight: bold; |
617 |
-} |
618 |
- |
619 |
-em { |
620 |
- font-style: italic; |
621 |
-} |
622 |
- |
623 |
-.muted { |
624 |
- color: #999999; |
625 |
-} |
626 |
- |
627 |
-abbr[title] { |
628 |
- cursor: help; |
629 |
- border-bottom: 1px dotted #999999; |
630 |
-} |
631 |
- |
632 |
-abbr.initialism { |
633 |
- font-size: 90%; |
634 |
- text-transform: uppercase; |
635 |
-} |
636 |
- |
637 |
-blockquote { |
638 |
- padding: 0 0 0 15px; |
639 |
- margin: 0 0 18px; |
640 |
- border-left: 5px solid #eeeeee; |
641 |
-} |
642 |
- |
643 |
-blockquote p { |
644 |
- margin-bottom: 0; |
645 |
- font-size: 16px; |
646 |
- font-weight: 300; |
647 |
- line-height: 22.5px; |
648 |
-} |
649 |
- |
650 |
-blockquote small { |
651 |
- display: block; |
652 |
- line-height: 18px; |
653 |
- color: #999999; |
654 |
-} |
655 |
- |
656 |
-blockquote small:before { |
657 |
- content: '\2014 \00A0'; |
658 |
-} |
659 |
- |
660 |
-blockquote.pull-right { |
661 |
- float: right; |
662 |
- padding-right: 15px; |
663 |
- padding-left: 0; |
664 |
- border-right: 5px solid #eeeeee; |
665 |
- border-left: 0; |
666 |
-} |
667 |
- |
668 |
-blockquote.pull-right p, |
669 |
-blockquote.pull-right small { |
670 |
- text-align: right; |
671 |
-} |
672 |
- |
673 |
-q:before, |
674 |
-q:after, |
675 |
-blockquote:before, |
676 |
-blockquote:after { |
677 |
- content: ""; |
678 |
-} |
679 |
- |
680 |
-address { |
681 |
- display: block; |
682 |
- margin-bottom: 18px; |
683 |
- font-style: normal; |
684 |
- line-height: 18px; |
685 |
-} |
686 |
- |
687 |
-small { |
688 |
- font-size: 100%; |
689 |
-} |
690 |
- |
691 |
-cite { |
692 |
- font-style: normal; |
693 |
-} |
694 |
- |
695 |
-code, |
696 |
-pre { |
697 |
- padding: 0 3px 2px; |
698 |
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace; |
699 |
- font-size: 12px; |
700 |
- color: #333333; |
701 |
- -webkit-border-radius: 3px; |
702 |
- -moz-border-radius: 3px; |
703 |
- border-radius: 3px; |
704 |
-} |
705 |
- |
706 |
-code { |
707 |
- padding: 2px 4px; |
708 |
- color: #d14; |
709 |
- background-color: #f7f7f9; |
710 |
- border: 1px solid #e1e1e8; |
711 |
-} |
712 |
- |
713 |
-pre { |
714 |
- display: block; |
715 |
- padding: 8.5px; |
716 |
- margin: 0 0 9px; |
717 |
- font-size: 12.025px; |
718 |
- line-height: 18px; |
719 |
- word-break: break-all; |
720 |
- word-wrap: break-word; |
721 |
- white-space: pre; |
722 |
- white-space: pre-wrap; |
723 |
- background-color: #f5f5f5; |
724 |
- border: 1px solid #ccc; |
725 |
- border: 1px solid rgba(0, 0, 0, 0.15); |
726 |
- -webkit-border-radius: 4px; |
727 |
- -moz-border-radius: 4px; |
728 |
- border-radius: 4px; |
729 |
-} |
730 |
- |
731 |
-pre.prettyprint { |
732 |
- margin-bottom: 18px; |
733 |
-} |
734 |
- |
735 |
-pre code { |
736 |
- padding: 0; |
737 |
- color: inherit; |
738 |
- background-color: transparent; |
739 |
- border: 0; |
740 |
-} |
741 |
- |
742 |
-.pre-scrollable { |
743 |
- max-height: 340px; |
744 |
- overflow-y: scroll; |
745 |
-} |
746 |
- |
747 |
-form { |
748 |
- margin: 0 0 18px; |
749 |
-} |
750 |
- |
751 |
-fieldset { |
752 |
- padding: 0; |
753 |
- margin: 0; |
754 |
- border: 0; |
755 |
-} |
756 |
- |
757 |
-legend { |
758 |
- display: block; |
759 |
- width: 100%; |
760 |
- padding: 0; |
761 |
- margin-bottom: 27px; |
762 |
- font-size: 19.5px; |
763 |
- line-height: 36px; |
764 |
- color: #333333; |
765 |
- border: 0; |
766 |
- border-bottom: 1px solid #e5e5e5; |
767 |
-} |
768 |
- |
769 |
-legend small { |
770 |
- font-size: 13.5px; |
771 |
- color: #999999; |
772 |
-} |
773 |
- |
774 |
-label, |
775 |
-input, |
776 |
-button, |
777 |
-select, |
778 |
-textarea { |
779 |
- font-size: 13px; |
780 |
- font-weight: normal; |
781 |
- line-height: 18px; |
782 |
-} |
783 |
- |
784 |
-input, |
785 |
-button, |
786 |
-select, |
787 |
-textarea { |
788 |
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
789 |
-} |
790 |
- |
791 |
-label { |
792 |
- display: block; |
793 |
- margin-bottom: 5px; |
794 |
-} |
795 |
- |
796 |
-select, |
797 |
-textarea, |
798 |
-input[type="text"], |
799 |
-input[type="password"], |
800 |
-input[type="datetime"], |
801 |
-input[type="datetime-local"], |
802 |
-input[type="date"], |
803 |
-input[type="month"], |
804 |
-input[type="time"], |
805 |
-input[type="week"], |
806 |
-input[type="number"], |
807 |
-input[type="email"], |
808 |
-input[type="url"], |
809 |
-input[type="search"], |
810 |
-input[type="tel"], |
811 |
-input[type="color"], |
812 |
-.uneditable-input { |
813 |
- display: inline-block; |
814 |
- height: 18px; |
815 |
- padding: 4px; |
816 |
- margin-bottom: 9px; |
817 |
- font-size: 13px; |
818 |
- line-height: 18px; |
819 |
- color: #555555; |
820 |
-} |
821 |
- |
822 |
-input, |
823 |
-textarea { |
824 |
- width: 210px; |
825 |
-} |
826 |
- |
827 |
-textarea { |
828 |
- height: auto; |
829 |
-} |
830 |
- |
831 |
-textarea, |
832 |
-input[type="text"], |
833 |
-input[type="password"], |
834 |
-input[type="datetime"], |
835 |
-input[type="datetime-local"], |
836 |
-input[type="date"], |
837 |
-input[type="month"], |
838 |
-input[type="time"], |
839 |
-input[type="week"], |
840 |
-input[type="number"], |
841 |
-input[type="email"], |
842 |
-input[type="url"], |
843 |
-input[type="search"], |
844 |
-input[type="tel"], |
845 |
-input[type="color"], |
846 |
-.uneditable-input { |
847 |
- background-color: #ffffff; |
848 |
- border: 1px solid #cccccc; |
849 |
- -webkit-border-radius: 3px; |
850 |
- -moz-border-radius: 3px; |
851 |
- border-radius: 3px; |
852 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
853 |
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
854 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
855 |
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; |
856 |
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s; |
857 |
- -ms-transition: border linear 0.2s, box-shadow linear 0.2s; |
858 |
- -o-transition: border linear 0.2s, box-shadow linear 0.2s; |
859 |
- transition: border linear 0.2s, box-shadow linear 0.2s; |
860 |
-} |
861 |
- |
862 |
-textarea:focus, |
863 |
-input[type="text"]:focus, |
864 |
-input[type="password"]:focus, |
865 |
-input[type="datetime"]:focus, |
866 |
-input[type="datetime-local"]:focus, |
867 |
-input[type="date"]:focus, |
868 |
-input[type="month"]:focus, |
869 |
-input[type="time"]:focus, |
870 |
-input[type="week"]:focus, |
871 |
-input[type="number"]:focus, |
872 |
-input[type="email"]:focus, |
873 |
-input[type="url"]:focus, |
874 |
-input[type="search"]:focus, |
875 |
-input[type="tel"]:focus, |
876 |
-input[type="color"]:focus, |
877 |
-.uneditable-input:focus { |
878 |
- border-color: rgba(82, 168, 236, 0.8); |
879 |
- outline: 0; |
880 |
- outline: thin dotted \9; |
881 |
- /* IE6-9 */ |
882 |
- |
883 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
884 |
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
885 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
886 |
-} |
887 |
- |
888 |
-input[type="radio"], |
889 |
-input[type="checkbox"] { |
890 |
- margin: 3px 0; |
891 |
- *margin-top: 0; |
892 |
- /* IE7 */ |
893 |
- |
894 |
- line-height: normal; |
895 |
- cursor: pointer; |
896 |
-} |
897 |
- |
898 |
-input[type="submit"], |
899 |
-input[type="reset"], |
900 |
-input[type="button"], |
901 |
-input[type="radio"], |
902 |
-input[type="checkbox"] { |
903 |
- width: auto; |
904 |
-} |
905 |
- |
906 |
-.uneditable-textarea { |
907 |
- width: auto; |
908 |
- height: auto; |
909 |
-} |
910 |
- |
911 |
-select, |
912 |
-input[type="file"] { |
913 |
- height: 28px; |
914 |
- /* In IE7, the height of the select element cannot be changed by height, only font-size */ |
915 |
- |
916 |
- *margin-top: 4px; |
917 |
- /* For IE7, add top margin to align select with labels */ |
918 |
- |
919 |
- line-height: 28px; |
920 |
-} |
921 |
- |
922 |
-select { |
923 |
- width: 220px; |
924 |
- border: 1px solid #bbb; |
925 |
-} |
926 |
- |
927 |
-select[multiple], |
928 |
-select[size] { |
929 |
- height: auto; |
930 |
-} |
931 |
- |
932 |
-select:focus, |
933 |
-input[type="file"]:focus, |
934 |
-input[type="radio"]:focus, |
935 |
-input[type="checkbox"]:focus { |
936 |
- outline: thin dotted #333; |
937 |
- outline: 5px auto -webkit-focus-ring-color; |
938 |
- outline-offset: -2px; |
939 |
-} |
940 |
- |
941 |
-.radio, |
942 |
-.checkbox { |
943 |
- min-height: 18px; |
944 |
- padding-left: 18px; |
945 |
-} |
946 |
- |
947 |
-.radio input[type="radio"], |
948 |
-.checkbox input[type="checkbox"] { |
949 |
- float: left; |
950 |
- margin-left: -18px; |
951 |
-} |
952 |
- |
953 |
-.controls > .radio:first-child, |
954 |
-.controls > .checkbox:first-child { |
955 |
- padding-top: 5px; |
956 |
-} |
957 |
- |
958 |
-.radio.inline, |
959 |
-.checkbox.inline { |
960 |
- display: inline-block; |
961 |
- padding-top: 5px; |
962 |
- margin-bottom: 0; |
963 |
- vertical-align: middle; |
964 |
-} |
965 |
- |
966 |
-.radio.inline + .radio.inline, |
967 |
-.checkbox.inline + .checkbox.inline { |
968 |
- margin-left: 10px; |
969 |
-} |
970 |
- |
971 |
-.input-mini { |
972 |
- width: 60px; |
973 |
-} |
974 |
- |
975 |
-.input-small { |
976 |
- width: 90px; |
977 |
-} |
978 |
- |
979 |
-.input-medium { |
980 |
- width: 150px; |
981 |
-} |
982 |
- |
983 |
-.input-large { |
984 |
- width: 210px; |
985 |
-} |
986 |
- |
987 |
-.input-xlarge { |
988 |
- width: 270px; |
989 |
-} |
990 |
- |
991 |
-.input-xxlarge { |
992 |
- width: 530px; |
993 |
-} |
994 |
- |
995 |
-input[class*="span"], |
996 |
-select[class*="span"], |
997 |
-textarea[class*="span"], |
998 |
-.uneditable-input[class*="span"], |
999 |
-.row-fluid input[class*="span"], |
1000 |
-.row-fluid select[class*="span"], |
1001 |
-.row-fluid textarea[class*="span"], |
1002 |
-.row-fluid .uneditable-input[class*="span"] { |
1003 |
- float: none; |
1004 |
- margin-left: 0; |
1005 |
-} |
1006 |
- |
1007 |
-.input-append input[class*="span"], |
1008 |
-.input-append .uneditable-input[class*="span"], |
1009 |
-.input-prepend input[class*="span"], |
1010 |
-.input-prepend .uneditable-input[class*="span"], |
1011 |
-.row-fluid .input-prepend [class*="span"], |
1012 |
-.row-fluid .input-append [class*="span"] { |
1013 |
- display: inline-block; |
1014 |
-} |
1015 |
- |
1016 |
-input, |
1017 |
-textarea, |
1018 |
-.uneditable-input { |
1019 |
- margin-left: 0; |
1020 |
-} |
1021 |
- |
1022 |
-input.span12, |
1023 |
-textarea.span12, |
1024 |
-.uneditable-input.span12 { |
1025 |
- width: 930px; |
1026 |
-} |
1027 |
- |
1028 |
-input.span11, |
1029 |
-textarea.span11, |
1030 |
-.uneditable-input.span11 { |
1031 |
- width: 850px; |
1032 |
-} |
1033 |
- |
1034 |
-input.span10, |
1035 |
-textarea.span10, |
1036 |
-.uneditable-input.span10 { |
1037 |
- width: 770px; |
1038 |
-} |
1039 |
- |
1040 |
-input.span9, |
1041 |
-textarea.span9, |
1042 |
-.uneditable-input.span9 { |
1043 |
- width: 690px; |
1044 |
-} |
1045 |
- |
1046 |
-input.span8, |
1047 |
-textarea.span8, |
1048 |
-.uneditable-input.span8 { |
1049 |
- width: 610px; |
1050 |
-} |
1051 |
- |
1052 |
-input.span7, |
1053 |
-textarea.span7, |
1054 |
-.uneditable-input.span7 { |
1055 |
- width: 530px; |
1056 |
-} |
1057 |
- |
1058 |
-input.span6, |
1059 |
-textarea.span6, |
1060 |
-.uneditable-input.span6 { |
1061 |
- width: 450px; |
1062 |
-} |
1063 |
- |
1064 |
-input.span5, |
1065 |
-textarea.span5, |
1066 |
-.uneditable-input.span5 { |
1067 |
- width: 370px; |
1068 |
-} |
1069 |
- |
1070 |
-input.span4, |
1071 |
-textarea.span4, |
1072 |
-.uneditable-input.span4 { |
1073 |
- width: 290px; |
1074 |
-} |
1075 |
- |
1076 |
-input.span3, |
1077 |
-textarea.span3, |
1078 |
-.uneditable-input.span3 { |
1079 |
- width: 210px; |
1080 |
-} |
1081 |
- |
1082 |
-input.span2, |
1083 |
-textarea.span2, |
1084 |
-.uneditable-input.span2 { |
1085 |
- width: 130px; |
1086 |
-} |
1087 |
- |
1088 |
-input.span1, |
1089 |
-textarea.span1, |
1090 |
-.uneditable-input.span1 { |
1091 |
- width: 50px; |
1092 |
-} |
1093 |
- |
1094 |
-input[disabled], |
1095 |
-select[disabled], |
1096 |
-textarea[disabled], |
1097 |
-input[readonly], |
1098 |
-select[readonly], |
1099 |
-textarea[readonly] { |
1100 |
- cursor: not-allowed; |
1101 |
- background-color: #eeeeee; |
1102 |
- border-color: #ddd; |
1103 |
-} |
1104 |
- |
1105 |
-input[type="radio"][disabled], |
1106 |
-input[type="checkbox"][disabled], |
1107 |
-input[type="radio"][readonly], |
1108 |
-input[type="checkbox"][readonly] { |
1109 |
- background-color: transparent; |
1110 |
-} |
1111 |
- |
1112 |
-.control-group.warning > label, |
1113 |
-.control-group.warning .help-block, |
1114 |
-.control-group.warning .help-inline { |
1115 |
- color: #c09853; |
1116 |
-} |
1117 |
- |
1118 |
-.control-group.warning .checkbox, |
1119 |
-.control-group.warning .radio, |
1120 |
-.control-group.warning input, |
1121 |
-.control-group.warning select, |
1122 |
-.control-group.warning textarea { |
1123 |
- color: #c09853; |
1124 |
- border-color: #c09853; |
1125 |
-} |
1126 |
- |
1127 |
-.control-group.warning .checkbox:focus, |
1128 |
-.control-group.warning .radio:focus, |
1129 |
-.control-group.warning input:focus, |
1130 |
-.control-group.warning select:focus, |
1131 |
-.control-group.warning textarea:focus { |
1132 |
- border-color: #a47e3c; |
1133 |
- -webkit-box-shadow: 0 0 6px #dbc59e; |
1134 |
- -moz-box-shadow: 0 0 6px #dbc59e; |
1135 |
- box-shadow: 0 0 6px #dbc59e; |
1136 |
-} |
1137 |
- |
1138 |
-.control-group.warning .input-prepend .add-on, |
1139 |
-.control-group.warning .input-append .add-on { |
1140 |
- color: #c09853; |
1141 |
- background-color: #fcf8e3; |
1142 |
- border-color: #c09853; |
1143 |
-} |
1144 |
- |
1145 |
-.control-group.error > label, |
1146 |
-.control-group.error .help-block, |
1147 |
-.control-group.error .help-inline { |
1148 |
- color: #b94a48; |
1149 |
-} |
1150 |
- |
1151 |
-.control-group.error .checkbox, |
1152 |
-.control-group.error .radio, |
1153 |
-.control-group.error input, |
1154 |
-.control-group.error select, |
1155 |
-.control-group.error textarea { |
1156 |
- color: #b94a48; |
1157 |
- border-color: #b94a48; |
1158 |
-} |
1159 |
- |
1160 |
-.control-group.error .checkbox:focus, |
1161 |
-.control-group.error .radio:focus, |
1162 |
-.control-group.error input:focus, |
1163 |
-.control-group.error select:focus, |
1164 |
-.control-group.error textarea:focus { |
1165 |
- border-color: #953b39; |
1166 |
- -webkit-box-shadow: 0 0 6px #d59392; |
1167 |
- -moz-box-shadow: 0 0 6px #d59392; |
1168 |
- box-shadow: 0 0 6px #d59392; |
1169 |
-} |
1170 |
- |
1171 |
-.control-group.error .input-prepend .add-on, |
1172 |
-.control-group.error .input-append .add-on { |
1173 |
- color: #b94a48; |
1174 |
- background-color: #f2dede; |
1175 |
- border-color: #b94a48; |
1176 |
-} |
1177 |
- |
1178 |
-.control-group.success > label, |
1179 |
-.control-group.success .help-block, |
1180 |
-.control-group.success .help-inline { |
1181 |
- color: #468847; |
1182 |
-} |
1183 |
- |
1184 |
-.control-group.success .checkbox, |
1185 |
-.control-group.success .radio, |
1186 |
-.control-group.success input, |
1187 |
-.control-group.success select, |
1188 |
-.control-group.success textarea { |
1189 |
- color: #468847; |
1190 |
- border-color: #468847; |
1191 |
-} |
1192 |
- |
1193 |
-.control-group.success .checkbox:focus, |
1194 |
-.control-group.success .radio:focus, |
1195 |
-.control-group.success input:focus, |
1196 |
-.control-group.success select:focus, |
1197 |
-.control-group.success textarea:focus { |
1198 |
- border-color: #356635; |
1199 |
- -webkit-box-shadow: 0 0 6px #7aba7b; |
1200 |
- -moz-box-shadow: 0 0 6px #7aba7b; |
1201 |
- box-shadow: 0 0 6px #7aba7b; |
1202 |
-} |
1203 |
- |
1204 |
-.control-group.success .input-prepend .add-on, |
1205 |
-.control-group.success .input-append .add-on { |
1206 |
- color: #468847; |
1207 |
- background-color: #dff0d8; |
1208 |
- border-color: #468847; |
1209 |
-} |
1210 |
- |
1211 |
-input:focus:required:invalid, |
1212 |
-textarea:focus:required:invalid, |
1213 |
-select:focus:required:invalid { |
1214 |
- color: #b94a48; |
1215 |
- border-color: #ee5f5b; |
1216 |
-} |
1217 |
- |
1218 |
-input:focus:required:invalid:focus, |
1219 |
-textarea:focus:required:invalid:focus, |
1220 |
-select:focus:required:invalid:focus { |
1221 |
- border-color: #e9322d; |
1222 |
- -webkit-box-shadow: 0 0 6px #f8b9b7; |
1223 |
- -moz-box-shadow: 0 0 6px #f8b9b7; |
1224 |
- box-shadow: 0 0 6px #f8b9b7; |
1225 |
-} |
1226 |
- |
1227 |
-.form-actions { |
1228 |
- padding: 17px 20px 18px; |
1229 |
- margin-top: 18px; |
1230 |
- margin-bottom: 18px; |
1231 |
- background-color: #f5f5f5; |
1232 |
- border-top: 1px solid #e5e5e5; |
1233 |
- *zoom: 1; |
1234 |
-} |
1235 |
- |
1236 |
-.form-actions:before, |
1237 |
-.form-actions:after { |
1238 |
- display: table; |
1239 |
- content: ""; |
1240 |
-} |
1241 |
- |
1242 |
-.form-actions:after { |
1243 |
- clear: both; |
1244 |
-} |
1245 |
- |
1246 |
-.uneditable-input { |
1247 |
- overflow: hidden; |
1248 |
- white-space: nowrap; |
1249 |
- cursor: not-allowed; |
1250 |
- background-color: #ffffff; |
1251 |
- border-color: #eee; |
1252 |
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
1253 |
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
1254 |
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
1255 |
-} |
1256 |
- |
1257 |
-:-moz-placeholder { |
1258 |
- color: #999999; |
1259 |
-} |
1260 |
- |
1261 |
-:-ms-input-placeholder { |
1262 |
- color: #999999; |
1263 |
-} |
1264 |
- |
1265 |
-::-webkit-input-placeholder { |
1266 |
- color: #999999; |
1267 |
-} |
1268 |
- |
1269 |
-.help-block, |
1270 |
-.help-inline { |
1271 |
- color: #555555; |
1272 |
-} |
1273 |
- |
1274 |
-.help-block { |
1275 |
- display: block; |
1276 |
- margin-bottom: 9px; |
1277 |
-} |
1278 |
- |
1279 |
-.help-inline { |
1280 |
- display: inline-block; |
1281 |
- *display: inline; |
1282 |
- padding-left: 5px; |
1283 |
- vertical-align: middle; |
1284 |
- *zoom: 1; |
1285 |
-} |
1286 |
- |
1287 |
-.input-prepend, |
1288 |
-.input-append { |
1289 |
- margin-bottom: 5px; |
1290 |
-} |
1291 |
- |
1292 |
-.input-prepend input, |
1293 |
-.input-append input, |
1294 |
-.input-prepend select, |
1295 |
-.input-append select, |
1296 |
-.input-prepend .uneditable-input, |
1297 |
-.input-append .uneditable-input { |
1298 |
- position: relative; |
1299 |
- margin-bottom: 0; |
1300 |
- *margin-left: 0; |
1301 |
- vertical-align: middle; |
1302 |
- -webkit-border-radius: 0 3px 3px 0; |
1303 |
- -moz-border-radius: 0 3px 3px 0; |
1304 |
- border-radius: 0 3px 3px 0; |
1305 |
-} |
1306 |
- |
1307 |
-.input-prepend input:focus, |
1308 |
-.input-append input:focus, |
1309 |
-.input-prepend select:focus, |
1310 |
-.input-append select:focus, |
1311 |
-.input-prepend .uneditable-input:focus, |
1312 |
-.input-append .uneditable-input:focus { |
1313 |
- z-index: 2; |
1314 |
-} |
1315 |
- |
1316 |
-.input-prepend .uneditable-input, |
1317 |
-.input-append .uneditable-input { |
1318 |
- border-left-color: #ccc; |
1319 |
-} |
1320 |
- |
1321 |
-.input-prepend .add-on, |
1322 |
-.input-append .add-on { |
1323 |
- display: inline-block; |
1324 |
- width: auto; |
1325 |
- height: 18px; |
1326 |
- min-width: 16px; |
1327 |
- padding: 4px 5px; |
1328 |
- font-weight: normal; |
1329 |
- line-height: 18px; |
1330 |
- text-align: center; |
1331 |
- text-shadow: 0 1px 0 #ffffff; |
1332 |
- vertical-align: middle; |
1333 |
- background-color: #eeeeee; |
1334 |
- border: 1px solid #ccc; |
1335 |
-} |
1336 |
- |
1337 |
-.input-prepend .add-on, |
1338 |
-.input-append .add-on, |
1339 |
-.input-prepend .btn, |
1340 |
-.input-append .btn { |
1341 |
- margin-left: -1px; |
1342 |
- -webkit-border-radius: 0; |
1343 |
- -moz-border-radius: 0; |
1344 |
- border-radius: 0; |
1345 |
-} |
1346 |
- |
1347 |
-.input-prepend .active, |
1348 |
-.input-append .active { |
1349 |
- background-color: #a9dba9; |
1350 |
- border-color: #46a546; |
1351 |
-} |
1352 |
- |
1353 |
-.input-prepend .add-on, |
1354 |
-.input-prepend .btn { |
1355 |
- margin-right: -1px; |
1356 |
-} |
1357 |
- |
1358 |
-.input-prepend .add-on:first-child, |
1359 |
-.input-prepend .btn:first-child { |
1360 |
- -webkit-border-radius: 3px 0 0 3px; |
1361 |
- -moz-border-radius: 3px 0 0 3px; |
1362 |
- border-radius: 3px 0 0 3px; |
1363 |
-} |
1364 |
- |
1365 |
-.input-append input, |
1366 |
-.input-append select, |
1367 |
-.input-append .uneditable-input { |
1368 |
- -webkit-border-radius: 3px 0 0 3px; |
1369 |
- -moz-border-radius: 3px 0 0 3px; |
1370 |
- border-radius: 3px 0 0 3px; |
1371 |
-} |
1372 |
- |
1373 |
-.input-append .uneditable-input { |
1374 |
- border-right-color: #ccc; |
1375 |
- border-left-color: #eee; |
1376 |
-} |
1377 |
- |
1378 |
-.input-append .add-on:last-child, |
1379 |
-.input-append .btn:last-child { |
1380 |
- -webkit-border-radius: 0 3px 3px 0; |
1381 |
- -moz-border-radius: 0 3px 3px 0; |
1382 |
- border-radius: 0 3px 3px 0; |
1383 |
-} |
1384 |
- |
1385 |
-.input-prepend.input-append input, |
1386 |
-.input-prepend.input-append select, |
1387 |
-.input-prepend.input-append .uneditable-input { |
1388 |
- -webkit-border-radius: 0; |
1389 |
- -moz-border-radius: 0; |
1390 |
- border-radius: 0; |
1391 |
-} |
1392 |
- |
1393 |
-.input-prepend.input-append .add-on:first-child, |
1394 |
-.input-prepend.input-append .btn:first-child { |
1395 |
- margin-right: -1px; |
1396 |
- -webkit-border-radius: 3px 0 0 3px; |
1397 |
- -moz-border-radius: 3px 0 0 3px; |
1398 |
- border-radius: 3px 0 0 3px; |
1399 |
-} |
1400 |
- |
1401 |
-.input-prepend.input-append .add-on:last-child, |
1402 |
-.input-prepend.input-append .btn:last-child { |
1403 |
- margin-left: -1px; |
1404 |
- -webkit-border-radius: 0 3px 3px 0; |
1405 |
- -moz-border-radius: 0 3px 3px 0; |
1406 |
- border-radius: 0 3px 3px 0; |
1407 |
-} |
1408 |
- |
1409 |
-.search-query { |
1410 |
- padding-right: 14px; |
1411 |
- padding-right: 4px \9; |
1412 |
- padding-left: 14px; |
1413 |
- padding-left: 4px \9; |
1414 |
- /* IE7-8 doesn't have border-radius, so don't indent the padding */ |
1415 |
- |
1416 |
- margin-bottom: 0; |
1417 |
- -webkit-border-radius: 14px; |
1418 |
- -moz-border-radius: 14px; |
1419 |
- border-radius: 14px; |
1420 |
-} |
1421 |
- |
1422 |
-.form-search input, |
1423 |
-.form-inline input, |
1424 |
-.form-horizontal input, |
1425 |
-.form-search textarea, |
1426 |
-.form-inline textarea, |
1427 |
-.form-horizontal textarea, |
1428 |
-.form-search select, |
1429 |
-.form-inline select, |
1430 |
-.form-horizontal select, |
1431 |
-.form-search .help-inline, |
1432 |
-.form-inline .help-inline, |
1433 |
-.form-horizontal .help-inline, |
1434 |
-.form-search .uneditable-input, |
1435 |
-.form-inline .uneditable-input, |
1436 |
-.form-horizontal .uneditable-input, |
1437 |
-.form-search .input-prepend, |
1438 |
-.form-inline .input-prepend, |
1439 |
-.form-horizontal .input-prepend, |
1440 |
-.form-search .input-append, |
1441 |
-.form-inline .input-append, |
1442 |
-.form-horizontal .input-append { |
1443 |
- display: inline-block; |
1444 |
- *display: inline; |
1445 |
- margin-bottom: 0; |
1446 |
- *zoom: 1; |
1447 |
-} |
1448 |
- |
1449 |
-.form-search .hide, |
1450 |
-.form-inline .hide, |
1451 |
-.form-horizontal .hide { |
1452 |
- display: none; |
1453 |
-} |
1454 |
- |
1455 |
-.form-search label, |
1456 |
-.form-inline label { |
1457 |
- display: inline-block; |
1458 |
-} |
1459 |
- |
1460 |
-.form-search .input-append, |
1461 |
-.form-inline .input-append, |
1462 |
-.form-search .input-prepend, |
1463 |
-.form-inline .input-prepend { |
1464 |
- margin-bottom: 0; |
1465 |
-} |
1466 |
- |
1467 |
-.form-search .radio, |
1468 |
-.form-search .checkbox, |
1469 |
-.form-inline .radio, |
1470 |
-.form-inline .checkbox { |
1471 |
- padding-left: 0; |
1472 |
- margin-bottom: 0; |
1473 |
- vertical-align: middle; |
1474 |
-} |
1475 |
- |
1476 |
-.form-search .radio input[type="radio"], |
1477 |
-.form-search .checkbox input[type="checkbox"], |
1478 |
-.form-inline .radio input[type="radio"], |
1479 |
-.form-inline .checkbox input[type="checkbox"] { |
1480 |
- float: left; |
1481 |
- margin-right: 3px; |
1482 |
- margin-left: 0; |
1483 |
-} |
1484 |
- |
1485 |
-.control-group { |
1486 |
- margin-bottom: 9px; |
1487 |
-} |
1488 |
- |
1489 |
-legend + .control-group { |
1490 |
- margin-top: 18px; |
1491 |
- -webkit-margin-top-collapse: separate; |
1492 |
-} |
1493 |
- |
1494 |
-.form-horizontal .control-group { |
1495 |
- margin-bottom: 18px; |
1496 |
- *zoom: 1; |
1497 |
-} |
1498 |
- |
1499 |
-.form-horizontal .control-group:before, |
1500 |
-.form-horizontal .control-group:after { |
1501 |
- display: table; |
1502 |
- content: ""; |
1503 |
-} |
1504 |
- |
1505 |
-.form-horizontal .control-group:after { |
1506 |
- clear: both; |
1507 |
-} |
1508 |
- |
1509 |
-.form-horizontal .control-label { |
1510 |
- float: left; |
1511 |
- width: 140px; |
1512 |
- padding-top: 5px; |
1513 |
- text-align: right; |
1514 |
-} |
1515 |
- |
1516 |
-.form-horizontal .controls { |
1517 |
- *display: inline-block; |
1518 |
- *padding-left: 20px; |
1519 |
- margin-left: 160px; |
1520 |
- *margin-left: 0; |
1521 |
-} |
1522 |
- |
1523 |
-.form-horizontal .controls:first-child { |
1524 |
- *padding-left: 160px; |
1525 |
-} |
1526 |
- |
1527 |
-.form-horizontal .help-block { |
1528 |
- margin-top: 9px; |
1529 |
- margin-bottom: 0; |
1530 |
-} |
1531 |
- |
1532 |
-.form-horizontal .form-actions { |
1533 |
- padding-left: 160px; |
1534 |
-} |
1535 |
- |
1536 |
-table { |
1537 |
- max-width: 100%; |
1538 |
- background-color: transparent; |
1539 |
- border-collapse: collapse; |
1540 |
- border-spacing: 0; |
1541 |
-} |
1542 |
- |
1543 |
-.table { |
1544 |
- width: 100%; |
1545 |
- margin-bottom: 18px; |
1546 |
-} |
1547 |
- |
1548 |
-.table th, |
1549 |
-.table td { |
1550 |
- padding: 8px; |
1551 |
- line-height: 18px; |
1552 |
- text-align: left; |
1553 |
- vertical-align: top; |
1554 |
- border-top: 1px solid #dddddd; |
1555 |
-} |
1556 |
- |
1557 |
-.table th { |
1558 |
- font-weight: bold; |
1559 |
-} |
1560 |
- |
1561 |
-.table thead th { |
1562 |
- vertical-align: bottom; |
1563 |
-} |
1564 |
- |
1565 |
-.table caption + thead tr:first-child th, |
1566 |
-.table caption + thead tr:first-child td, |
1567 |
-.table colgroup + thead tr:first-child th, |
1568 |
-.table colgroup + thead tr:first-child td, |
1569 |
-.table thead:first-child tr:first-child th, |
1570 |
-.table thead:first-child tr:first-child td { |
1571 |
- border-top: 0; |
1572 |
-} |
1573 |
- |
1574 |
-.table tbody + tbody { |
1575 |
- border-top: 2px solid #dddddd; |
1576 |
-} |
1577 |
- |
1578 |
-.table-condensed th, |
1579 |
-.table-condensed td { |
1580 |
- padding: 4px 5px; |
1581 |
-} |
1582 |
- |
1583 |
-.table-bordered { |
1584 |
- border: 1px solid #dddddd; |
1585 |
- border-collapse: separate; |
1586 |
- *border-collapse: collapsed; |
1587 |
- border-left: 0; |
1588 |
- -webkit-border-radius: 4px; |
1589 |
- -moz-border-radius: 4px; |
1590 |
- border-radius: 4px; |
1591 |
-} |
1592 |
- |
1593 |
-.table-bordered th, |
1594 |
-.table-bordered td { |
1595 |
- border-left: 1px solid #dddddd; |
1596 |
-} |
1597 |
- |
1598 |
-.table-bordered caption + thead tr:first-child th, |
1599 |
-.table-bordered caption + tbody tr:first-child th, |
1600 |
-.table-bordered caption + tbody tr:first-child td, |
1601 |
-.table-bordered colgroup + thead tr:first-child th, |
1602 |
-.table-bordered colgroup + tbody tr:first-child th, |
1603 |
-.table-bordered colgroup + tbody tr:first-child td, |
1604 |
-.table-bordered thead:first-child tr:first-child th, |
1605 |
-.table-bordered tbody:first-child tr:first-child th, |
1606 |
-.table-bordered tbody:first-child tr:first-child td { |
1607 |
- border-top: 0; |
1608 |
-} |
1609 |
- |
1610 |
-.table-bordered thead:first-child tr:first-child th:first-child, |
1611 |
-.table-bordered tbody:first-child tr:first-child td:first-child { |
1612 |
- -webkit-border-top-left-radius: 4px; |
1613 |
- border-top-left-radius: 4px; |
1614 |
- -moz-border-radius-topleft: 4px; |
1615 |
-} |
1616 |
- |
1617 |
-.table-bordered thead:first-child tr:first-child th:last-child, |
1618 |
-.table-bordered tbody:first-child tr:first-child td:last-child { |
1619 |
- -webkit-border-top-right-radius: 4px; |
1620 |
- border-top-right-radius: 4px; |
1621 |
- -moz-border-radius-topright: 4px; |
1622 |
-} |
1623 |
- |
1624 |
-.table-bordered thead:last-child tr:last-child th:first-child, |
1625 |
-.table-bordered tbody:last-child tr:last-child td:first-child { |
1626 |
- -webkit-border-radius: 0 0 0 4px; |
1627 |
- -moz-border-radius: 0 0 0 4px; |
1628 |
- border-radius: 0 0 0 4px; |
1629 |
- -webkit-border-bottom-left-radius: 4px; |
1630 |
- border-bottom-left-radius: 4px; |
1631 |
- -moz-border-radius-bottomleft: 4px; |
1632 |
-} |
1633 |
- |
1634 |
-.table-bordered thead:last-child tr:last-child th:last-child, |
1635 |
-.table-bordered tbody:last-child tr:last-child td:last-child { |
1636 |
- -webkit-border-bottom-right-radius: 4px; |
1637 |
- border-bottom-right-radius: 4px; |
1638 |
- -moz-border-radius-bottomright: 4px; |
1639 |
-} |
1640 |
- |
1641 |
-.table-striped tbody tr:nth-child(odd) td, |
1642 |
-.table-striped tbody tr:nth-child(odd) th { |
1643 |
- background-color: #f9f9f9; |
1644 |
-} |
1645 |
- |
1646 |
-.table tbody tr:hover td, |
1647 |
-.table tbody tr:hover th { |
1648 |
- /*background-color: #f5f5f5;*/ |
1649 |
-} |
1650 |
- |
1651 |
-table .span1 { |
1652 |
- float: none; |
1653 |
- width: 44px; |
1654 |
- margin-left: 0; |
1655 |
-} |
1656 |
- |
1657 |
-table .span2 { |
1658 |
- float: none; |
1659 |
- width: 124px; |
1660 |
- margin-left: 0; |
1661 |
-} |
1662 |
- |
1663 |
-table .span3 { |
1664 |
- float: none; |
1665 |
- width: 204px; |
1666 |
- margin-left: 0; |
1667 |
-} |
1668 |
- |
1669 |
-table .span4 { |
1670 |
- float: none; |
1671 |
- width: 284px; |
1672 |
- margin-left: 0; |
1673 |
-} |
1674 |
- |
1675 |
-table .span5 { |
1676 |
- float: none; |
1677 |
- width: 364px; |
1678 |
- margin-left: 0; |
1679 |
-} |
1680 |
- |
1681 |
-table .span6 { |
1682 |
- float: none; |
1683 |
- width: 444px; |
1684 |
- margin-left: 0; |
1685 |
-} |
1686 |
- |
1687 |
-table .span7 { |
1688 |
- float: none; |
1689 |
- width: 524px; |
1690 |
- margin-left: 0; |
1691 |
-} |
1692 |
- |
1693 |
-table .span8 { |
1694 |
- float: none; |
1695 |
- width: 604px; |
1696 |
- margin-left: 0; |
1697 |
-} |
1698 |
- |
1699 |
-table .span9 { |
1700 |
- float: none; |
1701 |
- width: 684px; |
1702 |
- margin-left: 0; |
1703 |
-} |
1704 |
- |
1705 |
-table .span10 { |
1706 |
- float: none; |
1707 |
- width: 764px; |
1708 |
- margin-left: 0; |
1709 |
-} |
1710 |
- |
1711 |
-table .span11 { |
1712 |
- float: none; |
1713 |
- width: 844px; |
1714 |
- margin-left: 0; |
1715 |
-} |
1716 |
- |
1717 |
-table .span12 { |
1718 |
- float: none; |
1719 |
- width: 924px; |
1720 |
- margin-left: 0; |
1721 |
-} |
1722 |
- |
1723 |
-table .span13 { |
1724 |
- float: none; |
1725 |
- width: 1004px; |
1726 |
- margin-left: 0; |
1727 |
-} |
1728 |
- |
1729 |
-table .span14 { |
1730 |
- float: none; |
1731 |
- width: 1084px; |
1732 |
- margin-left: 0; |
1733 |
-} |
1734 |
- |
1735 |
-table .span15 { |
1736 |
- float: none; |
1737 |
- width: 1164px; |
1738 |
- margin-left: 0; |
1739 |
-} |
1740 |
- |
1741 |
-table .span16 { |
1742 |
- float: none; |
1743 |
- width: 1244px; |
1744 |
- margin-left: 0; |
1745 |
-} |
1746 |
- |
1747 |
-table .span17 { |
1748 |
- float: none; |
1749 |
- width: 1324px; |
1750 |
- margin-left: 0; |
1751 |
-} |
1752 |
- |
1753 |
-table .span18 { |
1754 |
- float: none; |
1755 |
- width: 1404px; |
1756 |
- margin-left: 0; |
1757 |
-} |
1758 |
- |
1759 |
-table .span19 { |
1760 |
- float: none; |
1761 |
- width: 1484px; |
1762 |
- margin-left: 0; |
1763 |
-} |
1764 |
- |
1765 |
-table .span20 { |
1766 |
- float: none; |
1767 |
- width: 1564px; |
1768 |
- margin-left: 0; |
1769 |
-} |
1770 |
- |
1771 |
-table .span21 { |
1772 |
- float: none; |
1773 |
- width: 1644px; |
1774 |
- margin-left: 0; |
1775 |
-} |
1776 |
- |
1777 |
-table .span22 { |
1778 |
- float: none; |
1779 |
- width: 1724px; |
1780 |
- margin-left: 0; |
1781 |
-} |
1782 |
- |
1783 |
-table .span23 { |
1784 |
- float: none; |
1785 |
- width: 1804px; |
1786 |
- margin-left: 0; |
1787 |
-} |
1788 |
- |
1789 |
-table .span24 { |
1790 |
- float: none; |
1791 |
- width: 1884px; |
1792 |
- margin-left: 0; |
1793 |
-} |
1794 |
- |
1795 |
-[class^="icon-"], |
1796 |
-[class*=" icon-"] { |
1797 |
- display: inline-block; |
1798 |
- width: 14px; |
1799 |
- height: 14px; |
1800 |
- *margin-right: .3em; |
1801 |
- line-height: 14px; |
1802 |
- vertical-align: text-top; |
1803 |
- background-image: url("../img/glyphicons-halflings.png"); |
1804 |
- background-position: 14px 14px; |
1805 |
- background-repeat: no-repeat; |
1806 |
-} |
1807 |
- |
1808 |
-[class^="icon-"]:last-child, |
1809 |
-[class*=" icon-"]:last-child { |
1810 |
- *margin-left: 0; |
1811 |
-} |
1812 |
- |
1813 |
-.icon-white { |
1814 |
- background-image: url("../img/glyphicons-halflings-white.png"); |
1815 |
-} |
1816 |
- |
1817 |
-.icon-glass { |
1818 |
- background-position: 0 0; |
1819 |
-} |
1820 |
- |
1821 |
-.icon-music { |
1822 |
- background-position: -24px 0; |
1823 |
-} |
1824 |
- |
1825 |
-.icon-search { |
1826 |
- background-position: -48px 0; |
1827 |
-} |
1828 |
- |
1829 |
-.icon-envelope { |
1830 |
- background-position: -72px 0; |
1831 |
-} |
1832 |
- |
1833 |
-.icon-heart { |
1834 |
- background-position: -96px 0; |
1835 |
-} |
1836 |
- |
1837 |
-.icon-star { |
1838 |
- background-position: -120px 0; |
1839 |
-} |
1840 |
- |
1841 |
-.icon-star-empty { |
1842 |
- background-position: -144px 0; |
1843 |
-} |
1844 |
- |
1845 |
-.icon-user { |
1846 |
- background-position: -168px 0; |
1847 |
-} |
1848 |
- |
1849 |
-.icon-film { |
1850 |
- background-position: -192px 0; |
1851 |
-} |
1852 |
- |
1853 |
-.icon-th-large { |
1854 |
- background-position: -216px 0; |
1855 |
-} |
1856 |
- |
1857 |
-.icon-th { |
1858 |
- background-position: -240px 0; |
1859 |
-} |
1860 |
- |
1861 |
-.icon-th-list { |
1862 |
- background-position: -264px 0; |
1863 |
-} |
1864 |
- |
1865 |
-.icon-ok { |
1866 |
- background-position: -288px 0; |
1867 |
-} |
1868 |
- |
1869 |
-.icon-remove { |
1870 |
- background-position: -312px 0; |
1871 |
-} |
1872 |
- |
1873 |
-.icon-zoom-in { |
1874 |
- background-position: -336px 0; |
1875 |
-} |
1876 |
- |
1877 |
-.icon-zoom-out { |
1878 |
- background-position: -360px 0; |
1879 |
-} |
1880 |
- |
1881 |
-.icon-off { |
1882 |
- background-position: -384px 0; |
1883 |
-} |
1884 |
- |
1885 |
-.icon-signal { |
1886 |
- background-position: -408px 0; |
1887 |
-} |
1888 |
- |
1889 |
-.icon-cog { |
1890 |
- background-position: -432px 0; |
1891 |
-} |
1892 |
- |
1893 |
-.icon-trash { |
1894 |
- background-position: -456px 0; |
1895 |
-} |
1896 |
- |
1897 |
-.icon-home { |
1898 |
- background-position: 0 -24px; |
1899 |
-} |
1900 |
- |
1901 |
-.icon-file { |
1902 |
- background-position: -24px -24px; |
1903 |
-} |
1904 |
- |
1905 |
-.icon-time { |
1906 |
- background-position: -48px -24px; |
1907 |
-} |
1908 |
- |
1909 |
-.icon-road { |
1910 |
- background-position: -72px -24px; |
1911 |
-} |
1912 |
- |
1913 |
-.icon-download-alt { |
1914 |
- background-position: -96px -24px; |
1915 |
-} |
1916 |
- |
1917 |
-.icon-download { |
1918 |
- background-position: -120px -24px; |
1919 |
-} |
1920 |
- |
1921 |
-.icon-upload { |
1922 |
- background-position: -144px -24px; |
1923 |
-} |
1924 |
- |
1925 |
-.icon-inbox { |
1926 |
- background-position: -168px -24px; |
1927 |
-} |
1928 |
- |
1929 |
-.icon-play-circle { |
1930 |
- background-position: -192px -24px; |
1931 |
-} |
1932 |
- |
1933 |
-.icon-repeat { |
1934 |
- background-position: -216px -24px; |
1935 |
-} |
1936 |
- |
1937 |
-.icon-refresh { |
1938 |
- background-position: -240px -24px; |
1939 |
-} |
1940 |
- |
1941 |
-.icon-list-alt { |
1942 |
- background-position: -264px -24px; |
1943 |
-} |
1944 |
- |
1945 |
-.icon-lock { |
1946 |
- background-position: -287px -24px; |
1947 |
-} |
1948 |
- |
1949 |
-.icon-flag { |
1950 |
- background-position: -312px -24px; |
1951 |
-} |
1952 |
- |
1953 |
-.icon-headphones { |
1954 |
- background-position: -336px -24px; |
1955 |
-} |
1956 |
- |
1957 |
-.icon-volume-off { |
1958 |
- background-position: -360px -24px; |
1959 |
-} |
1960 |
- |
1961 |
-.icon-volume-down { |
1962 |
- background-position: -384px -24px; |
1963 |
-} |
1964 |
- |
1965 |
-.icon-volume-up { |
1966 |
- background-position: -408px -24px; |
1967 |
-} |
1968 |
- |
1969 |
-.icon-qrcode { |
1970 |
- background-position: -432px -24px; |
1971 |
-} |
1972 |
- |
1973 |
-.icon-barcode { |
1974 |
- background-position: -456px -24px; |
1975 |
-} |
1976 |
- |
1977 |
-.icon-tag { |
1978 |
- background-position: 0 -48px; |
1979 |
-} |
1980 |
- |
1981 |
-.icon-tags { |
1982 |
- background-position: -25px -48px; |
1983 |
-} |
1984 |
- |
1985 |
-.icon-book { |
1986 |
- background-position: -48px -48px; |
1987 |
-} |
1988 |
- |
1989 |
-.icon-bookmark { |
1990 |
- background-position: -72px -48px; |
1991 |
-} |
1992 |
- |
1993 |
-.icon-print { |
1994 |
- background-position: -96px -48px; |
1995 |
-} |
1996 |
- |
1997 |
-.icon-camera { |
1998 |
- background-position: -120px -48px; |
1999 |
-} |
2000 |
- |
2001 |
-.icon-font { |
2002 |
- background-position: -144px -48px; |
2003 |
-} |
2004 |
- |
2005 |
-.icon-bold { |
2006 |
- background-position: -167px -48px; |
2007 |
-} |
2008 |
- |
2009 |
-.icon-italic { |
2010 |
- background-position: -192px -48px; |
2011 |
-} |
2012 |
- |
2013 |
-.icon-text-height { |
2014 |
- background-position: -216px -48px; |
2015 |
-} |
2016 |
- |
2017 |
-.icon-text-width { |
2018 |
- background-position: -240px -48px; |
2019 |
-} |
2020 |
- |
2021 |
-.icon-align-left { |
2022 |
- background-position: -264px -48px; |
2023 |
-} |
2024 |
- |
2025 |
-.icon-align-center { |
2026 |
- background-position: -288px -48px; |
2027 |
-} |
2028 |
- |
2029 |
-.icon-align-right { |
2030 |
- background-position: -312px -48px; |
2031 |
-} |
2032 |
- |
2033 |
-.icon-align-justify { |
2034 |
- background-position: -336px -48px; |
2035 |
-} |
2036 |
- |
2037 |
-.icon-list { |
2038 |
- background-position: -360px -48px; |
2039 |
-} |
2040 |
- |
2041 |
-.icon-indent-left { |
2042 |
- background-position: -384px -48px; |
2043 |
-} |
2044 |
- |
2045 |
-.icon-indent-right { |
2046 |
- background-position: -408px -48px; |
2047 |
-} |
2048 |
- |
2049 |
-.icon-facetime-video { |
2050 |
- background-position: -432px -48px; |
2051 |
-} |
2052 |
- |
2053 |
-.icon-picture { |
2054 |
- background-position: -456px -48px; |
2055 |
-} |
2056 |
- |
2057 |
-.icon-pencil { |
2058 |
- background-position: 0 -72px; |
2059 |
-} |
2060 |
- |
2061 |
-.icon-map-marker { |
2062 |
- background-position: -24px -72px; |
2063 |
-} |
2064 |
- |
2065 |
-.icon-adjust { |
2066 |
- background-position: -48px -72px; |
2067 |
-} |
2068 |
- |
2069 |
-.icon-tint { |
2070 |
- background-position: -72px -72px; |
2071 |
-} |
2072 |
- |
2073 |
-.icon-edit { |
2074 |
- background-position: -96px -72px; |
2075 |
-} |
2076 |
- |
2077 |
-.icon-share { |
2078 |
- background-position: -120px -72px; |
2079 |
-} |
2080 |
- |
2081 |
-.icon-check { |
2082 |
- background-position: -144px -72px; |
2083 |
-} |
2084 |
- |
2085 |
-.icon-move { |
2086 |
- background-position: -168px -72px; |
2087 |
-} |
2088 |
- |
2089 |
-.icon-step-backward { |
2090 |
- background-position: -192px -72px; |
2091 |
-} |
2092 |
- |
2093 |
-.icon-fast-backward { |
2094 |
- background-position: -216px -72px; |
2095 |
-} |
2096 |
- |
2097 |
-.icon-backward { |
2098 |
- background-position: -240px -72px; |
2099 |
-} |
2100 |
- |
2101 |
-.icon-play { |
2102 |
- background-position: -264px -72px; |
2103 |
-} |
2104 |
- |
2105 |
-.icon-pause { |
2106 |
- background-position: -288px -72px; |
2107 |
-} |
2108 |
- |
2109 |
-.icon-stop { |
2110 |
- background-position: -312px -72px; |
2111 |
-} |
2112 |
- |
2113 |
-.icon-forward { |
2114 |
- background-position: -336px -72px; |
2115 |
-} |
2116 |
- |
2117 |
-.icon-fast-forward { |
2118 |
- background-position: -360px -72px; |
2119 |
-} |
2120 |
- |
2121 |
-.icon-step-forward { |
2122 |
- background-position: -384px -72px; |
2123 |
-} |
2124 |
- |
2125 |
-.icon-eject { |
2126 |
- background-position: -408px -72px; |
2127 |
-} |
2128 |
- |
2129 |
-.icon-chevron-left { |
2130 |
- background-position: -432px -72px; |
2131 |
-} |
2132 |
- |
2133 |
-.icon-chevron-right { |
2134 |
- background-position: -456px -72px; |
2135 |
-} |
2136 |
- |
2137 |
-.icon-plus-sign { |
2138 |
- background-position: 0 -96px; |
2139 |
-} |
2140 |
- |
2141 |
-.icon-minus-sign { |
2142 |
- background-position: -24px -96px; |
2143 |
-} |
2144 |
- |
2145 |
-.icon-remove-sign { |
2146 |
- background-position: -48px -96px; |
2147 |
-} |
2148 |
- |
2149 |
-.icon-ok-sign { |
2150 |
- background-position: -72px -96px; |
2151 |
-} |
2152 |
- |
2153 |
-.icon-question-sign { |
2154 |
- background-position: -96px -96px; |
2155 |
-} |
2156 |
- |
2157 |
-.icon-info-sign { |
2158 |
- background-position: -120px -96px; |
2159 |
-} |
2160 |
- |
2161 |
-.icon-screenshot { |
2162 |
- background-position: -144px -96px; |
2163 |
-} |
2164 |
- |
2165 |
-.icon-remove-circle { |
2166 |
- background-position: -168px -96px; |
2167 |
-} |
2168 |
- |
2169 |
-.icon-ok-circle { |
2170 |
- background-position: -192px -96px; |
2171 |
-} |
2172 |
- |
2173 |
-.icon-ban-circle { |
2174 |
- background-position: -216px -96px; |
2175 |
-} |
2176 |
- |
2177 |
-.icon-arrow-left { |
2178 |
- background-position: -240px -96px; |
2179 |
-} |
2180 |
- |
2181 |
-.icon-arrow-right { |
2182 |
- background-position: -264px -96px; |
2183 |
-} |
2184 |
- |
2185 |
-.icon-arrow-up { |
2186 |
- background-position: -289px -96px; |
2187 |
-} |
2188 |
- |
2189 |
-.icon-arrow-down { |
2190 |
- background-position: -312px -96px; |
2191 |
-} |
2192 |
- |
2193 |
-.icon-share-alt { |
2194 |
- background-position: -336px -96px; |
2195 |
-} |
2196 |
- |
2197 |
-.icon-resize-full { |
2198 |
- background-position: -360px -96px; |
2199 |
-} |
2200 |
- |
2201 |
-.icon-resize-small { |
2202 |
- background-position: -384px -96px; |
2203 |
-} |
2204 |
- |
2205 |
-.icon-plus { |
2206 |
- background-position: -408px -96px; |
2207 |
-} |
2208 |
- |
2209 |
-.icon-minus { |
2210 |
- background-position: -433px -96px; |
2211 |
-} |
2212 |
- |
2213 |
-.icon-asterisk { |
2214 |
- background-position: -456px -96px; |
2215 |
-} |
2216 |
- |
2217 |
-.icon-exclamation-sign { |
2218 |
- background-position: 0 -120px; |
2219 |
-} |
2220 |
- |
2221 |
-.icon-gift { |
2222 |
- background-position: -24px -120px; |
2223 |
-} |
2224 |
- |
2225 |
-.icon-leaf { |
2226 |
- background-position: -48px -120px; |
2227 |
-} |
2228 |
- |
2229 |
-.icon-fire { |
2230 |
- background-position: -72px -120px; |
2231 |
-} |
2232 |
- |
2233 |
-.icon-eye-open { |
2234 |
- background-position: -96px -120px; |
2235 |
-} |
2236 |
- |
2237 |
-.icon-eye-close { |
2238 |
- background-position: -120px -120px; |
2239 |
-} |
2240 |
- |
2241 |
-.icon-warning-sign { |
2242 |
- background-position: -144px -120px; |
2243 |
-} |
2244 |
- |
2245 |
-.icon-plane { |
2246 |
- background-position: -168px -120px; |
2247 |
-} |
2248 |
- |
2249 |
-.icon-calendar { |
2250 |
- background-position: -192px -120px; |
2251 |
-} |
2252 |
- |
2253 |
-.icon-random { |
2254 |
- background-position: -216px -120px; |
2255 |
-} |
2256 |
- |
2257 |
-.icon-comment { |
2258 |
- background-position: -240px -120px; |
2259 |
-} |
2260 |
- |
2261 |
-.icon-magnet { |
2262 |
- background-position: -264px -120px; |
2263 |
-} |
2264 |
- |
2265 |
-.icon-chevron-up { |
2266 |
- background-position: -288px -120px; |
2267 |
-} |
2268 |
- |
2269 |
-.icon-chevron-down { |
2270 |
- background-position: -313px -119px; |
2271 |
-} |
2272 |
- |
2273 |
-.icon-retweet { |
2274 |
- background-position: -336px -120px; |
2275 |
-} |
2276 |
- |
2277 |
-.icon-shopping-cart { |
2278 |
- background-position: -360px -120px; |
2279 |
-} |
2280 |
- |
2281 |
-.icon-folder-close { |
2282 |
- background-position: -384px -120px; |
2283 |
-} |
2284 |
- |
2285 |
-.icon-folder-open { |
2286 |
- background-position: -408px -120px; |
2287 |
-} |
2288 |
- |
2289 |
-.icon-resize-vertical { |
2290 |
- background-position: -432px -119px; |
2291 |
-} |
2292 |
- |
2293 |
-.icon-resize-horizontal { |
2294 |
- background-position: -456px -118px; |
2295 |
-} |
2296 |
- |
2297 |
-.icon-hdd { |
2298 |
- background-position: 0 -144px; |
2299 |
-} |
2300 |
- |
2301 |
-.icon-bullhorn { |
2302 |
- background-position: -24px -144px; |
2303 |
-} |
2304 |
- |
2305 |
-.icon-bell { |
2306 |
- background-position: -48px -144px; |
2307 |
-} |
2308 |
- |
2309 |
-.icon-certificate { |
2310 |
- background-position: -72px -144px; |
2311 |
-} |
2312 |
- |
2313 |
-.icon-thumbs-up { |
2314 |
- background-position: -96px -144px; |
2315 |
-} |
2316 |
- |
2317 |
-.icon-thumbs-down { |
2318 |
- background-position: -120px -144px; |
2319 |
-} |
2320 |
- |
2321 |
-.icon-hand-right { |
2322 |
- background-position: -144px -144px; |
2323 |
-} |
2324 |
- |
2325 |
-.icon-hand-left { |
2326 |
- background-position: -168px -144px; |
2327 |
-} |
2328 |
- |
2329 |
-.icon-hand-up { |
2330 |
- background-position: -192px -144px; |
2331 |
-} |
2332 |
- |
2333 |
-.icon-hand-down { |
2334 |
- background-position: -216px -144px; |
2335 |
-} |
2336 |
- |
2337 |
-.icon-circle-arrow-right { |
2338 |
- background-position: -240px -144px; |
2339 |
-} |
2340 |
- |
2341 |
-.icon-circle-arrow-left { |
2342 |
- background-position: -264px -144px; |
2343 |
-} |
2344 |
- |
2345 |
-.icon-circle-arrow-up { |
2346 |
- background-position: -288px -144px; |
2347 |
-} |
2348 |
- |
2349 |
-.icon-circle-arrow-down { |
2350 |
- background-position: -312px -144px; |
2351 |
-} |
2352 |
- |
2353 |
-.icon-globe { |
2354 |
- background-position: -336px -144px; |
2355 |
-} |
2356 |
- |
2357 |
-.icon-wrench { |
2358 |
- background-position: -360px -144px; |
2359 |
-} |
2360 |
- |
2361 |
-.icon-tasks { |
2362 |
- background-position: -384px -144px; |
2363 |
-} |
2364 |
- |
2365 |
-.icon-filter { |
2366 |
- background-position: -408px -144px; |
2367 |
-} |
2368 |
- |
2369 |
-.icon-briefcase { |
2370 |
- background-position: -432px -144px; |
2371 |
-} |
2372 |
- |
2373 |
-.icon-fullscreen { |
2374 |
- background-position: -456px -144px; |
2375 |
-} |
2376 |
- |
2377 |
-.dropup, |
2378 |
-.dropdown { |
2379 |
- position: relative; |
2380 |
-} |
2381 |
- |
2382 |
-.dropdown-toggle { |
2383 |
- *margin-bottom: -3px; |
2384 |
-} |
2385 |
- |
2386 |
-.dropdown-toggle:active, |
2387 |
-.open .dropdown-toggle { |
2388 |
- outline: 0; |
2389 |
-} |
2390 |
- |
2391 |
-.caret { |
2392 |
- display: inline-block; |
2393 |
- width: 0; |
2394 |
- height: 0; |
2395 |
- vertical-align: top; |
2396 |
- border-top: 4px solid #000000; |
2397 |
- border-right: 4px solid transparent; |
2398 |
- border-left: 4px solid transparent; |
2399 |
- content: ""; |
2400 |
- opacity: 0.3; |
2401 |
- filter: alpha(opacity=30); |
2402 |
-} |
2403 |
- |
2404 |
-.dropdown .caret { |
2405 |
- margin-top: 8px; |
2406 |
- margin-left: 2px; |
2407 |
-} |
2408 |
- |
2409 |
-.dropdown:hover .caret, |
2410 |
-.open .caret { |
2411 |
- opacity: 1; |
2412 |
- filter: alpha(opacity=100); |
2413 |
-} |
2414 |
- |
2415 |
-.dropdown-menu { |
2416 |
- position: absolute; |
2417 |
- top: 100%; |
2418 |
- left: 0; |
2419 |
- z-index: 1000; |
2420 |
- display: none; |
2421 |
- float: left; |
2422 |
- min-width: 160px; |
2423 |
- padding: 4px 0; |
2424 |
- margin: 1px 0 0; |
2425 |
- list-style: none; |
2426 |
- background-color: #ffffff; |
2427 |
- border: 1px solid #ccc; |
2428 |
- border: 1px solid rgba(0, 0, 0, 0.2); |
2429 |
- *border-right-width: 2px; |
2430 |
- *border-bottom-width: 2px; |
2431 |
- -webkit-border-radius: 5px; |
2432 |
- -moz-border-radius: 5px; |
2433 |
- border-radius: 5px; |
2434 |
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
2435 |
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
2436 |
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
2437 |
- -webkit-background-clip: padding-box; |
2438 |
- -moz-background-clip: padding; |
2439 |
- background-clip: padding-box; |
2440 |
-} |
2441 |
- |
2442 |
-.dropdown-menu.pull-right { |
2443 |
- right: 0; |
2444 |
- left: auto; |
2445 |
-} |
2446 |
- |
2447 |
-.dropdown-menu .divider { |
2448 |
- *width: 100%; |
2449 |
- height: 1px; |
2450 |
- margin: 8px 1px; |
2451 |
- *margin: -5px 0 5px; |
2452 |
- overflow: hidden; |
2453 |
- background-color: #e5e5e5; |
2454 |
- border-bottom: 1px solid #ffffff; |
2455 |
-} |
2456 |
- |
2457 |
-.dropdown-menu a { |
2458 |
- display: block; |
2459 |
- padding: 3px 15px; |
2460 |
- clear: both; |
2461 |
- font-weight: normal; |
2462 |
- line-height: 18px; |
2463 |
- color: #333333; |
2464 |
- white-space: nowrap; |
2465 |
-} |
2466 |
- |
2467 |
-.dropdown-menu li > a:hover, |
2468 |
-.dropdown-menu .active > a, |
2469 |
-.dropdown-menu .active > a:hover { |
2470 |
- color: #ffffff; |
2471 |
- text-decoration: none; |
2472 |
- background-color: #0088cc; |
2473 |
-} |
2474 |
- |
2475 |
-.open { |
2476 |
- *z-index: 1000; |
2477 |
-} |
2478 |
- |
2479 |
-.open > .dropdown-menu { |
2480 |
- display: block; |
2481 |
-} |
2482 |
- |
2483 |
-.pull-right > .dropdown-menu { |
2484 |
- right: 0; |
2485 |
- left: auto; |
2486 |
-} |
2487 |
- |
2488 |
-.dropup .caret, |
2489 |
-.navbar-fixed-bottom .dropdown .caret { |
2490 |
- border-top: 0; |
2491 |
- border-bottom: 4px solid #000000; |
2492 |
- content: "\2191"; |
2493 |
-} |
2494 |
- |
2495 |
-.dropup .dropdown-menu, |
2496 |
-.navbar-fixed-bottom .dropdown .dropdown-menu { |
2497 |
- top: auto; |
2498 |
- bottom: 100%; |
2499 |
- margin-bottom: 1px; |
2500 |
-} |
2501 |
- |
2502 |
-.typeahead { |
2503 |
- margin-top: 2px; |
2504 |
- -webkit-border-radius: 4px; |
2505 |
- -moz-border-radius: 4px; |
2506 |
- border-radius: 4px; |
2507 |
-} |
2508 |
- |
2509 |
-.well { |
2510 |
- min-height: 20px; |
2511 |
- padding: 19px; |
2512 |
- margin-bottom: 20px; |
2513 |
- background-color: #f5f5f5; |
2514 |
- border: 1px solid #eee; |
2515 |
- border: 1px solid rgba(0, 0, 0, 0.05); |
2516 |
- -webkit-border-radius: 4px; |
2517 |
- -moz-border-radius: 4px; |
2518 |
- border-radius: 4px; |
2519 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
2520 |
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
2521 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
2522 |
-} |
2523 |
- |
2524 |
-.well blockquote { |
2525 |
- border-color: #ddd; |
2526 |
- border-color: rgba(0, 0, 0, 0.15); |
2527 |
-} |
2528 |
- |
2529 |
-.well-large { |
2530 |
- padding: 24px; |
2531 |
- -webkit-border-radius: 6px; |
2532 |
- -moz-border-radius: 6px; |
2533 |
- border-radius: 6px; |
2534 |
-} |
2535 |
- |
2536 |
-.well-small { |
2537 |
- padding: 9px; |
2538 |
- -webkit-border-radius: 3px; |
2539 |
- -moz-border-radius: 3px; |
2540 |
- border-radius: 3px; |
2541 |
-} |
2542 |
- |
2543 |
-.fade { |
2544 |
- opacity: 0; |
2545 |
- -webkit-transition: opacity 0.15s linear; |
2546 |
- -moz-transition: opacity 0.15s linear; |
2547 |
- -ms-transition: opacity 0.15s linear; |
2548 |
- -o-transition: opacity 0.15s linear; |
2549 |
- transition: opacity 0.15s linear; |
2550 |
-} |
2551 |
- |
2552 |
-.fade.in { |
2553 |
- opacity: 1; |
2554 |
-} |
2555 |
- |
2556 |
-.collapse { |
2557 |
- position: relative; |
2558 |
- height: 0; |
2559 |
- overflow: hidden; |
2560 |
- -webkit-transition: height 0.35s ease; |
2561 |
- -moz-transition: height 0.35s ease; |
2562 |
- -ms-transition: height 0.35s ease; |
2563 |
- -o-transition: height 0.35s ease; |
2564 |
- transition: height 0.35s ease; |
2565 |
-} |
2566 |
- |
2567 |
-.collapse.in { |
2568 |
- height: auto; |
2569 |
-} |
2570 |
- |
2571 |
-.close { |
2572 |
- float: right; |
2573 |
- font-size: 20px; |
2574 |
- font-weight: bold; |
2575 |
- line-height: 18px; |
2576 |
- color: #000000; |
2577 |
- text-shadow: 0 1px 0 #ffffff; |
2578 |
- opacity: 0.2; |
2579 |
- filter: alpha(opacity=20); |
2580 |
-} |
2581 |
- |
2582 |
-.close:hover { |
2583 |
- color: #000000; |
2584 |
- text-decoration: none; |
2585 |
- cursor: pointer; |
2586 |
- opacity: 0.4; |
2587 |
- filter: alpha(opacity=40); |
2588 |
-} |
2589 |
- |
2590 |
-button.close { |
2591 |
- padding: 0; |
2592 |
- cursor: pointer; |
2593 |
- background: transparent; |
2594 |
- border: 0; |
2595 |
- -webkit-appearance: none; |
2596 |
-} |
2597 |
- |
2598 |
-.btn { |
2599 |
- display: inline-block; |
2600 |
- *display: inline; |
2601 |
- padding: 4px 10px 4px; |
2602 |
- margin-bottom: 0; |
2603 |
- *margin-left: .3em; |
2604 |
- font-size: 13px; |
2605 |
- line-height: 18px; |
2606 |
- *line-height: 20px; |
2607 |
- color: #333333; |
2608 |
- text-align: center; |
2609 |
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
2610 |
- vertical-align: middle; |
2611 |
- cursor: pointer; |
2612 |
- background-color: #f5f5f5; |
2613 |
- *background-color: #e6e6e6; |
2614 |
- background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); |
2615 |
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); |
2616 |
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); |
2617 |
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); |
2618 |
- background-image: linear-gradient(top, #ffffff, #e6e6e6); |
2619 |
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); |
2620 |
- background-repeat: repeat-x; |
2621 |
- border: 1px solid #cccccc; |
2622 |
- *border: 0; |
2623 |
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
2624 |
- border-color: #e6e6e6 #e6e6e6 #bfbfbf; |
2625 |
- border-bottom-color: #b3b3b3; |
2626 |
- -webkit-border-radius: 4px; |
2627 |
- -moz-border-radius: 4px; |
2628 |
- border-radius: 4px; |
2629 |
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
2630 |
- filter: progid:dximagetransform.microsoft.gradient(enabled=false); |
2631 |
- *zoom: 1; |
2632 |
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
2633 |
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
2634 |
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
2635 |
-} |
2636 |
- |
2637 |
-.btn:hover, |
2638 |
-.btn:active, |
2639 |
-.btn.active, |
2640 |
-.btn.disabled, |
2641 |
-.btn[disabled] { |
2642 |
- background-color: #e6e6e6; |
2643 |
- *background-color: #d9d9d9; |
2644 |
-} |
2645 |
- |
2646 |
-.btn:active, |
2647 |
-.btn.active { |
2648 |
- background-color: #cccccc \9; |
2649 |
-} |
2650 |
- |
2651 |
-.btn:first-child { |
2652 |
- *margin-left: 0; |
2653 |
-} |
2654 |
- |
2655 |
-.btn:hover { |
2656 |
- color: #333333; |
2657 |
- text-decoration: none; |
2658 |
- background-color: #e6e6e6; |
2659 |
- *background-color: #d9d9d9; |
2660 |
- /* Buttons in IE7 don't get borders, so darken on hover */ |
2661 |
- |
2662 |
- background-position: 0 -15px; |
2663 |
- -webkit-transition: background-position 0.1s linear; |
2664 |
- -moz-transition: background-position 0.1s linear; |
2665 |
- -ms-transition: background-position 0.1s linear; |
2666 |
- -o-transition: background-position 0.1s linear; |
2667 |