jombo 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.0.0
2
+ * Bootstrap v2.0.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -19,7 +19,9 @@ nav,
19
19
  section {
20
20
  display: block;
21
21
  }
22
- audio, canvas, video {
22
+ audio,
23
+ canvas,
24
+ video {
23
25
  display: inline-block;
24
26
  *display: inline;
25
27
  *zoom: 1;
@@ -33,14 +35,16 @@ html {
33
35
  -ms-text-size-adjust: 100%;
34
36
  }
35
37
  a:focus {
36
- outline: thin dotted;
38
+ outline: thin dotted #333;
37
39
  outline: 5px auto -webkit-focus-ring-color;
38
40
  outline-offset: -2px;
39
41
  }
40
- a:hover, a:active {
42
+ a:hover,
43
+ a:active {
41
44
  outline: 0;
42
45
  }
43
- sub, sup {
46
+ sub,
47
+ sup {
44
48
  position: relative;
45
49
  font-size: 75%;
46
50
  line-height: 0;
@@ -53,10 +57,10 @@ sub {
53
57
  bottom: -0.25em;
54
58
  }
55
59
  img {
56
- max-width: 100%;
57
60
  height: auto;
58
61
  border: 0;
59
62
  -ms-interpolation-mode: bicubic;
63
+ vertical-align: middle;
60
64
  }
61
65
  button,
62
66
  input,
@@ -66,11 +70,13 @@ textarea {
66
70
  font-size: 100%;
67
71
  vertical-align: middle;
68
72
  }
69
- button, input {
73
+ button,
74
+ input {
70
75
  *overflow: visible;
71
76
  line-height: normal;
72
77
  }
73
- button::-moz-focus-inner, input::-moz-focus-inner {
78
+ button::-moz-focus-inner,
79
+ input::-moz-focus-inner {
74
80
  padding: 0;
75
81
  border: 0;
76
82
  }
@@ -87,13 +93,45 @@ input[type="search"] {
87
93
  -moz-box-sizing: content-box;
88
94
  box-sizing: content-box;
89
95
  }
90
- input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
96
+ input[type="search"]::-webkit-search-decoration,
97
+ input[type="search"]::-webkit-search-cancel-button {
91
98
  -webkit-appearance: none;
92
99
  }
93
100
  textarea {
94
101
  overflow: auto;
95
102
  vertical-align: top;
96
103
  }
104
+ .clearfix {
105
+ *zoom: 1;
106
+ }
107
+ .clearfix:before,
108
+ .clearfix:after {
109
+ display: table;
110
+ content: "";
111
+ }
112
+ .clearfix:after {
113
+ clear: both;
114
+ }
115
+ .hide-text {
116
+ border: 0;
117
+ font: 0/0 a;
118
+ text-shadow: none;
119
+ color: transparent;
120
+ background-color: transparent;
121
+ }
122
+ .input-block-level {
123
+ display: block;
124
+ width: 100%;
125
+ min-height: 28px;
126
+ /* Make inputs at least the height of their button counterpart */
127
+
128
+ /* Makes inputs behave like true block-level elements */
129
+
130
+ -webkit-box-sizing: border-box;
131
+ -moz-box-sizing: border-box;
132
+ -ms-box-sizing: border-box;
133
+ box-sizing: border-box;
134
+ }
97
135
  body {
98
136
  margin: 0;
99
137
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -114,7 +152,8 @@ a:hover {
114
152
  margin-left: -20px;
115
153
  *zoom: 1;
116
154
  }
117
- .row:before, .row:after {
155
+ .row:before,
156
+ .row:after {
118
157
  display: table;
119
158
  content: "";
120
159
  }
@@ -125,80 +164,89 @@ a:hover {
125
164
  float: left;
126
165
  margin-left: 20px;
127
166
  }
128
- .span1 {
129
- width: 60px;
167
+ .container,
168
+ .navbar-fixed-top .container,
169
+ .navbar-fixed-bottom .container {
170
+ width: 940px;
130
171
  }
131
- .span2 {
132
- width: 140px;
172
+ .span12 {
173
+ width: 940px;
133
174
  }
134
- .span3 {
135
- width: 220px;
175
+ .span11 {
176
+ width: 860px;
136
177
  }
137
- .span4 {
138
- width: 300px;
178
+ .span10 {
179
+ width: 780px;
139
180
  }
140
- .span5 {
141
- width: 380px;
181
+ .span9 {
182
+ width: 700px;
142
183
  }
143
- .span6 {
144
- width: 460px;
184
+ .span8 {
185
+ width: 620px;
145
186
  }
146
187
  .span7 {
147
188
  width: 540px;
148
189
  }
149
- .span8 {
150
- width: 620px;
190
+ .span6 {
191
+ width: 460px;
151
192
  }
152
- .span9 {
153
- width: 700px;
193
+ .span5 {
194
+ width: 380px;
154
195
  }
155
- .span10 {
156
- width: 780px;
196
+ .span4 {
197
+ width: 300px;
157
198
  }
158
- .span11 {
159
- width: 860px;
199
+ .span3 {
200
+ width: 220px;
160
201
  }
161
- .span12, .container {
162
- width: 940px;
202
+ .span2 {
203
+ width: 140px;
163
204
  }
164
- .offset1 {
165
- margin-left: 100px;
205
+ .span1 {
206
+ width: 60px;
166
207
  }
167
- .offset2 {
168
- margin-left: 180px;
208
+ .offset12 {
209
+ margin-left: 980px;
169
210
  }
170
- .offset3 {
171
- margin-left: 260px;
211
+ .offset11 {
212
+ margin-left: 900px;
172
213
  }
173
- .offset4 {
174
- margin-left: 340px;
214
+ .offset10 {
215
+ margin-left: 820px;
175
216
  }
176
- .offset5 {
177
- margin-left: 420px;
217
+ .offset9 {
218
+ margin-left: 740px;
178
219
  }
179
- .offset6 {
180
- margin-left: 500px;
220
+ .offset8 {
221
+ margin-left: 660px;
181
222
  }
182
223
  .offset7 {
183
224
  margin-left: 580px;
184
225
  }
185
- .offset8 {
186
- margin-left: 660px;
226
+ .offset6 {
227
+ margin-left: 500px;
187
228
  }
188
- .offset9 {
189
- margin-left: 740px;
229
+ .offset5 {
230
+ margin-left: 420px;
190
231
  }
191
- .offset10 {
192
- margin-left: 820px;
232
+ .offset4 {
233
+ margin-left: 340px;
193
234
  }
194
- .offset11 {
195
- margin-left: 900px;
235
+ .offset3 {
236
+ margin-left: 260px;
237
+ }
238
+ .offset2 {
239
+ margin-left: 180px;
240
+ }
241
+ .offset1 {
242
+ margin-left: 100px;
196
243
  }
197
244
  .row-fluid {
198
245
  width: 100%;
199
246
  *zoom: 1;
200
247
  }
201
- .row-fluid:before, .row-fluid:after {
248
+ .row-fluid:before,
249
+ .row-fluid:after {
202
250
  display: table;
203
251
  content: "";
204
252
  }
@@ -212,49 +260,49 @@ a:hover {
212
260
  .row-fluid > [class*="span"]:first-child {
213
261
  margin-left: 0;
214
262
  }
215
- .row-fluid .span1 {
216
- width: 6.382978723%;
217
- }
218
- .row-fluid .span2 {
219
- width: 14.89361702%;
263
+ .row-fluid > .span12 {
264
+ width: 99.99999998999999%;
220
265
  }
221
- .row-fluid .span3 {
222
- width: 23.404255317%;
266
+ .row-fluid > .span11 {
267
+ width: 91.489361693%;
223
268
  }
224
- .row-fluid .span4 {
225
- width: 31.914893614%;
269
+ .row-fluid > .span10 {
270
+ width: 82.97872339599999%;
226
271
  }
227
- .row-fluid .span5 {
228
- width: 40.425531911%;
272
+ .row-fluid > .span9 {
273
+ width: 74.468085099%;
229
274
  }
230
- .row-fluid .span6 {
231
- width: 48.93617020799999%;
275
+ .row-fluid > .span8 {
276
+ width: 65.95744680199999%;
232
277
  }
233
- .row-fluid .span7 {
278
+ .row-fluid > .span7 {
234
279
  width: 57.446808505%;
235
280
  }
236
- .row-fluid .span8 {
237
- width: 65.95744680199999%;
281
+ .row-fluid > .span6 {
282
+ width: 48.93617020799999%;
238
283
  }
239
- .row-fluid .span9 {
240
- width: 74.468085099%;
284
+ .row-fluid > .span5 {
285
+ width: 40.425531911%;
241
286
  }
242
- .row-fluid .span10 {
243
- width: 82.97872339599999%;
287
+ .row-fluid > .span4 {
288
+ width: 31.914893614%;
244
289
  }
245
- .row-fluid .span11 {
246
- width: 91.489361693%;
290
+ .row-fluid > .span3 {
291
+ width: 23.404255317%;
247
292
  }
248
- .row-fluid .span12 {
249
- width: 99.99999998999999%;
293
+ .row-fluid > .span2 {
294
+ width: 14.89361702%;
295
+ }
296
+ .row-fluid > .span1 {
297
+ width: 6.382978723%;
250
298
  }
251
299
  .container {
252
- width: 940px;
253
300
  margin-left: auto;
254
301
  margin-right: auto;
255
302
  *zoom: 1;
256
303
  }
257
- .container:before, .container:after {
304
+ .container:before,
305
+ .container:after {
258
306
  display: table;
259
307
  content: "";
260
308
  }
@@ -266,7 +314,8 @@ a:hover {
266
314
  padding-right: 20px;
267
315
  *zoom: 1;
268
316
  }
269
- .container-fluid:before, .container-fluid:after {
317
+ .container-fluid:before,
318
+ .container-fluid:after {
270
319
  display: table;
271
320
  content: "";
272
321
  }
@@ -296,8 +345,9 @@ h4,
296
345
  h5,
297
346
  h6 {
298
347
  margin: 0;
348
+ font-family: inherit;
299
349
  font-weight: bold;
300
- color: #333333;
350
+ color: inherit;
301
351
  text-rendering: optimizelegibility;
302
352
  }
303
353
  h1 small,
@@ -330,7 +380,9 @@ h3 {
330
380
  h3 small {
331
381
  font-size: 14px;
332
382
  }
333
- h4, h5, h6 {
383
+ h4,
384
+ h5,
385
+ h6 {
334
386
  line-height: 18px;
335
387
  }
336
388
  h4 {
@@ -355,7 +407,8 @@ h6 {
355
407
  .page-header h1 {
356
408
  line-height: 1;
357
409
  }
358
- ul, ol {
410
+ ul,
411
+ ol {
359
412
  padding: 0;
360
413
  margin: 0 0 9px 25px;
361
414
  }
@@ -374,26 +427,38 @@ ol {
374
427
  li {
375
428
  line-height: 18px;
376
429
  }
377
- ul.unstyled {
430
+ ul.unstyled,
431
+ ol.unstyled {
378
432
  margin-left: 0;
379
433
  list-style: none;
380
434
  }
381
435
  dl {
382
436
  margin-bottom: 18px;
383
437
  }
384
- dt, dd {
438
+ dt,
439
+ dd {
385
440
  line-height: 18px;
386
441
  }
387
442
  dt {
388
443
  font-weight: bold;
444
+ line-height: 17px;
389
445
  }
390
446
  dd {
391
447
  margin-left: 9px;
392
448
  }
449
+ .dl-horizontal dt {
450
+ float: left;
451
+ clear: left;
452
+ width: 120px;
453
+ text-align: right;
454
+ }
455
+ .dl-horizontal dd {
456
+ margin-left: 130px;
457
+ }
393
458
  hr {
394
459
  margin: 18px 0;
395
460
  border: 0;
396
- border-top: 1px solid #e5e5e5;
461
+ border-top: 1px solid #eeeeee;
397
462
  border-bottom: 1px solid #ffffff;
398
463
  }
399
464
  strong {
@@ -405,12 +470,14 @@ em {
405
470
  .muted {
406
471
  color: #999999;
407
472
  }
408
- abbr {
409
- font-size: 90%;
410
- text-transform: uppercase;
473
+ abbr[title] {
411
474
  border-bottom: 1px dotted #ddd;
412
475
  cursor: help;
413
476
  }
477
+ abbr.initialism {
478
+ font-size: 90%;
479
+ text-transform: uppercase;
480
+ }
414
481
  blockquote {
415
482
  padding: 0 0 0 15px;
416
483
  margin: 0 0 18px;
@@ -437,7 +504,8 @@ blockquote.pull-right {
437
504
  border-left: 0;
438
505
  border-right: 5px solid #eeeeee;
439
506
  }
440
- blockquote.pull-right p, blockquote.pull-right small {
507
+ blockquote.pull-right p,
508
+ blockquote.pull-right small {
441
509
  text-align: right;
442
510
  }
443
511
  q:before,
@@ -458,7 +526,8 @@ small {
458
526
  cite {
459
527
  font-style: normal;
460
528
  }
461
- code, pre {
529
+ code,
530
+ pre {
462
531
  padding: 0 3px 2px;
463
532
  font-family: Menlo, Monaco, "Courier New", monospace;
464
533
  font-size: 12px;
@@ -468,7 +537,7 @@ code, pre {
468
537
  border-radius: 3px;
469
538
  }
470
539
  code {
471
- padding: 3px 4px;
540
+ padding: 2px 4px;
472
541
  color: #d14;
473
542
  background-color: #f7f7f9;
474
543
  border: 1px solid #e1e1e8;
@@ -477,7 +546,7 @@ pre {
477
546
  display: block;
478
547
  padding: 8.5px;
479
548
  margin: 0 0 9px;
480
- font-size: 12px;
549
+ font-size: 12.025px;
481
550
  line-height: 18px;
482
551
  background-color: #f5f5f5;
483
552
  border: 1px solid #ccc;
@@ -488,13 +557,20 @@ pre {
488
557
  white-space: pre;
489
558
  white-space: pre-wrap;
490
559
  word-break: break-all;
560
+ word-wrap: break-word;
491
561
  }
492
562
  pre.prettyprint {
493
563
  margin-bottom: 18px;
494
564
  }
495
565
  pre code {
496
566
  padding: 0;
567
+ color: inherit;
497
568
  background-color: transparent;
569
+ border: 0;
570
+ }
571
+ .pre-scrollable {
572
+ max-height: 340px;
573
+ overflow-y: scroll;
498
574
  }
499
575
  form {
500
576
  margin: 0 0 18px;
@@ -515,16 +591,25 @@ legend {
515
591
  border: 0;
516
592
  border-bottom: 1px solid #eee;
517
593
  }
594
+ legend small {
595
+ font-size: 13.5px;
596
+ color: #999999;
597
+ }
518
598
  label,
519
599
  input,
520
600
  button,
521
601
  select,
522
602
  textarea {
523
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
524
603
  font-size: 13px;
525
604
  font-weight: normal;
526
605
  line-height: 18px;
527
606
  }
607
+ input,
608
+ button,
609
+ select,
610
+ textarea {
611
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
612
+ }
528
613
  label {
529
614
  display: block;
530
615
  margin-bottom: 5px;
@@ -542,7 +627,7 @@ select,
542
627
  font-size: 13px;
543
628
  line-height: 18px;
544
629
  color: #555555;
545
- border: 1px solid #ccc;
630
+ border: 1px solid #cccccc;
546
631
  -webkit-border-radius: 3px;
547
632
  -moz-border-radius: 3px;
548
633
  border-radius: 3px;
@@ -551,10 +636,14 @@ select,
551
636
  width: auto;
552
637
  height: auto;
553
638
  }
554
- label input, label textarea, label select {
639
+ label input,
640
+ label textarea,
641
+ label select {
555
642
  display: block;
556
643
  }
557
- input[type="image"], input[type="checkbox"], input[type="radio"] {
644
+ input[type="image"],
645
+ input[type="checkbox"],
646
+ input[type="radio"] {
558
647
  width: auto;
559
648
  height: auto;
560
649
  padding: 0;
@@ -563,11 +652,19 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
563
652
  /* IE7 */
564
653
 
565
654
  line-height: normal;
566
- border: 0;
567
655
  cursor: pointer;
656
+ -webkit-border-radius: 0;
657
+ -moz-border-radius: 0;
568
658
  border-radius: 0;
659
+ border: 0 \9;
660
+ /* IE9 and down */
661
+
662
+ }
663
+ input[type="image"] {
664
+ border: 0;
569
665
  }
570
666
  input[type="file"] {
667
+ width: auto;
571
668
  padding: initial;
572
669
  line-height: initial;
573
670
  border: initial;
@@ -577,11 +674,14 @@ input[type="file"] {
577
674
  -moz-box-shadow: none;
578
675
  box-shadow: none;
579
676
  }
580
- input[type="button"], input[type="reset"], input[type="submit"] {
677
+ input[type="button"],
678
+ input[type="reset"],
679
+ input[type="submit"] {
581
680
  width: auto;
582
681
  height: auto;
583
682
  }
584
- select, input[type="file"] {
683
+ select,
684
+ input[type="file"] {
585
685
  height: 28px;
586
686
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
587
687
 
@@ -590,11 +690,15 @@ select, input[type="file"] {
590
690
 
591
691
  line-height: 28px;
592
692
  }
693
+ input[type="file"] {
694
+ line-height: 18px \9;
695
+ }
593
696
  select {
594
697
  width: 220px;
595
698
  background-color: #ffffff;
596
699
  }
597
- select[multiple], select[size] {
700
+ select[multiple],
701
+ select[size] {
598
702
  height: auto;
599
703
  }
600
704
  input[type="image"] {
@@ -608,28 +712,32 @@ textarea {
608
712
  input[type="hidden"] {
609
713
  display: none;
610
714
  }
611
- .radio, .checkbox {
715
+ .radio,
716
+ .checkbox {
612
717
  padding-left: 18px;
613
718
  }
614
- .radio input[type="radio"], .checkbox input[type="checkbox"] {
719
+ .radio input[type="radio"],
720
+ .checkbox input[type="checkbox"] {
615
721
  float: left;
616
722
  margin-left: -18px;
617
723
  }
618
- .controls > .radio:first-child, .controls > .checkbox:first-child {
724
+ .controls > .radio:first-child,
725
+ .controls > .checkbox:first-child {
619
726
  padding-top: 5px;
620
727
  }
621
- .radio.inline, .checkbox.inline {
728
+ .radio.inline,
729
+ .checkbox.inline {
622
730
  display: inline-block;
731
+ padding-top: 5px;
623
732
  margin-bottom: 0;
624
733
  vertical-align: middle;
625
734
  }
626
- .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
735
+ .radio.inline + .radio.inline,
736
+ .checkbox.inline + .checkbox.inline {
627
737
  margin-left: 10px;
628
738
  }
629
- .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
630
- padding-top: 0;
631
- }
632
- input, textarea {
739
+ input,
740
+ textarea {
633
741
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
634
742
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
635
743
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -639,21 +747,25 @@ input, textarea {
639
747
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
640
748
  transition: border linear 0.2s, box-shadow linear 0.2s;
641
749
  }
642
- input:focus, textarea:focus {
750
+ input:focus,
751
+ textarea:focus {
643
752
  border-color: rgba(82, 168, 236, 0.8);
644
753
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
645
754
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
646
755
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
647
756
  outline: 0;
648
757
  outline: thin dotted \9;
649
- /* IE6-8 */
758
+ /* IE6-9 */
650
759
 
651
760
  }
652
- input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
761
+ input[type="file"]:focus,
762
+ input[type="radio"]:focus,
763
+ input[type="checkbox"]:focus,
764
+ select:focus {
653
765
  -webkit-box-shadow: none;
654
766
  -moz-box-shadow: none;
655
767
  box-shadow: none;
656
- outline: thin dotted;
768
+ outline: thin dotted #333;
657
769
  outline: 5px auto -webkit-focus-ring-color;
658
770
  outline-offset: -2px;
659
771
  }
@@ -682,41 +794,46 @@ textarea[class*="span"],
682
794
  float: none;
683
795
  margin-left: 0;
684
796
  }
685
- input.span1, textarea.span1, .uneditable-input.span1 {
686
- width: 50px;
797
+ input,
798
+ textarea,
799
+ .uneditable-input {
800
+ margin-left: 0;
687
801
  }
688
- input.span2, textarea.span2, .uneditable-input.span2 {
689
- width: 130px;
802
+ input.span12, textarea.span12, .uneditable-input.span12 {
803
+ width: 930px;
690
804
  }
691
- input.span3, textarea.span3, .uneditable-input.span3 {
692
- width: 210px;
805
+ input.span11, textarea.span11, .uneditable-input.span11 {
806
+ width: 850px;
693
807
  }
694
- input.span4, textarea.span4, .uneditable-input.span4 {
695
- width: 290px;
808
+ input.span10, textarea.span10, .uneditable-input.span10 {
809
+ width: 770px;
696
810
  }
697
- input.span5, textarea.span5, .uneditable-input.span5 {
698
- width: 370px;
811
+ input.span9, textarea.span9, .uneditable-input.span9 {
812
+ width: 690px;
699
813
  }
700
- input.span6, textarea.span6, .uneditable-input.span6 {
701
- width: 450px;
814
+ input.span8, textarea.span8, .uneditable-input.span8 {
815
+ width: 610px;
702
816
  }
703
817
  input.span7, textarea.span7, .uneditable-input.span7 {
704
818
  width: 530px;
705
819
  }
706
- input.span8, textarea.span8, .uneditable-input.span8 {
707
- width: 610px;
820
+ input.span6, textarea.span6, .uneditable-input.span6 {
821
+ width: 450px;
708
822
  }
709
- input.span9, textarea.span9, .uneditable-input.span9 {
710
- width: 690px;
823
+ input.span5, textarea.span5, .uneditable-input.span5 {
824
+ width: 370px;
711
825
  }
712
- input.span10, textarea.span10, .uneditable-input.span10 {
713
- width: 770px;
826
+ input.span4, textarea.span4, .uneditable-input.span4 {
827
+ width: 290px;
714
828
  }
715
- input.span11, textarea.span11, .uneditable-input.span11 {
716
- width: 850px;
829
+ input.span3, textarea.span3, .uneditable-input.span3 {
830
+ width: 210px;
717
831
  }
718
- input.span12, textarea.span12, .uneditable-input.span12 {
719
- width: 930px;
832
+ input.span2, textarea.span2, .uneditable-input.span2 {
833
+ width: 130px;
834
+ }
835
+ input.span1, textarea.span1, .uneditable-input.span1 {
836
+ width: 50px;
720
837
  }
721
838
  input[disabled],
722
839
  select[disabled],
@@ -724,69 +841,94 @@ textarea[disabled],
724
841
  input[readonly],
725
842
  select[readonly],
726
843
  textarea[readonly] {
727
- background-color: #f5f5f5;
844
+ background-color: #eeeeee;
728
845
  border-color: #ddd;
729
846
  cursor: not-allowed;
730
847
  }
731
- .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
848
+ .control-group.warning > label,
849
+ .control-group.warning .help-block,
850
+ .control-group.warning .help-inline {
732
851
  color: #c09853;
733
852
  }
734
- .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
853
+ .control-group.warning input,
854
+ .control-group.warning select,
855
+ .control-group.warning textarea {
735
856
  color: #c09853;
736
857
  border-color: #c09853;
737
858
  }
738
- .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
859
+ .control-group.warning input:focus,
860
+ .control-group.warning select:focus,
861
+ .control-group.warning textarea:focus {
739
862
  border-color: #a47e3c;
740
863
  -webkit-box-shadow: 0 0 6px #dbc59e;
741
864
  -moz-box-shadow: 0 0 6px #dbc59e;
742
865
  box-shadow: 0 0 6px #dbc59e;
743
866
  }
744
- .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
867
+ .control-group.warning .input-prepend .add-on,
868
+ .control-group.warning .input-append .add-on {
745
869
  color: #c09853;
746
870
  background-color: #fcf8e3;
747
871
  border-color: #c09853;
748
872
  }
749
- .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
873
+ .control-group.error > label,
874
+ .control-group.error .help-block,
875
+ .control-group.error .help-inline {
750
876
  color: #b94a48;
751
877
  }
752
- .control-group.error input, .control-group.error select, .control-group.error textarea {
878
+ .control-group.error input,
879
+ .control-group.error select,
880
+ .control-group.error textarea {
753
881
  color: #b94a48;
754
882
  border-color: #b94a48;
755
883
  }
756
- .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
884
+ .control-group.error input:focus,
885
+ .control-group.error select:focus,
886
+ .control-group.error textarea:focus {
757
887
  border-color: #953b39;
758
888
  -webkit-box-shadow: 0 0 6px #d59392;
759
889
  -moz-box-shadow: 0 0 6px #d59392;
760
890
  box-shadow: 0 0 6px #d59392;
761
891
  }
762
- .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
892
+ .control-group.error .input-prepend .add-on,
893
+ .control-group.error .input-append .add-on {
763
894
  color: #b94a48;
764
895
  background-color: #f2dede;
765
896
  border-color: #b94a48;
766
897
  }
767
- .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
898
+ .control-group.success > label,
899
+ .control-group.success .help-block,
900
+ .control-group.success .help-inline {
768
901
  color: #468847;
769
902
  }
770
- .control-group.success input, .control-group.success select, .control-group.success textarea {
903
+ .control-group.success input,
904
+ .control-group.success select,
905
+ .control-group.success textarea {
771
906
  color: #468847;
772
907
  border-color: #468847;
773
908
  }
774
- .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
909
+ .control-group.success input:focus,
910
+ .control-group.success select:focus,
911
+ .control-group.success textarea:focus {
775
912
  border-color: #356635;
776
913
  -webkit-box-shadow: 0 0 6px #7aba7b;
777
914
  -moz-box-shadow: 0 0 6px #7aba7b;
778
915
  box-shadow: 0 0 6px #7aba7b;
779
916
  }
780
- .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
917
+ .control-group.success .input-prepend .add-on,
918
+ .control-group.success .input-append .add-on {
781
919
  color: #468847;
782
920
  background-color: #dff0d8;
783
921
  border-color: #468847;
784
922
  }
785
- input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
923
+ input:focus:required:invalid,
924
+ textarea:focus:required:invalid,
925
+ select:focus:required:invalid {
786
926
  color: #b94a48;
787
927
  border-color: #ee5f5b;
788
928
  }
789
- input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
929
+ input:focus:required:invalid:focus,
930
+ textarea:focus:required:invalid:focus,
931
+ select:focus:required:invalid:focus {
790
932
  border-color: #e9322d;
791
933
  -webkit-box-shadow: 0 0 6px #f8b9b7;
792
934
  -moz-box-shadow: 0 0 6px #f8b9b7;
@@ -796,8 +938,17 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
796
938
  padding: 17px 20px 18px;
797
939
  margin-top: 18px;
798
940
  margin-bottom: 18px;
799
- background-color: #f5f5f5;
941
+ background-color: #eeeeee;
800
942
  border-top: 1px solid #ddd;
943
+ *zoom: 1;
944
+ }
945
+ .form-actions:before,
946
+ .form-actions:after {
947
+ display: table;
948
+ content: "";
949
+ }
950
+ .form-actions:after {
951
+ clear: both;
801
952
  }
802
953
  .uneditable-input {
803
954
  display: block;
@@ -814,10 +965,13 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
814
965
  ::-webkit-input-placeholder {
815
966
  color: #999999;
816
967
  }
968
+ .help-block,
969
+ .help-inline {
970
+ color: #555555;
971
+ }
817
972
  .help-block {
818
- margin-top: 5px;
819
- margin-bottom: 0;
820
- color: #999999;
973
+ display: block;
974
+ margin-bottom: 9px;
821
975
  }
822
976
  .help-inline {
823
977
  display: inline-block;
@@ -825,91 +979,106 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
825
979
  /* IE7 inline-block hack */
826
980
 
827
981
  *zoom: 1;
828
- margin-bottom: 9px;
829
982
  vertical-align: middle;
830
983
  padding-left: 5px;
831
984
  }
832
- .input-prepend, .input-append {
985
+ .input-prepend,
986
+ .input-append {
833
987
  margin-bottom: 5px;
834
- *zoom: 1;
835
- }
836
- .input-prepend:before,
837
- .input-append:before,
838
- .input-prepend:after,
839
- .input-append:after {
840
- display: table;
841
- content: "";
842
- }
843
- .input-prepend:after, .input-append:after {
844
- clear: both;
845
988
  }
846
989
  .input-prepend input,
847
990
  .input-append input,
991
+ .input-prepend select,
992
+ .input-append select,
848
993
  .input-prepend .uneditable-input,
849
994
  .input-append .uneditable-input {
995
+ *margin-left: 0;
850
996
  -webkit-border-radius: 0 3px 3px 0;
851
997
  -moz-border-radius: 0 3px 3px 0;
852
998
  border-radius: 0 3px 3px 0;
853
999
  }
854
1000
  .input-prepend input:focus,
855
1001
  .input-append input:focus,
1002
+ .input-prepend select:focus,
1003
+ .input-append select:focus,
856
1004
  .input-prepend .uneditable-input:focus,
857
1005
  .input-append .uneditable-input:focus {
858
1006
  position: relative;
859
1007
  z-index: 2;
860
1008
  }
861
- .input-prepend .uneditable-input, .input-append .uneditable-input {
1009
+ .input-prepend .uneditable-input,
1010
+ .input-append .uneditable-input {
862
1011
  border-left-color: #ccc;
863
1012
  }
864
- .input-prepend .add-on, .input-append .add-on {
865
- float: left;
866
- display: block;
1013
+ .input-prepend .add-on,
1014
+ .input-append .add-on {
1015
+ display: inline-block;
867
1016
  width: auto;
868
1017
  min-width: 16px;
869
1018
  height: 18px;
870
- margin-right: -1px;
871
1019
  padding: 4px 5px;
872
1020
  font-weight: normal;
873
1021
  line-height: 18px;
874
- color: #999999;
875
1022
  text-align: center;
876
1023
  text-shadow: 0 1px 0 #ffffff;
877
- background-color: #f5f5f5;
1024
+ vertical-align: middle;
1025
+ background-color: #eeeeee;
878
1026
  border: 1px solid #ccc;
1027
+ }
1028
+ .input-prepend .add-on,
1029
+ .input-append .add-on,
1030
+ .input-prepend .btn,
1031
+ .input-append .btn {
879
1032
  -webkit-border-radius: 3px 0 0 3px;
880
1033
  -moz-border-radius: 3px 0 0 3px;
881
1034
  border-radius: 3px 0 0 3px;
882
1035
  }
883
- .input-prepend .active, .input-append .active {
1036
+ .input-prepend .active,
1037
+ .input-append .active {
884
1038
  background-color: #a9dba9;
885
1039
  border-color: #46a546;
886
1040
  }
887
- .input-prepend .add-on {
888
- *margin-top: 1px;
889
- /* IE6-7 */
890
-
1041
+ .input-prepend .add-on,
1042
+ .input-prepend .btn {
1043
+ margin-right: -1px;
891
1044
  }
892
- .input-append input, .input-append .uneditable-input {
893
- float: left;
1045
+ .input-append input,
1046
+ .input-append select .uneditable-input {
894
1047
  -webkit-border-radius: 3px 0 0 3px;
895
1048
  -moz-border-radius: 3px 0 0 3px;
896
1049
  border-radius: 3px 0 0 3px;
897
1050
  }
898
1051
  .input-append .uneditable-input {
1052
+ border-left-color: #eee;
899
1053
  border-right-color: #ccc;
900
1054
  }
901
- .input-append .add-on {
902
- margin-right: 0;
1055
+ .input-append .add-on,
1056
+ .input-append .btn {
903
1057
  margin-left: -1px;
904
1058
  -webkit-border-radius: 0 3px 3px 0;
905
1059
  -moz-border-radius: 0 3px 3px 0;
906
1060
  border-radius: 0 3px 3px 0;
907
1061
  }
908
- .input-append input:first-child {
909
- *margin-left: -160px;
1062
+ .input-prepend.input-append input,
1063
+ .input-prepend.input-append select,
1064
+ .input-prepend.input-append .uneditable-input {
1065
+ -webkit-border-radius: 0;
1066
+ -moz-border-radius: 0;
1067
+ border-radius: 0;
910
1068
  }
911
- .input-append input:first-child + .add-on {
912
- *margin-left: -21px;
1069
+ .input-prepend.input-append .add-on:first-child,
1070
+ .input-prepend.input-append .btn:first-child {
1071
+ margin-right: -1px;
1072
+ -webkit-border-radius: 3px 0 0 3px;
1073
+ -moz-border-radius: 3px 0 0 3px;
1074
+ border-radius: 3px 0 0 3px;
1075
+ }
1076
+ .input-prepend.input-append .add-on:last-child,
1077
+ .input-prepend.input-append .btn:last-child {
1078
+ margin-left: -1px;
1079
+ -webkit-border-radius: 0 3px 3px 0;
1080
+ -moz-border-radius: 0 3px 3px 0;
1081
+ border-radius: 0 3px 3px 0;
913
1082
  }
914
1083
  .search-query {
915
1084
  padding-left: 14px;
@@ -933,28 +1102,51 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
933
1102
  .form-horizontal .help-inline,
934
1103
  .form-search .uneditable-input,
935
1104
  .form-inline .uneditable-input,
936
- .form-horizontal .uneditable-input {
1105
+ .form-horizontal .uneditable-input,
1106
+ .form-search .input-prepend,
1107
+ .form-inline .input-prepend,
1108
+ .form-horizontal .input-prepend,
1109
+ .form-search .input-append,
1110
+ .form-inline .input-append,
1111
+ .form-horizontal .input-append {
937
1112
  display: inline-block;
938
1113
  margin-bottom: 0;
939
1114
  }
1115
+ .form-search .hide,
1116
+ .form-inline .hide,
1117
+ .form-horizontal .hide {
1118
+ display: none;
1119
+ }
940
1120
  .form-search label,
941
- .form-inline label,
1121
+ .form-inline label {
1122
+ display: inline-block;
1123
+ }
942
1124
  .form-search .input-append,
943
1125
  .form-inline .input-append,
944
1126
  .form-search .input-prepend,
945
1127
  .form-inline .input-prepend {
946
- display: inline-block;
1128
+ margin-bottom: 0;
947
1129
  }
948
- .form-search .input-append .add-on,
949
- .form-inline .input-prepend .add-on,
950
- .form-search .input-append .add-on,
951
- .form-inline .input-prepend .add-on {
1130
+ .form-search .radio,
1131
+ .form-search .checkbox,
1132
+ .form-inline .radio,
1133
+ .form-inline .checkbox {
1134
+ padding-left: 0;
1135
+ margin-bottom: 0;
952
1136
  vertical-align: middle;
953
1137
  }
1138
+ .form-search .radio input[type="radio"],
1139
+ .form-search .checkbox input[type="checkbox"],
1140
+ .form-inline .radio input[type="radio"],
1141
+ .form-inline .checkbox input[type="checkbox"] {
1142
+ float: left;
1143
+ margin-left: 0;
1144
+ margin-right: 3px;
1145
+ }
954
1146
  .control-group {
955
1147
  margin-bottom: 9px;
956
1148
  }
957
- .form-horizontal legend + .control-group {
1149
+ legend + .control-group {
958
1150
  margin-top: 18px;
959
1151
  -webkit-margin-top-collapse: separate;
960
1152
  }
@@ -962,14 +1154,15 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
962
1154
  margin-bottom: 18px;
963
1155
  *zoom: 1;
964
1156
  }
965
- .form-horizontal .control-group:before, .form-horizontal .control-group:after {
1157
+ .form-horizontal .control-group:before,
1158
+ .form-horizontal .control-group:after {
966
1159
  display: table;
967
1160
  content: "";
968
1161
  }
969
1162
  .form-horizontal .control-group:after {
970
1163
  clear: both;
971
1164
  }
972
- .form-horizontal .control-group > label {
1165
+ .form-horizontal .control-label {
973
1166
  float: left;
974
1167
  width: 140px;
975
1168
  padding-top: 5px;
@@ -977,6 +1170,15 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
977
1170
  }
978
1171
  .form-horizontal .controls {
979
1172
  margin-left: 160px;
1173
+ /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
1174
+
1175
+ *display: inline-block;
1176
+ *margin-left: 0;
1177
+ *padding-left: 20px;
1178
+ }
1179
+ .form-horizontal .help-block {
1180
+ margin-top: 9px;
1181
+ margin-bottom: 0;
980
1182
  }
981
1183
  .form-horizontal .form-actions {
982
1184
  padding-left: 160px;
@@ -985,73 +1187,89 @@ table {
985
1187
  max-width: 100%;
986
1188
  border-collapse: collapse;
987
1189
  border-spacing: 0;
1190
+ background-color: transparent;
988
1191
  }
989
1192
  .table {
990
1193
  width: 100%;
991
1194
  margin-bottom: 18px;
992
1195
  }
993
- .table th, .table td {
1196
+ .table th,
1197
+ .table td {
994
1198
  padding: 8px;
995
1199
  line-height: 18px;
996
1200
  text-align: left;
997
- border-top: 1px solid #ddd;
1201
+ vertical-align: top;
1202
+ border-top: 1px solid #dddddd;
998
1203
  }
999
1204
  .table th {
1000
1205
  font-weight: bold;
1001
- vertical-align: bottom;
1002
1206
  }
1003
- .table td {
1004
- vertical-align: top;
1207
+ .table thead th {
1208
+ vertical-align: bottom;
1005
1209
  }
1006
- .table thead:first-child tr th, .table thead:first-child tr td {
1210
+ .table colgroup + thead tr:first-child th,
1211
+ .table colgroup + thead tr:first-child td,
1212
+ .table thead:first-child tr:first-child th,
1213
+ .table thead:first-child tr:first-child td {
1007
1214
  border-top: 0;
1008
1215
  }
1009
1216
  .table tbody + tbody {
1010
- border-top: 2px solid #ddd;
1217
+ border-top: 2px solid #dddddd;
1011
1218
  }
1012
- .table-condensed th, .table-condensed td {
1219
+ .table-condensed th,
1220
+ .table-condensed td {
1013
1221
  padding: 4px 5px;
1014
1222
  }
1015
1223
  .table-bordered {
1016
- border: 1px solid #ddd;
1224
+ border: 1px solid #dddddd;
1225
+ border-left: 0;
1017
1226
  border-collapse: separate;
1018
1227
  *border-collapse: collapsed;
1019
1228
  -webkit-border-radius: 4px;
1020
1229
  -moz-border-radius: 4px;
1021
1230
  border-radius: 4px;
1022
1231
  }
1023
- .table-bordered th + th,
1024
- .table-bordered td + td,
1025
- .table-bordered th + td,
1026
- .table-bordered td + th {
1027
- border-left: 1px solid #ddd;
1232
+ .table-bordered th,
1233
+ .table-bordered td {
1234
+ border-left: 1px solid #dddddd;
1028
1235
  }
1029
- .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
1236
+ .table-bordered thead:first-child tr:first-child th,
1237
+ .table-bordered tbody:first-child tr:first-child th,
1238
+ .table-bordered tbody:first-child tr:first-child td {
1030
1239
  border-top: 0;
1031
1240
  }
1032
- .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
1241
+ .table-bordered thead:first-child tr:first-child th:first-child,
1242
+ .table-bordered tbody:first-child tr:first-child td:first-child {
1033
1243
  -webkit-border-radius: 4px 0 0 0;
1034
1244
  -moz-border-radius: 4px 0 0 0;
1035
1245
  border-radius: 4px 0 0 0;
1036
1246
  }
1037
- .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
1247
+ .table-bordered thead:first-child tr:first-child th:last-child,
1248
+ .table-bordered tbody:first-child tr:first-child td:last-child {
1038
1249
  -webkit-border-radius: 0 4px 0 0;
1039
1250
  -moz-border-radius: 0 4px 0 0;
1040
1251
  border-radius: 0 4px 0 0;
1041
1252
  }
1042
- .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
1253
+ .table-bordered thead:last-child tr:last-child th:first-child,
1254
+ .table-bordered tbody:last-child tr:last-child td:first-child {
1043
1255
  -webkit-border-radius: 0 0 0 4px;
1044
1256
  -moz-border-radius: 0 0 0 4px;
1045
1257
  border-radius: 0 0 0 4px;
1046
1258
  }
1047
- .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
1259
+ .table-bordered thead:last-child tr:last-child th:last-child,
1260
+ .table-bordered tbody:last-child tr:last-child td:last-child {
1048
1261
  -webkit-border-radius: 0 0 4px 0;
1049
1262
  -moz-border-radius: 0 0 4px 0;
1050
1263
  border-radius: 0 0 4px 0;
1051
1264
  }
1052
- .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
1265
+ .table-striped tbody tr:nth-child(odd) td,
1266
+ .table-striped tbody tr:nth-child(odd) th {
1053
1267
  background-color: #f9f9f9;
1054
1268
  }
1269
+ .table tbody tr:hover td,
1270
+ .table tbody tr:hover th {
1271
+ background-color: #f5f5f5;
1272
+ }
1055
1273
  table .span1 {
1056
1274
  float: none;
1057
1275
  width: 44px;
@@ -1112,21 +1330,84 @@ table .span12 {
1112
1330
  width: 924px;
1113
1331
  margin-left: 0;
1114
1332
  }
1115
- [class^="icon-"] {
1333
+ table .span13 {
1334
+ float: none;
1335
+ width: 1004px;
1336
+ margin-left: 0;
1337
+ }
1338
+ table .span14 {
1339
+ float: none;
1340
+ width: 1084px;
1341
+ margin-left: 0;
1342
+ }
1343
+ table .span15 {
1344
+ float: none;
1345
+ width: 1164px;
1346
+ margin-left: 0;
1347
+ }
1348
+ table .span16 {
1349
+ float: none;
1350
+ width: 1244px;
1351
+ margin-left: 0;
1352
+ }
1353
+ table .span17 {
1354
+ float: none;
1355
+ width: 1324px;
1356
+ margin-left: 0;
1357
+ }
1358
+ table .span18 {
1359
+ float: none;
1360
+ width: 1404px;
1361
+ margin-left: 0;
1362
+ }
1363
+ table .span19 {
1364
+ float: none;
1365
+ width: 1484px;
1366
+ margin-left: 0;
1367
+ }
1368
+ table .span20 {
1369
+ float: none;
1370
+ width: 1564px;
1371
+ margin-left: 0;
1372
+ }
1373
+ table .span21 {
1374
+ float: none;
1375
+ width: 1644px;
1376
+ margin-left: 0;
1377
+ }
1378
+ table .span22 {
1379
+ float: none;
1380
+ width: 1724px;
1381
+ margin-left: 0;
1382
+ }
1383
+ table .span23 {
1384
+ float: none;
1385
+ width: 1804px;
1386
+ margin-left: 0;
1387
+ }
1388
+ table .span24 {
1389
+ float: none;
1390
+ width: 1884px;
1391
+ margin-left: 0;
1392
+ }
1393
+ [class^="icon-"],
1394
+ [class*=" icon-"] {
1116
1395
  display: inline-block;
1117
1396
  width: 14px;
1118
1397
  height: 14px;
1398
+ line-height: 14px;
1119
1399
  vertical-align: text-top;
1120
- background-image: url(../img/glyphicons-halflings.png);
1400
+ background-image: url("../img/glyphicons-halflings.png");
1121
1401
  background-position: 14px 14px;
1122
1402
  background-repeat: no-repeat;
1123
1403
  *margin-right: .3em;
1124
1404
  }
1125
- [class^="icon-"]:last-child {
1405
+ [class^="icon-"]:last-child,
1406
+ [class*=" icon-"]:last-child {
1126
1407
  *margin-left: 0;
1127
1408
  }
1128
1409
  .icon-white {
1129
- background-image: url(../img/glyphicons-halflings-white.png);
1410
+ background-image: url("../img/glyphicons-halflings-white.png");
1130
1411
  }
1131
1412
  .icon-glass {
1132
1413
  background-position: 0 0;
@@ -1494,28 +1775,28 @@ table .span12 {
1494
1775
  .dropdown-toggle {
1495
1776
  *margin-bottom: -3px;
1496
1777
  }
1497
- .dropdown-toggle:active, .open .dropdown-toggle {
1778
+ .dropdown-toggle:active,
1779
+ .open .dropdown-toggle {
1498
1780
  outline: 0;
1499
1781
  }
1500
1782
  .caret {
1501
1783
  display: inline-block;
1502
1784
  width: 0;
1503
1785
  height: 0;
1504
- text-indent: -99999px;
1505
- *text-indent: 0;
1506
1786
  vertical-align: top;
1507
1787
  border-left: 4px solid transparent;
1508
1788
  border-right: 4px solid transparent;
1509
1789
  border-top: 4px solid #000000;
1510
1790
  opacity: 0.3;
1511
1791
  filter: alpha(opacity=30);
1512
- content: "\2193";
1792
+ content: "";
1513
1793
  }
1514
1794
  .dropdown .caret {
1515
1795
  margin-top: 8px;
1516
1796
  margin-left: 2px;
1517
1797
  }
1518
- .dropdown:hover .caret, .open.dropdown .caret {
1798
+ .dropdown:hover .caret,
1799
+ .open.dropdown .caret {
1519
1800
  opacity: 1;
1520
1801
  filter: alpha(opacity=100);
1521
1802
  }
@@ -1527,8 +1808,6 @@ table .span12 {
1527
1808
  float: left;
1528
1809
  display: none;
1529
1810
  min-width: 160px;
1530
- max-width: 220px;
1531
- _width: 160px;
1532
1811
  padding: 4px 0;
1533
1812
  margin: 0;
1534
1813
  list-style: none;
@@ -1549,14 +1828,13 @@ table .span12 {
1549
1828
  *border-right-width: 2px;
1550
1829
  *border-bottom-width: 2px;
1551
1830
  }
1552
- .dropdown-menu.bottom-up {
1553
- top: auto;
1554
- bottom: 100%;
1555
- margin-bottom: 2px;
1831
+ .dropdown-menu.pull-right {
1832
+ right: 0;
1833
+ left: auto;
1556
1834
  }
1557
1835
  .dropdown-menu .divider {
1558
1836
  height: 1px;
1559
- margin: 5px 1px;
1837
+ margin: 8px 1px;
1560
1838
  overflow: hidden;
1561
1839
  background-color: #e5e5e5;
1562
1840
  border-bottom: 1px solid #ffffff;
@@ -1569,10 +1847,12 @@ table .span12 {
1569
1847
  clear: both;
1570
1848
  font-weight: normal;
1571
1849
  line-height: 18px;
1572
- color: #555555;
1850
+ color: #333333;
1573
1851
  white-space: nowrap;
1574
1852
  }
1575
- .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1853
+ .dropdown-menu li > a:hover,
1854
+ .dropdown-menu .active > a,
1855
+ .dropdown-menu .active > a:hover {
1576
1856
  color: #ffffff;
1577
1857
  text-decoration: none;
1578
1858
  background-color: #0088cc;
@@ -1588,6 +1868,22 @@ table .span12 {
1588
1868
  .dropdown.open .dropdown-menu {
1589
1869
  display: block;
1590
1870
  }
1871
+ .pull-right .dropdown-menu {
1872
+ left: auto;
1873
+ right: 0;
1874
+ }
1875
+ .dropup .caret,
1876
+ .navbar-fixed-bottom .dropdown .caret {
1877
+ border-top: 0;
1878
+ border-bottom: 4px solid #000000;
1879
+ content: "\2191";
1880
+ }
1881
+ .dropup .dropdown-menu,
1882
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
1883
+ top: auto;
1884
+ bottom: 100%;
1885
+ margin-bottom: 1px;
1886
+ }
1591
1887
  .typeahead {
1592
1888
  margin-top: 2px;
1593
1889
  -webkit-border-radius: 4px;
@@ -1612,6 +1908,18 @@ table .span12 {
1612
1908
  border-color: #ddd;
1613
1909
  border-color: rgba(0, 0, 0, 0.15);
1614
1910
  }
1911
+ .well-large {
1912
+ padding: 24px;
1913
+ -webkit-border-radius: 6px;
1914
+ -moz-border-radius: 6px;
1915
+ border-radius: 6px;
1916
+ }
1917
+ .well-small {
1918
+ padding: 9px;
1919
+ -webkit-border-radius: 3px;
1920
+ -moz-border-radius: 3px;
1921
+ border-radius: 3px;
1922
+ }
1615
1923
  .fade {
1616
1924
  -webkit-transition: opacity 0.15s linear;
1617
1925
  -moz-transition: opacity 0.15s linear;
@@ -1655,23 +1963,32 @@ table .span12 {
1655
1963
  }
1656
1964
  .btn {
1657
1965
  display: inline-block;
1966
+ *display: inline;
1967
+ /* IE7 inline-block hack */
1968
+
1969
+ *zoom: 1;
1658
1970
  padding: 4px 10px 4px;
1971
+ margin-bottom: 0;
1659
1972
  font-size: 13px;
1660
1973
  line-height: 18px;
1661
1974
  color: #333333;
1662
1975
  text-align: center;
1663
1976
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1664
- background-color: #fafafa;
1665
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1666
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1667
- background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1668
- background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1669
- background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1670
- background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1671
- background-repeat: no-repeat;
1977
+ vertical-align: middle;
1978
+ background-color: #f5f5f5;
1979
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1980
+ background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
1981
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1982
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1983
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1984
+ background-image: linear-gradient(top, #ffffff, #e6e6e6);
1985
+ background-repeat: repeat-x;
1672
1986
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1673
- border: 1px solid #ccc;
1674
- border-bottom-color: #bbb;
1987
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1988
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1989
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1990
+ border: 1px solid #cccccc;
1991
+ border-bottom-color: #b3b3b3;
1675
1992
  -webkit-border-radius: 4px;
1676
1993
  -moz-border-radius: 4px;
1677
1994
  border-radius: 4px;
@@ -1681,6 +1998,17 @@ table .span12 {
1681
1998
  cursor: pointer;
1682
1999
  *margin-left: .3em;
1683
2000
  }
2001
+ .btn:hover,
2002
+ .btn:active,
2003
+ .btn.active,
2004
+ .btn.disabled,
2005
+ .btn[disabled] {
2006
+ background-color: #e6e6e6;
2007
+ }
2008
+ .btn:active,
2009
+ .btn.active {
2010
+ background-color: #cccccc \9;
2011
+ }
1684
2012
  .btn:first-child {
1685
2013
  *margin-left: 0;
1686
2014
  }
@@ -1696,21 +2024,22 @@ table .span12 {
1696
2024
  transition: background-position 0.1s linear;
1697
2025
  }
1698
2026
  .btn:focus {
1699
- outline: thin dotted;
2027
+ outline: thin dotted #333;
1700
2028
  outline: 5px auto -webkit-focus-ring-color;
1701
2029
  outline-offset: -2px;
1702
2030
  }
1703
- .btn.active, .btn:active {
2031
+ .btn.active,
2032
+ .btn:active {
1704
2033
  background-image: none;
1705
2034
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1706
2035
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1707
2036
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1708
2037
  background-color: #e6e6e6;
1709
2038
  background-color: #d9d9d9 \9;
1710
- color: rgba(0, 0, 0, 0.5);
1711
2039
  outline: 0;
1712
2040
  }
1713
- .btn.disabled, .btn[disabled] {
2041
+ .btn.disabled,
2042
+ .btn[disabled] {
1714
2043
  cursor: default;
1715
2044
  background-image: none;
1716
2045
  background-color: #e6e6e6;
@@ -1728,7 +2057,7 @@ table .span12 {
1728
2057
  -moz-border-radius: 5px;
1729
2058
  border-radius: 5px;
1730
2059
  }
1731
- .btn-large .icon {
2060
+ .btn-large [class^="icon-"] {
1732
2061
  margin-top: 1px;
1733
2062
  }
1734
2063
  .btn-small {
@@ -1736,9 +2065,14 @@ table .span12 {
1736
2065
  font-size: 11px;
1737
2066
  line-height: 16px;
1738
2067
  }
1739
- .btn-small .icon {
2068
+ .btn-small [class^="icon-"] {
1740
2069
  margin-top: -1px;
1741
2070
  }
2071
+ .btn-mini {
2072
+ padding: 2px 6px;
2073
+ font-size: 11px;
2074
+ line-height: 14px;
2075
+ }
1742
2076
  .btn-primary,
1743
2077
  .btn-primary:hover,
1744
2078
  .btn-warning,
@@ -1748,7 +2082,9 @@ table .span12 {
1748
2082
  .btn-success,
1749
2083
  .btn-success:hover,
1750
2084
  .btn-info,
1751
- .btn-info:hover {
2085
+ .btn-info:hover,
2086
+ .btn-inverse,
2087
+ .btn-inverse:hover {
1752
2088
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1753
2089
  color: #ffffff;
1754
2090
  }
@@ -1756,32 +2092,34 @@ table .span12 {
1756
2092
  .btn-warning.active,
1757
2093
  .btn-danger.active,
1758
2094
  .btn-success.active,
1759
- .btn-info.active {
2095
+ .btn-info.active,
2096
+ .btn-inverse.active {
1760
2097
  color: rgba(255, 255, 255, 0.75);
1761
2098
  }
1762
2099
  .btn-primary {
1763
- background-color: #006dcc;
1764
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1765
- background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1766
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1767
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1768
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1769
- background-image: linear-gradient(top, #0088cc, #0044cc);
2100
+ background-color: #0074cc;
2101
+ background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
2102
+ background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
2103
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
2104
+ background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
2105
+ background-image: -o-linear-gradient(top, #0088cc, #0055cc);
2106
+ background-image: linear-gradient(top, #0088cc, #0055cc);
1770
2107
  background-repeat: repeat-x;
1771
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1772
- border-color: #0044cc #0044cc #002a80;
2108
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
2109
+ border-color: #0055cc #0055cc #003580;
1773
2110
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1774
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2111
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1775
2112
  }
1776
2113
  .btn-primary:hover,
1777
2114
  .btn-primary:active,
1778
2115
  .btn-primary.active,
1779
2116
  .btn-primary.disabled,
1780
2117
  .btn-primary[disabled] {
1781
- background-color: #0044cc;
2118
+ background-color: #0055cc;
1782
2119
  }
1783
- .btn-primary:active, .btn-primary.active {
1784
- background-color: #003399 \9;
2120
+ .btn-primary:active,
2121
+ .btn-primary.active {
2122
+ background-color: #004099 \9;
1785
2123
  }
1786
2124
  .btn-warning {
1787
2125
  background-color: #faa732;
@@ -1795,7 +2133,7 @@ table .span12 {
1795
2133
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1796
2134
  border-color: #f89406 #f89406 #ad6704;
1797
2135
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1798
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2136
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1799
2137
  }
1800
2138
  .btn-warning:hover,
1801
2139
  .btn-warning:active,
@@ -1804,7 +2142,8 @@ table .span12 {
1804
2142
  .btn-warning[disabled] {
1805
2143
  background-color: #f89406;
1806
2144
  }
1807
- .btn-warning:active, .btn-warning.active {
2145
+ .btn-warning:active,
2146
+ .btn-warning.active {
1808
2147
  background-color: #c67605 \9;
1809
2148
  }
1810
2149
  .btn-danger {
@@ -1819,7 +2158,7 @@ table .span12 {
1819
2158
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1820
2159
  border-color: #bd362f #bd362f #802420;
1821
2160
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1822
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2161
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1823
2162
  }
1824
2163
  .btn-danger:hover,
1825
2164
  .btn-danger:active,
@@ -1828,7 +2167,8 @@ table .span12 {
1828
2167
  .btn-danger[disabled] {
1829
2168
  background-color: #bd362f;
1830
2169
  }
1831
- .btn-danger:active, .btn-danger.active {
2170
+ .btn-danger:active,
2171
+ .btn-danger.active {
1832
2172
  background-color: #942a25 \9;
1833
2173
  }
1834
2174
  .btn-success {
@@ -1843,7 +2183,7 @@ table .span12 {
1843
2183
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
1844
2184
  border-color: #51a351 #51a351 #387038;
1845
2185
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1846
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2186
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1847
2187
  }
1848
2188
  .btn-success:hover,
1849
2189
  .btn-success:active,
@@ -1852,7 +2192,8 @@ table .span12 {
1852
2192
  .btn-success[disabled] {
1853
2193
  background-color: #51a351;
1854
2194
  }
1855
- .btn-success:active, .btn-success.active {
2195
+ .btn-success:active,
2196
+ .btn-success.active {
1856
2197
  background-color: #408140 \9;
1857
2198
  }
1858
2199
  .btn-info {
@@ -1867,7 +2208,7 @@ table .span12 {
1867
2208
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
1868
2209
  border-color: #2f96b4 #2f96b4 #1f6377;
1869
2210
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1870
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2211
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1871
2212
  }
1872
2213
  .btn-info:hover,
1873
2214
  .btn-info:active,
@@ -1876,31 +2217,67 @@ table .span12 {
1876
2217
  .btn-info[disabled] {
1877
2218
  background-color: #2f96b4;
1878
2219
  }
1879
- .btn-info:active, .btn-info.active {
2220
+ .btn-info:active,
2221
+ .btn-info.active {
1880
2222
  background-color: #24748c \9;
1881
2223
  }
1882
- button.btn, input[type="submit"].btn {
2224
+ .btn-inverse {
2225
+ background-color: #414141;
2226
+ background-image: -moz-linear-gradient(top, #555555, #222222);
2227
+ background-image: -ms-linear-gradient(top, #555555, #222222);
2228
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
2229
+ background-image: -webkit-linear-gradient(top, #555555, #222222);
2230
+ background-image: -o-linear-gradient(top, #555555, #222222);
2231
+ background-image: linear-gradient(top, #555555, #222222);
2232
+ background-repeat: repeat-x;
2233
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
2234
+ border-color: #222222 #222222 #000000;
2235
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2236
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2237
+ }
2238
+ .btn-inverse:hover,
2239
+ .btn-inverse:active,
2240
+ .btn-inverse.active,
2241
+ .btn-inverse.disabled,
2242
+ .btn-inverse[disabled] {
2243
+ background-color: #222222;
2244
+ }
2245
+ .btn-inverse:active,
2246
+ .btn-inverse.active {
2247
+ background-color: #080808 \9;
2248
+ }
2249
+ button.btn,
2250
+ input[type="submit"].btn {
1883
2251
  *padding-top: 2px;
1884
2252
  *padding-bottom: 2px;
1885
2253
  }
1886
- button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
2254
+ button.btn::-moz-focus-inner,
2255
+ input[type="submit"].btn::-moz-focus-inner {
1887
2256
  padding: 0;
1888
2257
  border: 0;
1889
2258
  }
1890
- button.btn.large, input[type="submit"].btn.large {
2259
+ button.btn.btn-large,
2260
+ input[type="submit"].btn.btn-large {
1891
2261
  *padding-top: 7px;
1892
2262
  *padding-bottom: 7px;
1893
2263
  }
1894
- button.btn.small, input[type="submit"].btn.small {
2264
+ button.btn.btn-small,
2265
+ input[type="submit"].btn.btn-small {
1895
2266
  *padding-top: 3px;
1896
2267
  *padding-bottom: 3px;
1897
2268
  }
2269
+ button.btn.btn-mini,
2270
+ input[type="submit"].btn.btn-mini {
2271
+ *padding-top: 1px;
2272
+ *padding-bottom: 1px;
2273
+ }
1898
2274
  .btn-group {
1899
2275
  position: relative;
1900
2276
  *zoom: 1;
1901
2277
  *margin-left: .3em;
1902
2278
  }
1903
- .btn-group:before, .btn-group:after {
2279
+ .btn-group:before,
2280
+ .btn-group:after {
1904
2281
  display: table;
1905
2282
  content: "";
1906
2283
  }
@@ -1941,7 +2318,8 @@ button.btn.small, input[type="submit"].btn.small {
1941
2318
  -moz-border-radius-bottomleft: 4px;
1942
2319
  border-bottom-left-radius: 4px;
1943
2320
  }
1944
- .btn-group .btn:last-child, .btn-group .dropdown-toggle {
2321
+ .btn-group .btn:last-child,
2322
+ .btn-group .dropdown-toggle {
1945
2323
  -webkit-border-top-right-radius: 4px;
1946
2324
  -moz-border-radius-topright: 4px;
1947
2325
  border-top-right-radius: 4px;
@@ -1958,7 +2336,8 @@ button.btn.small, input[type="submit"].btn.small {
1958
2336
  -moz-border-radius-bottomleft: 6px;
1959
2337
  border-bottom-left-radius: 6px;
1960
2338
  }
1961
- .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2339
+ .btn-group .btn.large:last-child,
2340
+ .btn-group .large.dropdown-toggle {
1962
2341
  -webkit-border-top-right-radius: 6px;
1963
2342
  -moz-border-radius-topright: 6px;
1964
2343
  border-top-right-radius: 6px;
@@ -1972,7 +2351,8 @@ button.btn.small, input[type="submit"].btn.small {
1972
2351
  .btn-group .btn.active {
1973
2352
  z-index: 2;
1974
2353
  }
1975
- .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2354
+ .btn-group .dropdown-toggle:active,
2355
+ .btn-group.open .dropdown-toggle {
1976
2356
  outline: 0;
1977
2357
  }
1978
2358
  .btn-group .dropdown-toggle {
@@ -1981,8 +2361,22 @@ button.btn.small, input[type="submit"].btn.small {
1981
2361
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1982
2362
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1983
2363
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1984
- *padding-top: 5px;
1985
- *padding-bottom: 5px;
2364
+ *padding-top: 3px;
2365
+ *padding-bottom: 3px;
2366
+ }
2367
+ .btn-group .btn-mini.dropdown-toggle {
2368
+ padding-left: 5px;
2369
+ padding-right: 5px;
2370
+ *padding-top: 1px;
2371
+ *padding-bottom: 1px;
2372
+ }
2373
+ .btn-group .btn-small.dropdown-toggle {
2374
+ *padding-top: 4px;
2375
+ *padding-bottom: 4px;
2376
+ }
2377
+ .btn-group .btn-large.dropdown-toggle {
2378
+ padding-left: 12px;
2379
+ padding-right: 12px;
1986
2380
  }
1987
2381
  .btn-group.open {
1988
2382
  *z-index: 1000;
@@ -2004,21 +2398,34 @@ button.btn.small, input[type="submit"].btn.small {
2004
2398
  margin-top: 7px;
2005
2399
  margin-left: 0;
2006
2400
  }
2007
- .btn:hover .caret, .open.btn-group .caret {
2401
+ .btn:hover .caret,
2402
+ .open.btn-group .caret {
2008
2403
  opacity: 1;
2009
2404
  filter: alpha(opacity=100);
2010
2405
  }
2406
+ .btn-mini .caret {
2407
+ margin-top: 5px;
2408
+ }
2409
+ .btn-small .caret {
2410
+ margin-top: 6px;
2411
+ }
2412
+ .btn-large .caret {
2413
+ margin-top: 6px;
2414
+ border-left: 5px solid transparent;
2415
+ border-right: 5px solid transparent;
2416
+ border-top: 5px solid #000000;
2417
+ }
2011
2418
  .btn-primary .caret,
2419
+ .btn-warning .caret,
2012
2420
  .btn-danger .caret,
2013
2421
  .btn-info .caret,
2014
- .btn-success .caret {
2422
+ .btn-success .caret,
2423
+ .btn-inverse .caret {
2015
2424
  border-top-color: #ffffff;
2425
+ border-bottom-color: #ffffff;
2016
2426
  opacity: 0.75;
2017
2427
  filter: alpha(opacity=75);
2018
2428
  }
2019
- .btn-small .caret {
2020
- margin-top: 4px;
2021
- }
2022
2429
  .alert {
2023
2430
  padding: 8px 35px 8px 14px;
2024
2431
  margin-bottom: 18px;
@@ -2028,10 +2435,11 @@ button.btn.small, input[type="submit"].btn.small {
2028
2435
  -webkit-border-radius: 4px;
2029
2436
  -moz-border-radius: 4px;
2030
2437
  border-radius: 4px;
2031
- }
2032
- .alert, .alert-heading {
2033
2438
  color: #c09853;
2034
2439
  }
2440
+ .alert-heading {
2441
+ color: inherit;
2442
+ }
2035
2443
  .alert .close {
2036
2444
  position: relative;
2037
2445
  top: -2px;
@@ -2041,32 +2449,25 @@ button.btn.small, input[type="submit"].btn.small {
2041
2449
  .alert-success {
2042
2450
  background-color: #dff0d8;
2043
2451
  border-color: #d6e9c6;
2044
- }
2045
- .alert-success, .alert-success .alert-heading {
2046
2452
  color: #468847;
2047
2453
  }
2048
- .alert-danger, .alert-error {
2454
+ .alert-danger,
2455
+ .alert-error {
2049
2456
  background-color: #f2dede;
2050
2457
  border-color: #eed3d7;
2051
- }
2052
- .alert-danger,
2053
- .alert-error,
2054
- .alert-danger .alert-heading,
2055
- .alert-error .alert-heading {
2056
2458
  color: #b94a48;
2057
2459
  }
2058
2460
  .alert-info {
2059
2461
  background-color: #d9edf7;
2060
2462
  border-color: #bce8f1;
2061
- }
2062
- .alert-info, .alert-info .alert-heading {
2063
2463
  color: #3a87ad;
2064
2464
  }
2065
2465
  .alert-block {
2066
2466
  padding-top: 14px;
2067
2467
  padding-bottom: 14px;
2068
2468
  }
2069
- .alert-block > p, .alert-block > ul {
2469
+ .alert-block > p,
2470
+ .alert-block > ul {
2070
2471
  margin-bottom: 0;
2071
2472
  }
2072
2473
  .alert-block p + p {
@@ -2084,37 +2485,53 @@ button.btn.small, input[type="submit"].btn.small {
2084
2485
  text-decoration: none;
2085
2486
  background-color: #eeeeee;
2086
2487
  }
2087
- .nav-list {
2088
- padding-left: 14px;
2089
- padding-right: 14px;
2090
- margin-bottom: 0;
2091
- }
2092
- .nav-list > li > a, .nav-list .nav-header {
2488
+ .nav .nav-header {
2093
2489
  display: block;
2094
2490
  padding: 3px 15px;
2095
- margin-left: -15px;
2096
- margin-right: -15px;
2097
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2098
- }
2099
- .nav-list .nav-header {
2100
2491
  font-size: 11px;
2101
2492
  font-weight: bold;
2102
2493
  line-height: 18px;
2103
2494
  color: #999999;
2495
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2104
2496
  text-transform: uppercase;
2105
2497
  }
2106
- .nav-list > li + .nav-header {
2498
+ .nav li + .nav-header {
2107
2499
  margin-top: 9px;
2108
2500
  }
2109
- .nav-list .active > a {
2501
+ .nav-list {
2502
+ padding-left: 15px;
2503
+ padding-right: 15px;
2504
+ margin-bottom: 0;
2505
+ }
2506
+ .nav-list > li > a,
2507
+ .nav-list .nav-header {
2508
+ margin-left: -15px;
2509
+ margin-right: -15px;
2510
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2511
+ }
2512
+ .nav-list > li > a {
2513
+ padding: 3px 15px;
2514
+ }
2515
+ .nav-list > .active > a,
2516
+ .nav-list > .active > a:hover {
2110
2517
  color: #ffffff;
2111
2518
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2112
2519
  background-color: #0088cc;
2113
2520
  }
2114
- .nav-list .icon {
2521
+ .nav-list [class^="icon-"] {
2115
2522
  margin-right: 2px;
2116
2523
  }
2117
- .nav-tabs, .nav-pills {
2524
+ .nav-list .divider {
2525
+ height: 1px;
2526
+ margin: 8px 1px;
2527
+ overflow: hidden;
2528
+ background-color: #e5e5e5;
2529
+ border-bottom: 1px solid #ffffff;
2530
+ *width: 100%;
2531
+ *margin: -5px 0 5px;
2532
+ }
2533
+ .nav-tabs,
2534
+ .nav-pills {
2118
2535
  *zoom: 1;
2119
2536
  }
2120
2537
  .nav-tabs:before,
@@ -2124,13 +2541,16 @@ button.btn.small, input[type="submit"].btn.small {
2124
2541
  display: table;
2125
2542
  content: "";
2126
2543
  }
2127
- .nav-tabs:after, .nav-pills:after {
2544
+ .nav-tabs:after,
2545
+ .nav-pills:after {
2128
2546
  clear: both;
2129
2547
  }
2130
- .nav-tabs > li, .nav-pills > li {
2548
+ .nav-tabs > li,
2549
+ .nav-pills > li {
2131
2550
  float: left;
2132
2551
  }
2133
- .nav-tabs > li > a, .nav-pills > li > a {
2552
+ .nav-tabs > li > a,
2553
+ .nav-pills > li > a {
2134
2554
  padding-right: 12px;
2135
2555
  padding-left: 12px;
2136
2556
  margin-right: 2px;
@@ -2143,8 +2563,9 @@ button.btn.small, input[type="submit"].btn.small {
2143
2563
  margin-bottom: -1px;
2144
2564
  }
2145
2565
  .nav-tabs > li > a {
2146
- padding-top: 9px;
2147
- padding-bottom: 9px;
2566
+ padding-top: 8px;
2567
+ padding-bottom: 8px;
2568
+ line-height: 18px;
2148
2569
  border: 1px solid transparent;
2149
2570
  -webkit-border-radius: 4px 4px 0 0;
2150
2571
  -moz-border-radius: 4px 4px 0 0;
@@ -2153,7 +2574,8 @@ button.btn.small, input[type="submit"].btn.small {
2153
2574
  .nav-tabs > li > a:hover {
2154
2575
  border-color: #eeeeee #eeeeee #dddddd;
2155
2576
  }
2156
- .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2577
+ .nav-tabs > .active > a,
2578
+ .nav-tabs > .active > a:hover {
2157
2579
  color: #555555;
2158
2580
  background-color: #ffffff;
2159
2581
  border: 1px solid #ddd;
@@ -2169,7 +2591,8 @@ button.btn.small, input[type="submit"].btn.small {
2169
2591
  -moz-border-radius: 5px;
2170
2592
  border-radius: 5px;
2171
2593
  }
2172
- .nav-pills .active > a, .nav-pills .active > a:hover {
2594
+ .nav-pills > .active > a,
2595
+ .nav-pills > .active > a:hover {
2173
2596
  color: #ffffff;
2174
2597
  background-color: #0088cc;
2175
2598
  }
@@ -2208,7 +2631,8 @@ button.btn.small, input[type="submit"].btn.small {
2208
2631
  .nav-pills.nav-stacked > li:last-child > a {
2209
2632
  margin-bottom: 1px;
2210
2633
  }
2211
- .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2634
+ .nav-tabs .dropdown-menu,
2635
+ .nav-pills .dropdown-menu {
2212
2636
  margin-top: 1px;
2213
2637
  border-width: 1px;
2214
2638
  }
@@ -2217,27 +2641,38 @@ button.btn.small, input[type="submit"].btn.small {
2217
2641
  -moz-border-radius: 4px;
2218
2642
  border-radius: 4px;
2219
2643
  }
2220
- .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2644
+ .nav-tabs .dropdown-toggle .caret,
2645
+ .nav-pills .dropdown-toggle .caret {
2221
2646
  border-top-color: #0088cc;
2647
+ border-bottom-color: #0088cc;
2222
2648
  margin-top: 6px;
2223
2649
  }
2224
- .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2650
+ .nav-tabs .dropdown-toggle:hover .caret,
2651
+ .nav-pills .dropdown-toggle:hover .caret {
2225
2652
  border-top-color: #005580;
2653
+ border-bottom-color: #005580;
2226
2654
  }
2227
- .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2655
+ .nav-tabs .active .dropdown-toggle .caret,
2656
+ .nav-pills .active .dropdown-toggle .caret {
2228
2657
  border-top-color: #333333;
2658
+ border-bottom-color: #333333;
2229
2659
  }
2230
2660
  .nav > .dropdown.active > a:hover {
2231
2661
  color: #000000;
2232
2662
  cursor: pointer;
2233
2663
  }
2234
- .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2664
+ .nav-tabs .open .dropdown-toggle,
2665
+ .nav-pills .open .dropdown-toggle,
2666
+ .nav > .open.active > a:hover {
2235
2667
  color: #ffffff;
2236
2668
  background-color: #999999;
2237
2669
  border-color: #999999;
2238
2670
  }
2239
- .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2671
+ .nav .open .caret,
2672
+ .nav .open.active .caret,
2673
+ .nav .open a:hover .caret {
2240
2674
  border-top-color: #ffffff;
2675
+ border-bottom-color: #ffffff;
2241
2676
  opacity: 1;
2242
2677
  filter: alpha(opacity=100);
2243
2678
  }
@@ -2247,20 +2682,29 @@ button.btn.small, input[type="submit"].btn.small {
2247
2682
  .tabbable {
2248
2683
  *zoom: 1;
2249
2684
  }
2250
- .tabbable:before, .tabbable:after {
2685
+ .tabbable:before,
2686
+ .tabbable:after {
2251
2687
  display: table;
2252
2688
  content: "";
2253
2689
  }
2254
2690
  .tabbable:after {
2255
2691
  clear: both;
2256
2692
  }
2257
- .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
2693
+ .tab-content {
2694
+ display: table;
2695
+ width: 100%;
2696
+ }
2697
+ .tabs-below .nav-tabs,
2698
+ .tabs-right .nav-tabs,
2699
+ .tabs-left .nav-tabs {
2258
2700
  border-bottom: 0;
2259
2701
  }
2260
- .tab-content > .tab-pane, .pill-content > .pill-pane {
2702
+ .tab-content > .tab-pane,
2703
+ .pill-content > .pill-pane {
2261
2704
  display: none;
2262
2705
  }
2263
- .tab-content > .active, .pill-content > .active {
2706
+ .tab-content > .active,
2707
+ .pill-content > .active {
2264
2708
  display: block;
2265
2709
  }
2266
2710
  .tabs-below .nav-tabs {
@@ -2279,13 +2723,16 @@ button.btn.small, input[type="submit"].btn.small {
2279
2723
  border-bottom-color: transparent;
2280
2724
  border-top-color: #ddd;
2281
2725
  }
2282
- .tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
2726
+ .tabs-below .nav-tabs .active > a,
2727
+ .tabs-below .nav-tabs .active > a:hover {
2283
2728
  border-color: transparent #ddd #ddd #ddd;
2284
2729
  }
2285
- .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
2730
+ .tabs-left .nav-tabs > li,
2731
+ .tabs-right .nav-tabs > li {
2286
2732
  float: none;
2287
2733
  }
2288
- .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
2734
+ .tabs-left .nav-tabs > li > a,
2735
+ .tabs-right .nav-tabs > li > a {
2289
2736
  min-width: 74px;
2290
2737
  margin-right: 0;
2291
2738
  margin-bottom: 3px;
@@ -2304,7 +2751,8 @@ button.btn.small, input[type="submit"].btn.small {
2304
2751
  .tabs-left .nav-tabs > li > a:hover {
2305
2752
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2306
2753
  }
2307
- .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
2754
+ .tabs-left .nav-tabs .active > a,
2755
+ .tabs-left .nav-tabs .active > a:hover {
2308
2756
  border-color: #ddd transparent #ddd #ddd;
2309
2757
  *border-right-color: #ffffff;
2310
2758
  }
@@ -2322,11 +2770,14 @@ button.btn.small, input[type="submit"].btn.small {
2322
2770
  .tabs-right .nav-tabs > li > a:hover {
2323
2771
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2324
2772
  }
2325
- .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
2773
+ .tabs-right .nav-tabs .active > a,
2774
+ .tabs-right .nav-tabs .active > a:hover {
2326
2775
  border-color: #ddd #ddd #ddd transparent;
2327
2776
  *border-left-color: #ffffff;
2328
2777
  }
2329
2778
  .navbar {
2779
+ *position: relative;
2780
+ *z-index: 2;
2330
2781
  overflow: visible;
2331
2782
  margin-bottom: 18px;
2332
2783
  }
@@ -2349,6 +2800,9 @@ button.btn.small, input[type="submit"].btn.small {
2349
2800
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2350
2801
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2351
2802
  }
2803
+ .navbar .container {
2804
+ width: auto;
2805
+ }
2352
2806
  .btn-navbar {
2353
2807
  display: none;
2354
2808
  float: right;
@@ -2366,7 +2820,7 @@ button.btn.small, input[type="submit"].btn.small {
2366
2820
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2367
2821
  border-color: #222222 #222222 #000000;
2368
2822
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2369
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2823
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2370
2824
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2371
2825
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2372
2826
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
@@ -2378,7 +2832,8 @@ button.btn.small, input[type="submit"].btn.small {
2378
2832
  .btn-navbar[disabled] {
2379
2833
  background-color: #222222;
2380
2834
  }
2381
- .btn-navbar:active, .btn-navbar.active {
2835
+ .btn-navbar:active,
2836
+ .btn-navbar.active {
2382
2837
  background-color: #080808 \9;
2383
2838
  }
2384
2839
  .btn-navbar .icon-bar {
@@ -2399,6 +2854,9 @@ button.btn.small, input[type="submit"].btn.small {
2399
2854
  .nav-collapse.collapse {
2400
2855
  height: auto;
2401
2856
  }
2857
+ .navbar {
2858
+ color: #999999;
2859
+ }
2402
2860
  .navbar .brand:hover {
2403
2861
  text-decoration: none;
2404
2862
  }
@@ -2415,13 +2873,9 @@ button.btn.small, input[type="submit"].btn.small {
2415
2873
  .navbar .navbar-text {
2416
2874
  margin-bottom: 0;
2417
2875
  line-height: 40px;
2418
- color: #999999;
2419
2876
  }
2420
- .navbar .navbar-text a:hover {
2421
- color: #ffffff;
2422
- background-color: transparent;
2423
- }
2424
- .navbar .btn, .navbar .btn-group {
2877
+ .navbar .btn,
2878
+ .navbar .btn-group {
2425
2879
  margin-top: 5px;
2426
2880
  }
2427
2881
  .navbar .btn-group .btn {
@@ -2431,24 +2885,39 @@ button.btn.small, input[type="submit"].btn.small {
2431
2885
  margin-bottom: 0;
2432
2886
  *zoom: 1;
2433
2887
  }
2434
- .navbar-form:before, .navbar-form:after {
2888
+ .navbar-form:before,
2889
+ .navbar-form:after {
2435
2890
  display: table;
2436
2891
  content: "";
2437
2892
  }
2438
2893
  .navbar-form:after {
2439
2894
  clear: both;
2440
2895
  }
2441
- .navbar-form input, .navbar-form select {
2442
- display: inline-block;
2896
+ .navbar-form input,
2897
+ .navbar-form select,
2898
+ .navbar-form .radio,
2899
+ .navbar-form .checkbox {
2443
2900
  margin-top: 5px;
2444
- margin-bottom: 0;
2445
2901
  }
2446
- .navbar-form .radio, .navbar-form .checkbox {
2447
- margin-top: 5px;
2902
+ .navbar-form input,
2903
+ .navbar-form select {
2904
+ display: inline-block;
2905
+ margin-bottom: 0;
2448
2906
  }
2449
- .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2907
+ .navbar-form input[type="image"],
2908
+ .navbar-form input[type="checkbox"],
2909
+ .navbar-form input[type="radio"] {
2450
2910
  margin-top: 3px;
2451
2911
  }
2912
+ .navbar-form .input-append,
2913
+ .navbar-form .input-prepend {
2914
+ margin-top: 6px;
2915
+ white-space: nowrap;
2916
+ }
2917
+ .navbar-form .input-append input,
2918
+ .navbar-form .input-prepend input {
2919
+ margin-top: 0;
2920
+ }
2452
2921
  .navbar-search {
2453
2922
  position: relative;
2454
2923
  float: left;
@@ -2462,10 +2931,8 @@ button.btn.small, input[type="submit"].btn.small {
2462
2931
  font-weight: normal;
2463
2932
  line-height: 1;
2464
2933
  color: #ffffff;
2465
- color: rgba(255, 255, 255, 0.75);
2466
- background: #666;
2467
- background: rgba(255, 255, 255, 0.3);
2468
- border: 1px solid #111;
2934
+ background-color: #626262;
2935
+ border: 1px solid #151515;
2469
2936
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2470
2937
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2471
2938
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
@@ -2475,18 +2942,14 @@ button.btn.small, input[type="submit"].btn.small {
2475
2942
  -o-transition: none;
2476
2943
  transition: none;
2477
2944
  }
2478
- .navbar-search .search-query :-moz-placeholder {
2479
- color: #eeeeee;
2945
+ .navbar-search .search-query:-moz-placeholder {
2946
+ color: #cccccc;
2480
2947
  }
2481
2948
  .navbar-search .search-query::-webkit-input-placeholder {
2482
- color: #eeeeee;
2483
- }
2484
- .navbar-search .search-query:hover {
2485
- color: #ffffff;
2486
- background-color: #999999;
2487
- background-color: rgba(255, 255, 255, 0.5);
2949
+ color: #cccccc;
2488
2950
  }
2489
- .navbar-search .search-query:focus, .navbar-search .search-query.focused {
2951
+ .navbar-search .search-query:focus,
2952
+ .navbar-search .search-query.focused {
2490
2953
  padding: 5px 10px;
2491
2954
  color: #333333;
2492
2955
  text-shadow: 0 1px 0 #ffffff;
@@ -2497,20 +2960,32 @@ button.btn.small, input[type="submit"].btn.small {
2497
2960
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2498
2961
  outline: 0;
2499
2962
  }
2500
- .navbar-fixed-top {
2963
+ .navbar-fixed-top,
2964
+ .navbar-fixed-bottom {
2501
2965
  position: fixed;
2502
- top: 0;
2503
2966
  right: 0;
2504
2967
  left: 0;
2505
2968
  z-index: 1030;
2969
+ margin-bottom: 0;
2506
2970
  }
2507
- .navbar-fixed-top .navbar-inner {
2971
+ .navbar-fixed-top .navbar-inner,
2972
+ .navbar-fixed-bottom .navbar-inner {
2508
2973
  padding-left: 0;
2509
2974
  padding-right: 0;
2510
2975
  -webkit-border-radius: 0;
2511
2976
  -moz-border-radius: 0;
2512
2977
  border-radius: 0;
2513
2978
  }
2979
+ .navbar-fixed-top .container,
2980
+ .navbar-fixed-bottom .container {
2981
+ width: 940px;
2982
+ }
2983
+ .navbar-fixed-top {
2984
+ top: 0;
2985
+ }
2986
+ .navbar-fixed-bottom {
2987
+ bottom: 0;
2988
+ }
2514
2989
  .navbar .nav {
2515
2990
  position: relative;
2516
2991
  left: 0;
@@ -2538,11 +3013,11 @@ button.btn.small, input[type="submit"].btn.small {
2538
3013
  color: #ffffff;
2539
3014
  text-decoration: none;
2540
3015
  }
2541
- .navbar .nav .active > a, .navbar .nav .active > a:hover {
3016
+ .navbar .nav .active > a,
3017
+ .navbar .nav .active > a:hover {
2542
3018
  color: #ffffff;
2543
3019
  text-decoration: none;
2544
3020
  background-color: #222222;
2545
- background-color: rgba(0, 0, 0, 0.5);
2546
3021
  }
2547
3022
  .navbar .divider-vertical {
2548
3023
  height: 40px;
@@ -2583,34 +3058,55 @@ button.btn.small, input[type="submit"].btn.small {
2583
3058
  top: -6px;
2584
3059
  left: 10px;
2585
3060
  }
2586
- .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
3061
+ .navbar-fixed-bottom .dropdown-menu:before {
3062
+ border-top: 7px solid #ccc;
3063
+ border-top-color: rgba(0, 0, 0, 0.2);
3064
+ border-bottom: 0;
3065
+ bottom: -7px;
3066
+ top: auto;
3067
+ }
3068
+ .navbar-fixed-bottom .dropdown-menu:after {
3069
+ border-top: 6px solid #ffffff;
3070
+ border-bottom: 0;
3071
+ bottom: -6px;
3072
+ top: auto;
3073
+ }
3074
+ .navbar .nav .dropdown-toggle .caret,
3075
+ .navbar .nav .open.dropdown .caret {
2587
3076
  border-top-color: #ffffff;
3077
+ border-bottom-color: #ffffff;
2588
3078
  }
2589
3079
  .navbar .nav .active .caret {
2590
3080
  opacity: 1;
2591
3081
  filter: alpha(opacity=100);
2592
3082
  }
2593
- .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
3083
+ .navbar .nav .open > .dropdown-toggle,
3084
+ .navbar .nav .active > .dropdown-toggle,
3085
+ .navbar .nav .open.active > .dropdown-toggle {
2594
3086
  background-color: transparent;
2595
3087
  }
2596
3088
  .navbar .nav .active > .dropdown-toggle:hover {
2597
3089
  color: #ffffff;
2598
3090
  }
2599
- .navbar .nav.pull-right .dropdown-menu {
3091
+ .navbar .nav.pull-right .dropdown-menu,
3092
+ .navbar .nav .dropdown-menu.pull-right {
2600
3093
  left: auto;
2601
3094
  right: 0;
2602
3095
  }
2603
- .navbar .nav.pull-right .dropdown-menu:before {
3096
+ .navbar .nav.pull-right .dropdown-menu:before,
3097
+ .navbar .nav .dropdown-menu.pull-right:before {
2604
3098
  left: auto;
2605
3099
  right: 12px;
2606
3100
  }
2607
- .navbar .nav.pull-right .dropdown-menu:after {
3101
+ .navbar .nav.pull-right .dropdown-menu:after,
3102
+ .navbar .nav .dropdown-menu.pull-right:after {
2608
3103
  left: auto;
2609
3104
  right: 13px;
2610
3105
  }
2611
3106
  .breadcrumb {
2612
3107
  padding: 7px 14px;
2613
3108
  margin: 0 0 18px;
3109
+ list-style: none;
2614
3110
  background-color: #fbfbfb;
2615
3111
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
2616
3112
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
@@ -2629,7 +3125,11 @@ button.btn.small, input[type="submit"].btn.small {
2629
3125
  box-shadow: inset 0 1px 0 #ffffff;
2630
3126
  }
2631
3127
  .breadcrumb li {
2632
- display: inline;
3128
+ display: inline-block;
3129
+ *display: inline;
3130
+ /* IE7 inline-block hack */
3131
+
3132
+ *zoom: 1;
2633
3133
  text-shadow: 0 1px 0 #ffffff;
2634
3134
  }
2635
3135
  .breadcrumb .divider {
@@ -2669,14 +3169,17 @@ button.btn.small, input[type="submit"].btn.small {
2669
3169
  border: 1px solid #ddd;
2670
3170
  border-left-width: 0;
2671
3171
  }
2672
- .pagination a:hover, .pagination .active a {
3172
+ .pagination a:hover,
3173
+ .pagination .active a {
2673
3174
  background-color: #f5f5f5;
2674
3175
  }
2675
3176
  .pagination .active a {
2676
3177
  color: #999999;
2677
3178
  cursor: default;
2678
3179
  }
2679
- .pagination .disabled a, .pagination .disabled a:hover {
3180
+ .pagination .disabled span,
3181
+ .pagination .disabled a,
3182
+ .pagination .disabled a:hover {
2680
3183
  color: #999999;
2681
3184
  background-color: transparent;
2682
3185
  cursor: default;
@@ -2705,7 +3208,8 @@ button.btn.small, input[type="submit"].btn.small {
2705
3208
  text-align: center;
2706
3209
  *zoom: 1;
2707
3210
  }
2708
- .pager:before, .pager:after {
3211
+ .pager:before,
3212
+ .pager:after {
2709
3213
  display: table;
2710
3214
  content: "";
2711
3215
  }
@@ -2734,6 +3238,12 @@ button.btn.small, input[type="submit"].btn.small {
2734
3238
  .pager .previous a {
2735
3239
  float: left;
2736
3240
  }
3241
+ .pager .disabled a,
3242
+ .pager .disabled a:hover {
3243
+ color: #999999;
3244
+ background-color: #fff;
3245
+ cursor: default;
3246
+ }
2737
3247
  .modal-open .dropdown-menu {
2738
3248
  z-index: 2050;
2739
3249
  }
@@ -2758,7 +3268,8 @@ button.btn.small, input[type="submit"].btn.small {
2758
3268
  .modal-backdrop.fade {
2759
3269
  opacity: 0;
2760
3270
  }
2761
- .modal-backdrop, .modal-backdrop.fade.in {
3271
+ .modal-backdrop,
3272
+ .modal-backdrop.fade.in {
2762
3273
  opacity: 0.8;
2763
3274
  filter: alpha(opacity=80);
2764
3275
  }
@@ -2767,7 +3278,6 @@ button.btn.small, input[type="submit"].btn.small {
2767
3278
  top: 50%;
2768
3279
  left: 50%;
2769
3280
  z-index: 1050;
2770
- max-height: 500px;
2771
3281
  overflow: auto;
2772
3282
  width: 560px;
2773
3283
  margin: -250px 0 0 -280px;
@@ -2806,11 +3316,17 @@ button.btn.small, input[type="submit"].btn.small {
2806
3316
  margin-top: 2px;
2807
3317
  }
2808
3318
  .modal-body {
3319
+ overflow-y: auto;
3320
+ max-height: 400px;
2809
3321
  padding: 15px;
2810
3322
  }
3323
+ .modal-form {
3324
+ margin-bottom: 0;
3325
+ }
2811
3326
  .modal-footer {
2812
3327
  padding: 14px 15px 15px;
2813
3328
  margin-bottom: 0;
3329
+ text-align: right;
2814
3330
  background-color: #f5f5f5;
2815
3331
  border-top: 1px solid #ddd;
2816
3332
  -webkit-border-radius: 0 0 6px 6px;
@@ -2821,18 +3337,21 @@ button.btn.small, input[type="submit"].btn.small {
2821
3337
  box-shadow: inset 0 1px 0 #ffffff;
2822
3338
  *zoom: 1;
2823
3339
  }
2824
- .modal-footer:before, .modal-footer:after {
3340
+ .modal-footer:before,
3341
+ .modal-footer:after {
2825
3342
  display: table;
2826
3343
  content: "";
2827
3344
  }
2828
3345
  .modal-footer:after {
2829
3346
  clear: both;
2830
3347
  }
2831
- .modal-footer .btn {
2832
- float: right;
3348
+ .modal-footer .btn + .btn {
2833
3349
  margin-left: 5px;
2834
3350
  margin-bottom: 0;
2835
3351
  }
3352
+ .modal-footer .btn-group .btn + .btn {
3353
+ margin-left: -1px;
3354
+ }
2836
3355
  .tooltip {
2837
3356
  position: absolute;
2838
3357
  z-index: 1020;
@@ -2996,7 +3515,9 @@ button.btn.small, input[type="submit"].btn.small {
2996
3515
  -moz-background-clip: padding-box;
2997
3516
  background-clip: padding-box;
2998
3517
  }
2999
- .popover-content p, .popover-content ul, .popover-content ol {
3518
+ .popover-content p,
3519
+ .popover-content ul,
3520
+ .popover-content ol {
3000
3521
  margin-bottom: 0;
3001
3522
  }
3002
3523
  .thumbnails {
@@ -3004,7 +3525,8 @@ button.btn.small, input[type="submit"].btn.small {
3004
3525
  list-style: none;
3005
3526
  *zoom: 1;
3006
3527
  }
3007
- .thumbnails:before, .thumbnails:after {
3528
+ .thumbnails:before,
3529
+ .thumbnails:after {
3008
3530
  display: table;
3009
3531
  content: "";
3010
3532
  }
@@ -3043,28 +3565,99 @@ a.thumbnail:hover {
3043
3565
  padding: 9px;
3044
3566
  }
3045
3567
  .label {
3046
- padding: 1px 3px 2px;
3047
- font-size: 9.75px;
3568
+ padding: 1px 4px 2px;
3569
+ font-size: 10.998px;
3048
3570
  font-weight: bold;
3571
+ line-height: 13px;
3049
3572
  color: #ffffff;
3050
- text-transform: uppercase;
3573
+ vertical-align: middle;
3574
+ white-space: nowrap;
3575
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3051
3576
  background-color: #999999;
3052
3577
  -webkit-border-radius: 3px;
3053
3578
  -moz-border-radius: 3px;
3054
3579
  border-radius: 3px;
3055
3580
  }
3581
+ .label:hover {
3582
+ color: #ffffff;
3583
+ text-decoration: none;
3584
+ }
3056
3585
  .label-important {
3057
3586
  background-color: #b94a48;
3058
3587
  }
3588
+ .label-important:hover {
3589
+ background-color: #953b39;
3590
+ }
3059
3591
  .label-warning {
3060
3592
  background-color: #f89406;
3061
3593
  }
3594
+ .label-warning:hover {
3595
+ background-color: #c67605;
3596
+ }
3062
3597
  .label-success {
3063
3598
  background-color: #468847;
3064
3599
  }
3600
+ .label-success:hover {
3601
+ background-color: #356635;
3602
+ }
3065
3603
  .label-info {
3066
3604
  background-color: #3a87ad;
3067
3605
  }
3606
+ .label-info:hover {
3607
+ background-color: #2d6987;
3608
+ }
3609
+ .label-inverse {
3610
+ background-color: #333333;
3611
+ }
3612
+ .label-inverse:hover {
3613
+ background-color: #1a1a1a;
3614
+ }
3615
+ .badge {
3616
+ padding: 1px 9px 2px;
3617
+ font-size: 12.025px;
3618
+ font-weight: bold;
3619
+ white-space: nowrap;
3620
+ color: #ffffff;
3621
+ background-color: #999999;
3622
+ -webkit-border-radius: 9px;
3623
+ -moz-border-radius: 9px;
3624
+ border-radius: 9px;
3625
+ }
3626
+ .badge:hover {
3627
+ color: #ffffff;
3628
+ text-decoration: none;
3629
+ cursor: pointer;
3630
+ }
3631
+ .badge-error {
3632
+ background-color: #b94a48;
3633
+ }
3634
+ .badge-error:hover {
3635
+ background-color: #953b39;
3636
+ }
3637
+ .badge-warning {
3638
+ background-color: #f89406;
3639
+ }
3640
+ .badge-warning:hover {
3641
+ background-color: #c67605;
3642
+ }
3643
+ .badge-success {
3644
+ background-color: #468847;
3645
+ }
3646
+ .badge-success:hover {
3647
+ background-color: #356635;
3648
+ }
3649
+ .badge-info {
3650
+ background-color: #3a87ad;
3651
+ }
3652
+ .badge-info:hover {
3653
+ background-color: #2d6987;
3654
+ }
3655
+ .badge-inverse {
3656
+ background-color: #333333;
3657
+ }
3658
+ .badge-inverse:hover {
3659
+ background-color: #1a1a1a;
3660
+ }
3068
3661
  @-webkit-keyframes progress-bar-stripes {
3069
3662
  from {
3070
3663
  background-position: 0 0;
@@ -3081,6 +3674,14 @@ a.thumbnail:hover {
3081
3674
  background-position: 40px 0;
3082
3675
  }
3083
3676
  }
3677
+ @-ms-keyframes progress-bar-stripes {
3678
+ from {
3679
+ background-position: 0 0;
3680
+ }
3681
+ to {
3682
+ background-position: 40px 0;
3683
+ }
3684
+ }
3084
3685
  @keyframes progress-bar-stripes {
3085
3686
  from {
3086
3687
  background-position: 0 0;
@@ -3130,6 +3731,7 @@ a.thumbnail:hover {
3130
3731
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3131
3732
  -webkit-box-sizing: border-box;
3132
3733
  -moz-box-sizing: border-box;
3734
+ -ms-box-sizing: border-box;
3133
3735
  box-sizing: border-box;
3134
3736
  -webkit-transition: width 0.6s ease;
3135
3737
  -moz-transition: width 0.6s ease;
@@ -3138,7 +3740,7 @@ a.thumbnail:hover {
3138
3740
  transition: width 0.6s ease;
3139
3741
  }
3140
3742
  .progress-striped .bar {
3141
- background-color: #62c462;
3743
+ background-color: #149bdf;
3142
3744
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3143
3745
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3144
3746
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -3215,6 +3817,26 @@ a.thumbnail:hover {
3215
3817
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3216
3818
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3217
3819
  }
3820
+ .progress-warning .bar {
3821
+ background-color: #faa732;
3822
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3823
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
3824
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3825
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3826
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
3827
+ background-image: linear-gradient(top, #fbb450, #f89406);
3828
+ background-repeat: repeat-x;
3829
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
3830
+ }
3831
+ .progress-warning.progress-striped .bar {
3832
+ background-color: #fbb450;
3833
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3834
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3835
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3836
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3837
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3838
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3839
+ }
3218
3840
  .accordion {
3219
3841
  margin-bottom: 18px;
3220
3842
  }
@@ -3259,13 +3881,16 @@ a.thumbnail:hover {
3259
3881
  display: block;
3260
3882
  line-height: 1;
3261
3883
  }
3262
- .carousel .active, .carousel .next, .carousel .prev {
3884
+ .carousel .active,
3885
+ .carousel .next,
3886
+ .carousel .prev {
3263
3887
  display: block;
3264
3888
  }
3265
3889
  .carousel .active {
3266
3890
  left: 0;
3267
3891
  }
3268
- .carousel .next, .carousel .prev {
3892
+ .carousel .next,
3893
+ .carousel .prev {
3269
3894
  position: absolute;
3270
3895
  top: 0;
3271
3896
  width: 100%;
@@ -3276,7 +3901,8 @@ a.thumbnail:hover {
3276
3901
  .carousel .prev {
3277
3902
  left: -100%;
3278
3903
  }
3279
- .carousel .next.left, .carousel .prev.right {
3904
+ .carousel .next.left,
3905
+ .carousel .prev.right {
3280
3906
  left: 0;
3281
3907
  }
3282
3908
  .carousel .active.left {
@@ -3324,13 +3950,14 @@ a.thumbnail:hover {
3324
3950
  background: #333333;
3325
3951
  background: rgba(0, 0, 0, 0.75);
3326
3952
  }
3327
- .carousel-caption h4, .carousel-caption p {
3953
+ .carousel-caption h4,
3954
+ .carousel-caption p {
3328
3955
  color: #ffffff;
3329
3956
  }
3330
3957
  .hero-unit {
3331
3958
  padding: 60px;
3332
3959
  margin-bottom: 30px;
3333
- background-color: #f5f5f5;
3960
+ background-color: #eeeeee;
3334
3961
  -webkit-border-radius: 6px;
3335
3962
  -moz-border-radius: 6px;
3336
3963
  border-radius: 6px;
@@ -3339,12 +3966,14 @@ a.thumbnail:hover {
3339
3966
  margin-bottom: 0;
3340
3967
  font-size: 60px;
3341
3968
  line-height: 1;
3969
+ color: inherit;
3342
3970
  letter-spacing: -1px;
3343
3971
  }
3344
3972
  .hero-unit p {
3345
3973
  font-size: 18px;
3346
3974
  font-weight: 200;
3347
3975
  line-height: 27px;
3976
+ color: inherit;
3348
3977
  }
3349
3978
  .pull-right {
3350
3979
  float: right;