bootstrap.css 107 KB
Newer Older
2001
2002
  background-color: #f2dede;
  border-color: #a94442;
2003
}
2004
2005
.has-error .form-control-feedback {
  color: #a94442;
2006
}
2007
.has-feedback label ~ .form-control-feedback {
Mark Otto's avatar
Mark Otto committed
2008
  top: 29px;
2009
}
XhmikosR's avatar
XhmikosR committed
2010
2011
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
2012
}
2013
2014
2015
2016
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
2017
  color: #747a7f;
2018
}
2019
@media (min-width: 48em) {
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
Mark Otto's avatar
Mark Otto committed
2030
2031
2032
2033
2034
2035
2036
2037
2038
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
XhmikosR's avatar
XhmikosR committed
2053
2054
2055
2056
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
2057
2058
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
XhmikosR's avatar
XhmikosR committed
2059
2060
    position: relative;
    margin-left: 0;
2061
2062
2063
2064
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
2065
}
2066
2067
2068
2069
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
Mark Otto's avatar
Mark Otto committed
2070
  padding-top: 1.5rem;
2071
2072
  margin-top: 0;
  margin-bottom: 0;
2073
}
2074
2075
.form-horizontal .radio,
.form-horizontal .checkbox {
Mark Otto's avatar
Mark Otto committed
2076
  min-height: 25.5px;
2077
}
2078
.form-horizontal .form-group {
2079
2080
  margin-right: -.75rem;
  margin-left: -.75rem;
2081
}
2082
@media (min-width: 48em) {
2083
  .form-horizontal .control-label {
Mark Otto's avatar
Mark Otto committed
2084
    padding-top: 1.5rem;
2085
    margin-bottom: 0;
XhmikosR's avatar
XhmikosR committed
2086
2087
2088
2089
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
2090
  right: .75rem;
XhmikosR's avatar
XhmikosR committed
2091
}
2092
@media (min-width: 48em) {
XhmikosR's avatar
XhmikosR committed
2093
  .form-horizontal .form-group-lg .control-label {
Mark Otto's avatar
Mark Otto committed
2094
    padding-top: 1.9975rem;
XhmikosR's avatar
XhmikosR committed
2095
2096
  }
}
2097
@media (min-width: 48em) {
XhmikosR's avatar
XhmikosR committed
2098
  .form-horizontal .form-group-sm .control-label {
Mark Otto's avatar
Mark Otto committed
2099
    padding-top: 1.3rem;
2100
  }
2101
}
2102
2103
.btn {
  display: inline-block;
Mark Otto's avatar
Mark Otto committed
2104
  padding: .5rem 1rem;
2105
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
2106
  font-size: 1rem;
2107
  font-weight: normal;
Mark Otto's avatar
Mark Otto committed
2108
  line-height: 1.5;
2109
2110
2111
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
2112
2113
  -ms-touch-action: manipulation;
      touch-action: manipulation;
2114
2115
2116
2117
2118
2119
2120
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
Mark Otto's avatar
Mark Otto committed
2121
  border-radius: .2rem;
2122
}
2123
2124
.btn:focus,
.btn:active:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2125
2126
2127
2128
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
2129
2130
2131
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
2132
}
2133
.btn:hover,
Mark Otto's avatar
grunt    
Mark Otto committed
2134
2135
.btn:focus,
.btn.focus {
2136
  text-decoration: none;
2137
}
2138
2139
2140
2141
2142
2143
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2144
}
2145
2146
2147
2148
2149
2150
2151
2152
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
2153
}
2154
2155
.btn-primary {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
2156
2157
  background-color: #027de7;
  border-color: #026fce;
2158
}
2159
2160
.btn-primary:hover,
.btn-primary:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2161
.btn-primary.focus,
2162
2163
.btn-primary:active,
.btn-primary.active,
XhmikosR's avatar
XhmikosR committed
2164
.open > .dropdown-toggle.btn-primary {
2165
  color: #fff;
Mark Otto's avatar
Mark Otto committed
2166
2167
  background-color: #0262b4;
  border-color: #014e91;
2168
}
2169
2170
.btn-primary:active,
.btn-primary.active,
XhmikosR's avatar
XhmikosR committed
2171
.open > .dropdown-toggle.btn-primary {
2172
  background-image: none;
2173
}
2174
2175
2176
2177
2178
2179
2180
2181
2182
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2183
2184
2185
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
2186
2187
2188
2189
2190
2191
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
Mark Otto's avatar
Mark Otto committed
2192
2193
  background-color: #027de7;
  border-color: #026fce;
2194
}
2195
.btn-primary .badge {
Mark Otto's avatar
Mark Otto committed
2196
  color: #027de7;
2197
  background-color: #fff;
2198
}
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #eceeef;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #cbd0d3;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #fff;
  border-color: #eceeef;
}
.btn-secondary .badge {
  color: #fff;
  background-color: #373a3c;
}
2244
2245
2246
2247
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
2248
}
2249
2250
.btn-success:hover,
.btn-success:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2251
.btn-success.focus,
2252
2253
.btn-success:active,
.btn-success.active,
XhmikosR's avatar
XhmikosR committed
2254
.open > .dropdown-toggle.btn-success {
2255
  color: #fff;
2256
  background-color: #449d44;
2257
  border-color: #398439;
2258
}
2259
2260
.btn-success:active,
.btn-success.active,
XhmikosR's avatar
XhmikosR committed
2261
.open > .dropdown-toggle.btn-success {
2262
  background-image: none;
2263
}
2264
2265
2266
2267
2268
2269
2270
2271
2272
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2273
2274
2275
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
2276
2277
2278
2279
2280
2281
2282
2283
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
2284
}
2285
2286
2287
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
2288
}
2289
2290
2291
2292
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
2293
}
2294
2295
.btn-warning:hover,
.btn-warning:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2296
.btn-warning.focus,
2297
2298
.btn-warning:active,
.btn-warning.active,
XhmikosR's avatar
XhmikosR committed
2299
.open > .dropdown-toggle.btn-warning {
2300
  color: #fff;
2301
  background-color: #ec971f;
2302
  border-color: #d58512;
2303
}
2304
2305
.btn-warning:active,
.btn-warning.active,
XhmikosR's avatar
XhmikosR committed
2306
.open > .dropdown-toggle.btn-warning {
2307
  background-image: none;
2308
}
2309
2310
2311
2312
2313
2314
2315
2316
2317
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2318
2319
2320
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
2321
2322
2323
2324
2325
2326
2327
2328
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
2329
}
2330
2331
2332
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
2333
}
2334
2335
2336
2337
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
2338
}
2339
2340
.btn-danger:hover,
.btn-danger:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2341
.btn-danger.focus,
2342
2343
.btn-danger:active,
.btn-danger.active,
XhmikosR's avatar
XhmikosR committed
2344
.open > .dropdown-toggle.btn-danger {
2345
  color: #fff;
2346
  background-color: #c9302c;
2347
  border-color: #ac2925;
2348
}
2349
2350
.btn-danger:active,
.btn-danger.active,
XhmikosR's avatar
XhmikosR committed
2351
.open > .dropdown-toggle.btn-danger {
2352
  background-image: none;
2353
}
2354
2355
2356
2357
2358
2359
2360
2361
2362
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2363
2364
2365
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
2366
2367
2368
2369
2370
2371
2372
2373
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
2374
}
2375
2376
2377
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
2378
}
2379
2380
.btn-link {
  font-weight: normal;
Mark Otto's avatar
Mark Otto committed
2381
  color: #027de7;
2382
  border-radius: 0;
2383
}
2384
2385
2386
2387
2388
2389
2390
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
2391
}
2392
2393
2394
2395
2396
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
2397
}
2398
2399
.btn-link:hover,
.btn-link:focus {
Mark Otto's avatar
Mark Otto committed
2400
  color: #01549b;
2401
2402
  text-decoration: underline;
  background-color: transparent;
2403
}
2404
2405
2406
2407
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
2408
  color: #818a91;
2409
  text-decoration: none;
2410
}
2411
2412
.btn-lg,
.btn-group-lg > .btn {
Mark Otto's avatar
Mark Otto committed
2413
  padding: .75rem 1.5rem;
Mark Otto's avatar
Mark Otto committed
2414
  font-size: 1.25rem;
2415
  line-height: 1.33;
Mark Otto's avatar
Mark Otto committed
2416
  border-radius: .3rem;
2417
}
2418
2419
.btn-sm,
.btn-group-sm > .btn {
Mark Otto's avatar
Mark Otto committed
2420
  padding: .3rem .75rem;
Mark Otto's avatar
Mark Otto committed
2421
  font-size: .85rem;
2422
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
2423
  border-radius: .2rem;
2424
}
2425
2426
.btn-xs,
.btn-group-xs > .btn {
Mark Otto's avatar
Mark Otto committed
2427
2428
  padding: .2rem .5rem;
  font-size: .75rem;
2429
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
2430
  border-radius: .2rem;
2431
}
2432
2433
2434
.btn-block {
  display: block;
  width: 100%;
2435
}
2436
2437
.btn-block + .btn-block {
  margin-top: 5px;
2438
}
2439
2440
2441
2442
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
2443
}
2444
2445
2446
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
Bas Bosman's avatar
Bas Bosman committed
2447
       -o-transition: opacity .15s linear;
2448
          transition: opacity .15s linear;
2449
}
2450
2451
.fade.in {
  opacity: 1;
2452
}
2453
2454
.collapse {
  display: none;
2455
}
2456
2457
.collapse.in {
  display: block;
2458
}
2459
2460
tr.collapse.in {
  display: table-row;
2461
}
2462
2463
tbody.collapse.in {
  display: table-row-group;
2464
}
2465
2466
2467
2468
2469
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
Bas Bosman's avatar
Bas Bosman committed
2470
       -o-transition: height .35s ease;
2471
          transition: height .35s ease;
2472
}
2473
2474
2475
2476
.dropdown {
  position: relative;
}
.dropdown-toggle:after {
2477
2478
2479
  display: inline-block;
  width: 0;
  height: 0;
2480
  margin-left: .25rem;
2481
  vertical-align: middle;
2482
  content: "";
2483
2484
2485
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
2486
2487
2488
2489
2490
2491
2492
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
XhmikosR's avatar
XhmikosR committed
2493
  left: 0;
2494
2495
  z-index: 1000;
  display: none;
XhmikosR's avatar
XhmikosR committed
2496
  float: left;
2497
2498
2499
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
Mark Otto's avatar
Mark Otto committed
2500
  font-size: 1rem;
XhmikosR's avatar
XhmikosR committed
2501
  text-align: left;
2502
2503
  list-style: none;
  background-color: #fff;
Bas Bosman's avatar
Bas Bosman committed
2504
2505
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
2506
2507
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
Mark Otto's avatar
Mark Otto committed
2508
  border-radius: .2rem;
2509
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
2510
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
2511
2512
2513
}
.dropdown-menu .divider {
  height: 1px;
Mark Otto's avatar
Mark Otto committed
2514
  margin: 11px 0;
2515
2516
2517
2518
2519
2520
2521
2522
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
Mark Otto's avatar
Mark Otto committed
2523
  line-height: 1.5;
2524
  color: #373a3c;
2525
2526
2527
2528
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
2529
  color: #2b2d2f;
2530
2531
2532
2533
2534
2535
2536
2537
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
2538
  background-color: #027de7;
2539
2540
2541
2542
2543
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
2544
  color: #818a91;
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
2562
  left: auto;
2563
}
XhmikosR's avatar
XhmikosR committed
2564
2565
2566
2567
.dropdown-menu-left {
  right: auto;
  left: 0;
}
2568
2569
2570
.dropdown-header {
  display: block;
  padding: 3px 20px;
Mark Otto's avatar
Mark Otto committed
2571
2572
  font-size: .85rem;
  line-height: 1.5;
2573
  color: #818a91;
XhmikosR's avatar
XhmikosR committed
2574
  white-space: nowrap;
2575
2576
2577
2578
2579
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
2580
2581
  bottom: 0;
  left: 0;
2582
2583
2584
  z-index: 990;
}
.pull-right > .dropdown-menu {
XhmikosR's avatar
XhmikosR committed
2585
2586
  right: 0;
  left: auto;
2587
2588
2589
2590
2591
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
2592
  border-bottom: .3em solid;
2593
2594
2595
2596
2597
2598
2599
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
2600
@media (min-width: 48em) {
2601
2602
  .navbar-right .dropdown-menu {
    right: 0;
2603
    left: auto;
2604
  }
XhmikosR's avatar
XhmikosR committed
2605
2606
2607
2608
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
XhmikosR's avatar
XhmikosR committed
2619
  float: left;
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
Mark Otto's avatar
grunt    
Mark Otto committed
2633
  outline: 0;
2634
2635
2636
2637
2638
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
XhmikosR's avatar
XhmikosR committed
2639
  margin-left: -1px;
2640
2641
}
.btn-toolbar {
XhmikosR's avatar
XhmikosR committed
2642
  margin-left: -5px;
2643
2644
2645
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
XhmikosR's avatar
XhmikosR committed
2646
  float: left;
2647
2648
2649
2650
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
XhmikosR's avatar
XhmikosR committed
2651
  margin-left: 5px;
2652
2653
2654
2655
2656
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
XhmikosR's avatar
XhmikosR committed
2657
  margin-left: 0;
2658
2659
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
XhmikosR's avatar
XhmikosR committed
2660
2661
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
2662
2663
2664
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
XhmikosR's avatar
XhmikosR committed
2665
2666
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
2667
2668
}
.btn-group > .btn-group {
XhmikosR's avatar
XhmikosR committed
2669
  float: left;
2670
2671
2672
2673
2674
2675
2676
2677
2678
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
XhmikosR's avatar
XhmikosR committed
2679
2680
2681
2682
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
2683
2684
2685
2686
2687
2688
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
2689
  padding-left: 8px;
2690
2691
2692
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
2693
  padding-left: 12px;
2694
2695
2696
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2697
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2698
2699
2700
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
2701
          box-shadow: none;
2702
2703
}
.btn .caret {
XhmikosR's avatar
XhmikosR committed
2704
  margin-left: 0;
2705
2706
}
.btn-lg .caret {
2707
  border-width: .3em .3em 0;
2708
2709
2710
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
2711
  border-width: 0 .3em .3em;
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
XhmikosR's avatar
XhmikosR committed
2729
  margin-left: 0;
2730
2731
2732
2733
2734
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
Mark Otto's avatar
Mark Otto committed
2735
  border-top-right-radius: .2rem;
2736
  border-bottom-right-radius: 0;
2737
  border-bottom-left-radius: 0;
2738
2739
2740
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
2741
  border-top-right-radius: 0;
Mark Otto's avatar
Mark Otto committed
2742
  border-bottom-left-radius: .2rem;
2743
2744
2745
2746
2747
2748
2749
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
2750
  border-bottom-left-radius: 0;
2751
2752
2753
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
2754
  border-top-right-radius: 0;
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
XhmikosR's avatar
XhmikosR committed
2771
2772
2773
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
2774
2775
2776
2777
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
2778
2779
  position: absolute;
  z-index: -1;
XhmikosR's avatar
XhmikosR committed
2780
  filter: alpha(opacity=0);
2781
  opacity: 0;
2782
2783
2784
2785
2786
2787
2788
2789
2790
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
2791
  padding-left: 0;
2792
2793
2794
2795
}
.input-group .form-control {
  position: relative;
  z-index: 2;
XhmikosR's avatar
XhmikosR committed
2796
  float: left;
2797
2798
2799
2800
2801
2802
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
2803
  height: 3.3625rem;
Mark Otto's avatar
Mark Otto committed
2804
  padding: .75rem 1.5rem;
Mark Otto's avatar
Mark Otto committed
2805
  font-size: 1.25rem;
2806
  line-height: 1.33;
Mark Otto's avatar
Mark Otto committed
2807
  border-radius: .3rem;
2808
2809
2810
2811
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
2812
2813
  height: 3.3625rem;
  line-height: 3.3625rem;
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
2826
  height: 2.075rem;
Mark Otto's avatar
Mark Otto committed
2827
  padding: .3rem .75rem;
Mark Otto's avatar
Mark Otto committed
2828
  font-size: .85rem;
2829
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
2830
  border-radius: .2rem;
2831
2832
2833
2834
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
2835
2836
  height: 2.075rem;
  line-height: 2.075rem;
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
Mark Otto's avatar
Mark Otto committed
2863
  padding: .5rem 1rem;
Mark Otto's avatar
Mark Otto committed
2864
  font-size: 1rem;
2865
2866
  font-weight: normal;
  line-height: 1;
2867
  color: #55595c;
2868
  text-align: center;
2869
  background-color: #eceeef;
2870
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
2871
  border-radius: .2rem;
2872
2873
}
.input-group-addon.input-sm {
Mark Otto's avatar
Mark Otto committed
2874
  padding: .3rem .75rem;
Mark Otto's avatar
Mark Otto committed
2875
  font-size: .85rem;
Mark Otto's avatar
Mark Otto committed
2876
  border-radius: .2rem;
2877
2878
}
.input-group-addon.input-lg {
Mark Otto's avatar
Mark Otto committed
2879
  padding: .75rem 1.5rem;
Mark Otto's avatar
Mark Otto committed
2880
  font-size: 1.25rem;
Mark Otto's avatar
Mark Otto committed
2881
  border-radius: .3rem;
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
XhmikosR's avatar
XhmikosR committed
2894
2895
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
2896
2897
}
.input-group-addon:first-child {
XhmikosR's avatar
XhmikosR committed
2898
  border-right: 0;
2899
2900
2901
2902
2903
2904
2905
2906
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
XhmikosR's avatar
XhmikosR committed
2907
2908
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
2909
2910
}
.input-group-addon:last-child {
XhmikosR's avatar
XhmikosR committed
2911
  border-left: 0;
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
XhmikosR's avatar
XhmikosR committed
2922
  margin-left: -1px;
2923
2924
2925
2926
2927
2928
2929
2930
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
XhmikosR's avatar
XhmikosR committed
2931
  margin-right: -1px;
2932
2933
2934
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
XhmikosR's avatar
XhmikosR committed
2935
  margin-left: -1px;
2936
2937
}
.nav {
XhmikosR's avatar
XhmikosR committed
2938
  padding-left: 0;
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
2954
  background-color: #eceeef;
2955
2956
}
.nav > li.disabled > a {
2957
  color: #818a91;
2958
2959
2960
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
2961
  color: #818a91;
2962
2963
2964
2965
2966
2967
2968
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
2969
  background-color: #eceeef;
Mark Otto's avatar
Mark Otto committed
2970
  border-color: #027de7;
2971
2972
2973
}
.nav .nav-divider {
  height: 1px;
Mark Otto's avatar
Mark Otto committed
2974
  margin: 11px 0;
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
XhmikosR's avatar
XhmikosR committed
2985
  float: left;
2986
2987
2988
  margin-bottom: -1px;
}
.nav-tabs > li > a {
XhmikosR's avatar
XhmikosR committed
2989
  margin-right: 2px;
Mark Otto's avatar
Mark Otto committed
2990
  line-height: 1.5;
2991
  border: 1px solid transparent;
Mark Otto's avatar
Mark Otto committed
2992
  border-radius: .2rem .2rem 0 0;
2993
2994
}
.nav-tabs > li > a:hover {
2995
  border-color: #eceeef #eceeef #ddd;
2996
2997
2998
2999
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
3000
  color: #55595c;
For faster browsing, not all history is shown. View entire blame