2013-02-12 21:16:32 +01:00
|
|
|
/*!
|
2013-12-18 23:56:08 +01:00
|
|
|
* Bootstrap v3.1.0 (http://getbootstrap.com)
|
2013-10-03 19:42:55 +02:00
|
|
|
* Copyright 2013 Twitter, Inc.
|
2013-12-19 00:08:16 +01:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
2013-02-12 21:16:32 +01:00
|
|
|
*/
|
2013-10-24 19:32:41 +02:00
|
|
|
|
2013-12-09 07:11:46 +01:00
|
|
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
2013-02-12 21:16:32 +01:00
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
main,
|
|
|
|
nav,
|
|
|
|
section,
|
|
|
|
summary {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
video {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
|
|
display: none;
|
|
|
|
height: 0;
|
|
|
|
}
|
2013-09-18 07:14:39 +02:00
|
|
|
[hidden],
|
|
|
|
template {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
2013-12-23 22:25:51 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
-ms-text-size-adjust: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-09-18 07:14:39 +02:00
|
|
|
a {
|
|
|
|
background: transparent;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
a:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
}
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
h1 {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin: .67em 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 2em;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
abbr[title] {
|
|
|
|
border-bottom: 1px dotted;
|
|
|
|
}
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
dfn {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
hr {
|
2013-12-09 07:55:09 +01:00
|
|
|
height: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
mark {
|
|
|
|
color: #000;
|
|
|
|
background: #ff0;
|
|
|
|
}
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp {
|
|
|
|
font-family: monospace, serif;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
q {
|
|
|
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
|
|
}
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
sub,
|
|
|
|
sup {
|
2013-12-09 07:55:09 +01:00
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
sup {
|
2013-12-09 07:11:46 +01:00
|
|
|
top: -.5em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
sub {
|
2013-12-09 07:11:46 +01:00
|
|
|
bottom: -.25em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
figure {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
fieldset {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: .35em .625em .75em;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 0 2px;
|
2013-02-12 21:16:32 +01:00
|
|
|
border: 1px solid #c0c0c0;
|
|
|
|
}
|
|
|
|
legend {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
button,
|
|
|
|
input {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
html input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
2013-12-09 07:11:46 +01:00
|
|
|
cursor: pointer;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
button[disabled],
|
|
|
|
html input[disabled] {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
|
|
|
box-sizing: border-box;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
input[type="search"] {
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2013-12-23 22:25:51 +01:00
|
|
|
-webkit-appearance: textfield;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-spacing: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-collapse: collapse;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-01 04:42:51 +01:00
|
|
|
@media print {
|
2013-12-09 07:33:24 +01:00
|
|
|
* {
|
2013-03-01 04:42:51 +01:00
|
|
|
color: #000 !important;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-shadow: none !important;
|
2013-03-01 04:42:51 +01:00
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
a,
|
2013-03-01 04:42:51 +01:00
|
|
|
a:visited {
|
|
|
|
text-decoration: underline;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
a[href]:after {
|
2013-03-01 04:42:51 +01:00
|
|
|
content: " (" attr(href) ")";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
abbr[title]:after {
|
2013-03-01 04:42:51 +01:00
|
|
|
content: " (" attr(title) ")";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
a[href^="javascript:"]:after,
|
2013-03-01 04:42:51 +01:00
|
|
|
a[href^="#"]:after {
|
|
|
|
content: "";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
pre,
|
2013-03-01 04:42:51 +01:00
|
|
|
blockquote {
|
|
|
|
border: 1px solid #999;
|
2013-12-23 22:25:51 +01:00
|
|
|
|
2013-03-01 04:42:51 +01:00
|
|
|
page-break-inside: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
thead {
|
2013-03-01 04:42:51 +01:00
|
|
|
display: table-header-group;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr,
|
2013-03-01 04:42:51 +01:00
|
|
|
img {
|
|
|
|
page-break-inside: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
img {
|
2013-03-01 04:42:51 +01:00
|
|
|
max-width: 100% !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-09 07:11:46 +01:00
|
|
|
@page {
|
2013-05-09 04:57:42 +02:00
|
|
|
margin: 2cm .5cm;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
p,
|
2013-03-01 04:42:51 +01:00
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
orphans: 3;
|
|
|
|
widows: 3;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
h2,
|
2013-03-01 04:42:51 +01:00
|
|
|
h3 {
|
|
|
|
page-break-after: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
select {
|
2013-10-28 09:59:24 +01:00
|
|
|
background: #fff !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar {
|
2013-03-17 00:17:32 +01:00
|
|
|
display: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table td,
|
2013-06-18 05:56:02 +02:00
|
|
|
.table th {
|
|
|
|
background-color: #fff !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.btn > .caret,
|
2013-06-18 05:56:02 +02:00
|
|
|
.dropup > .btn > .caret {
|
|
|
|
border-top-color: #000 !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.label {
|
2013-06-18 05:56:02 +02:00
|
|
|
border: 1px solid #000;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table {
|
2013-07-20 01:49:38 +02:00
|
|
|
border-collapse: collapse !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-bordered th,
|
2013-07-20 01:49:38 +02:00
|
|
|
.table-bordered td {
|
|
|
|
border: 1px solid #ddd !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-03-01 04:42:51 +01:00
|
|
|
}
|
2013-08-13 06:26:43 +02:00
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
2013-03-10 19:24:07 +01:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
2013-12-23 22:25:51 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
body {
|
2013-03-27 01:12:17 +01:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
2013-05-15 08:21:30 +02:00
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
2013-03-27 01:12:17 +01:00
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
a:hover,
|
|
|
|
a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #2a6496;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: underline;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
a:focus {
|
2013-11-28 21:34:42 +01:00
|
|
|
outline: thin dotted;
|
2013-02-12 21:16:32 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
img {
|
2013-06-28 09:09:10 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2013-08-15 09:46:18 +02:00
|
|
|
.img-responsive {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
height: auto;
|
2013-08-15 09:46:18 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.img-rounded {
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2013-08-19 04:24:10 +02:00
|
|
|
.img-thumbnail {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
height: auto;
|
2013-08-19 04:24:10 +02:00
|
|
|
padding: 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.428571429;
|
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-08-19 04:24:10 +02:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
-webkit-transition: all .2s ease-in-out;
|
|
|
|
transition: all .2s ease-in-out;
|
2013-08-19 04:24:10 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.img-circle {
|
2013-08-12 00:41:06 +02:00
|
|
|
border-radius: 50%;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-05 21:21:05 +02:00
|
|
|
hr {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 1px solid #eee;
|
2013-07-05 21:21:05 +02:00
|
|
|
}
|
Improve accessibility (Section 508, WCAG)
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices.
What was done
- Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria)
- Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users.
- Advised users to always use label elements. For inline forms, they can hide them with `.sr-only`
- Added 'Skip navigation' link
- Added "Accessibility" section to getting-started.html.
What *wasn't* done
- Contrast issues (twbs#3572)
- Tooltips (twbs#8469)
- Documentation re: usage of icons, since they now live in a separate repo
Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-07 06:25:36 +02:00
|
|
|
.sr-only {
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
Improve accessibility (Section 508, WCAG)
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices.
What was done
- Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria)
- Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users.
- Advised users to always use label elements. For inline forms, they can hide them with `.sr-only`
- Added 'Skip navigation' link
- Added "Accessibility" section to getting-started.html.
What *wasn't* done
- Contrast issues (twbs#3572)
- Tooltips (twbs#8469)
- Documentation re: usage of icons, since they now live in a separate repo
Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-07 06:25:36 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
2013-03-15 07:01:23 +01:00
|
|
|
h6,
|
|
|
|
.h1,
|
|
|
|
.h2,
|
|
|
|
.h3,
|
|
|
|
.h4,
|
|
|
|
.h5,
|
|
|
|
.h6 {
|
2013-12-08 11:14:24 +01:00
|
|
|
font-family: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-weight: 500;
|
2013-05-10 02:20:46 +02:00
|
|
|
line-height: 1.1;
|
2013-09-01 09:49:28 +02:00
|
|
|
color: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
h1 small,
|
|
|
|
h2 small,
|
|
|
|
h3 small,
|
|
|
|
h4 small,
|
|
|
|
h5 small,
|
2013-03-15 07:01:23 +01:00
|
|
|
h6 small,
|
|
|
|
.h1 small,
|
|
|
|
.h2 small,
|
|
|
|
.h3 small,
|
|
|
|
.h4 small,
|
|
|
|
.h5 small,
|
2013-10-14 00:54:49 +02:00
|
|
|
.h6 small,
|
|
|
|
h1 .small,
|
|
|
|
h2 .small,
|
|
|
|
h3 .small,
|
|
|
|
h4 .small,
|
|
|
|
h5 .small,
|
|
|
|
h6 .small,
|
|
|
|
.h1 .small,
|
|
|
|
.h2 .small,
|
|
|
|
.h3 .small,
|
|
|
|
.h4 .small,
|
|
|
|
.h5 .small,
|
|
|
|
.h6 .small {
|
2013-02-12 21:16:32 +01:00
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
h1,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h1,
|
2013-02-12 21:16:32 +01:00
|
|
|
h2,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h2,
|
|
|
|
h3,
|
|
|
|
.h3 {
|
2013-05-10 19:33:35 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-23 23:22:51 +02:00
|
|
|
h1 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h1 small,
|
2013-08-23 23:22:51 +02:00
|
|
|
h2 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h2 small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h3 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h3 small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h1 .small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h1 .small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h2 .small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h2 .small,
|
|
|
|
h3 .small,
|
|
|
|
.h3 .small {
|
2013-08-23 23:22:51 +02:00
|
|
|
font-size: 65%;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
h4,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h4,
|
2013-02-12 21:16:32 +01:00
|
|
|
h5,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h5,
|
|
|
|
h6,
|
|
|
|
.h6 {
|
2013-05-10 19:33:35 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-23 23:22:51 +02:00
|
|
|
h4 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h4 small,
|
2013-08-23 23:22:51 +02:00
|
|
|
h5 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h5 small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h6 small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h6 small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h4 .small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h4 .small,
|
2013-10-14 00:54:49 +02:00
|
|
|
h5 .small,
|
2013-12-18 18:49:05 +01:00
|
|
|
.h5 .small,
|
|
|
|
h6 .small,
|
|
|
|
.h6 .small {
|
2013-08-23 23:22:51 +02:00
|
|
|
font-size: 75%;
|
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h1,
|
|
|
|
.h1 {
|
2013-08-19 06:49:05 +02:00
|
|
|
font-size: 36px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h2,
|
|
|
|
.h2 {
|
2013-08-19 06:49:05 +02:00
|
|
|
font-size: 30px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h3,
|
|
|
|
.h3 {
|
2013-05-10 02:20:46 +02:00
|
|
|
font-size: 24px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h4,
|
|
|
|
.h4 {
|
2013-05-10 02:20:46 +02:00
|
|
|
font-size: 18px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h5,
|
|
|
|
.h5 {
|
2013-03-31 21:00:04 +02:00
|
|
|
font-size: 14px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-15 07:01:23 +01:00
|
|
|
h6,
|
|
|
|
.h6 {
|
2013-05-10 02:20:46 +02:00
|
|
|
font-size: 12px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-11-30 23:58:35 +01:00
|
|
|
p {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.lead {
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
2013-11-30 23:58:35 +01:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 1.4;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-11-30 23:58:35 +01:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.lead {
|
2013-11-30 23:58:35 +01:00
|
|
|
font-size: 21px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-11-30 23:58:35 +01:00
|
|
|
}
|
|
|
|
small,
|
|
|
|
.small {
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
cite {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-12-15 06:40:16 +01:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.text-justify {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2013-11-30 23:58:35 +01:00
|
|
|
.text-muted {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-11-30 23:58:35 +01:00
|
|
|
}
|
|
|
|
.text-primary {
|
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
.text-primary:hover {
|
|
|
|
color: #3071a9;
|
|
|
|
}
|
|
|
|
.text-warning {
|
|
|
|
color: #8a6d3b;
|
|
|
|
}
|
|
|
|
.text-warning:hover {
|
|
|
|
color: #66512c;
|
|
|
|
}
|
|
|
|
.text-danger {
|
|
|
|
color: #a94442;
|
|
|
|
}
|
|
|
|
.text-danger:hover {
|
|
|
|
color: #843534;
|
|
|
|
}
|
|
|
|
.text-success {
|
|
|
|
color: #3c763d;
|
|
|
|
}
|
|
|
|
.text-success:hover {
|
|
|
|
color: #2b542c;
|
|
|
|
}
|
|
|
|
.text-info {
|
|
|
|
color: #31708f;
|
|
|
|
}
|
|
|
|
.text-info:hover {
|
|
|
|
color: #245269;
|
|
|
|
}
|
2013-12-15 06:40:16 +01:00
|
|
|
.bg-primary {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #428bca;
|
2013-11-30 23:58:35 +01:00
|
|
|
}
|
2013-12-15 06:40:16 +01:00
|
|
|
a.bg-primary:hover {
|
|
|
|
background-color: #3071a9;
|
2013-11-30 23:58:35 +01:00
|
|
|
}
|
2013-12-15 06:40:16 +01:00
|
|
|
.bg-warning {
|
|
|
|
background-color: #fcf8e3;
|
2013-11-30 23:58:35 +01:00
|
|
|
}
|
2013-12-15 06:40:16 +01:00
|
|
|
a.bg-warning:hover {
|
|
|
|
background-color: #f7ecb5;
|
|
|
|
}
|
|
|
|
.bg-danger {
|
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
|
|
|
a.bg-danger:hover {
|
|
|
|
background-color: #e4b9b9;
|
|
|
|
}
|
|
|
|
.bg-success {
|
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
|
|
|
a.bg-success:hover {
|
|
|
|
background-color: #c1e2b3;
|
|
|
|
}
|
|
|
|
.bg-info {
|
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
|
|
|
a.bg-info:hover {
|
|
|
|
background-color: #afd9ee;
|
2013-12-07 21:19:17 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.page-header {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-bottom: 9px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 40px 0 20px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
ul,
|
|
|
|
ol {
|
2013-06-17 22:35:50 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
ul ul,
|
2013-07-09 03:22:36 +02:00
|
|
|
ol ul,
|
2013-02-12 21:16:32 +01:00
|
|
|
ul ol,
|
2013-07-09 03:22:36 +02:00
|
|
|
ol ol {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-03-27 23:42:11 +01:00
|
|
|
.list-unstyled {
|
2013-06-17 22:49:22 +02:00
|
|
|
padding-left: 0;
|
2013-03-27 23:42:11 +01:00
|
|
|
list-style: none;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.list-inline {
|
2013-06-17 22:49:22 +02:00
|
|
|
padding-left: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.list-inline > li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2013-10-26 15:13:34 +02:00
|
|
|
.list-inline > li:first-child {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
dl {
|
2013-12-01 08:08:41 +01:00
|
|
|
margin-top: 0;
|
2013-05-10 19:33:35 +02:00
|
|
|
margin-bottom: 20px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
dt,
|
|
|
|
dd {
|
2013-05-15 08:21:30 +02:00
|
|
|
line-height: 1.428571429;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
dd {
|
2013-07-23 19:18:34 +02:00
|
|
|
margin-left: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-05 18:10:52 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.dl-horizontal dt {
|
2013-08-05 18:10:52 +02:00
|
|
|
float: left;
|
2013-12-09 07:11:46 +01:00
|
|
|
width: 160px;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
|
|
|
clear: left;
|
2013-08-05 18:10:52 +02:00
|
|
|
text-align: right;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-overflow: ellipsis;
|
2013-12-09 07:55:09 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.dl-horizontal dd {
|
2013-08-05 18:10:52 +02:00
|
|
|
margin-left: 180px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
abbr[title],
|
|
|
|
abbr[data-original-title] {
|
|
|
|
cursor: help;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px dotted #999;
|
|
|
|
}
|
2013-12-01 01:18:07 +01:00
|
|
|
.initialism {
|
2013-02-12 21:16:32 +01:00
|
|
|
font-size: 90%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
blockquote {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 10px 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 0 0 20px;
|
2013-03-31 21:00:04 +02:00
|
|
|
font-size: 17.5px;
|
2013-12-20 04:40:08 +01:00
|
|
|
border-left: 5px solid #eee;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-20 04:40:08 +01:00
|
|
|
blockquote p:last-child,
|
|
|
|
blockquote ul:last-child,
|
|
|
|
blockquote ol:last-child {
|
2013-04-20 21:09:08 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-12-15 23:23:55 +01:00
|
|
|
blockquote footer,
|
2013-11-08 10:30:15 +01:00
|
|
|
blockquote small,
|
|
|
|
blockquote .small {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
2013-12-20 04:40:08 +01:00
|
|
|
font-size: 80%;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
|
|
|
}
|
2013-12-15 23:23:55 +01:00
|
|
|
blockquote footer:before,
|
2013-11-08 10:30:15 +01:00
|
|
|
blockquote small:before,
|
|
|
|
blockquote .small:before {
|
2013-02-12 21:16:32 +01:00
|
|
|
content: '\2014 \00A0';
|
|
|
|
}
|
2013-12-20 04:40:08 +01:00
|
|
|
.blockquote-reverse,
|
2013-02-12 21:16:32 +01:00
|
|
|
blockquote.pull-right {
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 0;
|
2013-12-20 04:40:08 +01:00
|
|
|
text-align: right;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-right: 5px solid #eee;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-left: 0;
|
|
|
|
}
|
2013-12-20 04:40:08 +01:00
|
|
|
.blockquote-reverse footer:before,
|
|
|
|
blockquote.pull-right footer:before,
|
|
|
|
.blockquote-reverse small:before,
|
2013-10-14 00:54:49 +02:00
|
|
|
blockquote.pull-right small:before,
|
2013-12-20 04:40:08 +01:00
|
|
|
.blockquote-reverse .small:before,
|
2013-10-14 00:54:49 +02:00
|
|
|
blockquote.pull-right .small:before {
|
2013-02-12 21:16:32 +01:00
|
|
|
content: '';
|
|
|
|
}
|
2013-12-20 04:40:08 +01:00
|
|
|
.blockquote-reverse footer:after,
|
|
|
|
blockquote.pull-right footer:after,
|
|
|
|
.blockquote-reverse small:after,
|
2013-10-14 00:54:49 +02:00
|
|
|
blockquote.pull-right small:after,
|
2013-12-20 04:40:08 +01:00
|
|
|
.blockquote-reverse .small:after,
|
2013-10-14 00:54:49 +02:00
|
|
|
blockquote.pull-right .small:after {
|
2013-02-12 21:16:32 +01:00
|
|
|
content: '\00A0 \2014';
|
|
|
|
}
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
address {
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-style: normal;
|
2013-05-15 08:21:30 +02:00
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
code,
|
2013-10-21 01:46:38 +02:00
|
|
|
kbd,
|
2013-09-11 21:31:21 +02:00
|
|
|
pre,
|
|
|
|
samp {
|
2013-11-17 03:01:59 +01:00
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
code {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 2px 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 90%;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #c7254e;
|
2013-12-09 07:55:09 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f9f2f4;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-07 21:18:13 +01:00
|
|
|
kbd {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 2px 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 90%;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #333;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 3px;
|
2013-12-09 07:11:46 +01:00
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
|
2013-12-07 21:18:13 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
pre {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
|
|
|
padding: 9.5px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 0 0 10px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-12-09 07:55:09 +01:00
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
background-color: #f5f5f5;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ccc;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
pre code {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: inherit;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: inherit;
|
2013-12-09 07:55:09 +01:00
|
|
|
white-space: pre-wrap;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.pre-scrollable {
|
2013-12-09 07:11:46 +01:00
|
|
|
max-height: 340px;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow-y: scroll;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.container {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-11-28 23:22:31 +01:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.container {
|
2013-11-28 23:22:31 +01:00
|
|
|
width: 750px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-11-28 23:22:31 +01:00
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.container {
|
2013-11-28 23:22:31 +01:00
|
|
|
width: 970px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-11-28 23:22:31 +01:00
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.container {
|
2013-11-28 23:22:31 +01:00
|
|
|
width: 1170px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-11-28 23:22:31 +01:00
|
|
|
}
|
2013-12-08 05:52:51 +01:00
|
|
|
.container-fluid {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-12-08 05:52:51 +01:00
|
|
|
}
|
2013-08-17 00:16:03 +02:00
|
|
|
.row {
|
|
|
|
margin-right: -15px;
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
2013-12-09 07:11:46 +01:00
|
|
|
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
|
2013-03-16 07:21:10 +01:00
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
min-height: 1px;
|
2013-03-16 07:21:10 +01:00
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-09 07:11:46 +01:00
|
|
|
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
2013-06-24 00:05:58 +02:00
|
|
|
float: left;
|
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-12 {
|
|
|
|
width: 100%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-11 {
|
|
|
|
width: 91.66666666666666%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-10 {
|
|
|
|
width: 83.33333333333334%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-9 {
|
|
|
|
width: 75%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-8 {
|
|
|
|
width: 66.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-7 {
|
|
|
|
width: 58.333333333333336%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
.col-xs-6 {
|
2013-06-03 20:58:38 +02:00
|
|
|
width: 50%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-5 {
|
|
|
|
width: 41.66666666666667%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-4 {
|
|
|
|
width: 33.33333333333333%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-3 {
|
|
|
|
width: 25%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-2 {
|
|
|
|
width: 16.666666666666664%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-1 {
|
|
|
|
width: 8.333333333333332%;
|
2013-04-03 04:40:43 +02:00
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-pull-12 {
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-11 {
|
|
|
|
right: 91.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-10 {
|
|
|
|
right: 83.33333333333334%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-9 {
|
|
|
|
right: 75%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-8 {
|
|
|
|
right: 66.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-7 {
|
|
|
|
right: 58.333333333333336%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-6 {
|
|
|
|
right: 50%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-5 {
|
|
|
|
right: 41.66666666666667%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-4 {
|
|
|
|
right: 33.33333333333333%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-3 {
|
|
|
|
right: 25%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-2 {
|
|
|
|
right: 16.666666666666664%;
|
|
|
|
}
|
|
|
|
.col-xs-pull-1 {
|
|
|
|
right: 8.333333333333332%;
|
|
|
|
}
|
2013-11-06 22:03:08 +01:00
|
|
|
.col-xs-pull-0 {
|
|
|
|
right: 0;
|
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-push-12 {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.col-xs-push-11 {
|
|
|
|
left: 91.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-push-10 {
|
|
|
|
left: 83.33333333333334%;
|
|
|
|
}
|
|
|
|
.col-xs-push-9 {
|
|
|
|
left: 75%;
|
|
|
|
}
|
|
|
|
.col-xs-push-8 {
|
|
|
|
left: 66.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-push-7 {
|
|
|
|
left: 58.333333333333336%;
|
|
|
|
}
|
|
|
|
.col-xs-push-6 {
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
.col-xs-push-5 {
|
|
|
|
left: 41.66666666666667%;
|
|
|
|
}
|
|
|
|
.col-xs-push-4 {
|
|
|
|
left: 33.33333333333333%;
|
|
|
|
}
|
|
|
|
.col-xs-push-3 {
|
|
|
|
left: 25%;
|
|
|
|
}
|
|
|
|
.col-xs-push-2 {
|
|
|
|
left: 16.666666666666664%;
|
|
|
|
}
|
|
|
|
.col-xs-push-1 {
|
|
|
|
left: 8.333333333333332%;
|
|
|
|
}
|
2013-11-06 22:03:08 +01:00
|
|
|
.col-xs-push-0 {
|
|
|
|
left: 0;
|
|
|
|
}
|
2013-10-12 07:00:37 +02:00
|
|
|
.col-xs-offset-12 {
|
|
|
|
margin-left: 100%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-11 {
|
|
|
|
margin-left: 91.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-10 {
|
|
|
|
margin-left: 83.33333333333334%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-9 {
|
|
|
|
margin-left: 75%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-8 {
|
|
|
|
margin-left: 66.66666666666666%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-7 {
|
|
|
|
margin-left: 58.333333333333336%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-6 {
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-5 {
|
|
|
|
margin-left: 41.66666666666667%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-4 {
|
|
|
|
margin-left: 33.33333333333333%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-3 {
|
|
|
|
margin-left: 25%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-2 {
|
|
|
|
margin-left: 16.666666666666664%;
|
|
|
|
}
|
|
|
|
.col-xs-offset-1 {
|
|
|
|
margin-left: 8.333333333333332%;
|
2013-06-04 06:51:35 +02:00
|
|
|
}
|
2013-11-06 22:03:08 +01:00
|
|
|
.col-xs-offset-0 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
2013-06-24 00:05:58 +02:00
|
|
|
float: left;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-7 {
|
2013-06-03 20:58:38 +02:00
|
|
|
width: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-6 {
|
2013-06-03 20:58:38 +02:00
|
|
|
width: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-2 {
|
2013-06-02 22:38:45 +02:00
|
|
|
right: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-11 {
|
2013-06-02 22:38:45 +02:00
|
|
|
left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-8 {
|
2013-08-01 17:49:16 +02:00
|
|
|
margin-left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-6 {
|
2013-08-01 17:49:16 +02:00
|
|
|
margin-left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-06-03 00:33:42 +02:00
|
|
|
@media (min-width: 992px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
float: left;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-7 {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
width: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-1 {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
right: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-pull-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-push-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-7 {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
margin-left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
|
2013-06-24 00:05:58 +02:00
|
|
|
float: left;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-7 {
|
2013-06-03 00:33:42 +02:00
|
|
|
width: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
width: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
right: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-1 {
|
2013-08-01 17:49:16 +02:00
|
|
|
right: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-pull-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-7 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-6 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-12 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 100%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-11 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 91.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-10 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 83.33333333333334%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-9 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 75%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-8 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 66.66666666666666%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-7 {
|
2013-06-24 00:15:42 +02:00
|
|
|
margin-left: 58.333333333333336%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-6 {
|
2013-06-24 00:15:42 +02:00
|
|
|
margin-left: 50%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-5 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 41.66666666666667%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-4 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 33.33333333333333%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-3 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 25%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-2 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 16.666666666666664%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-1 {
|
2013-10-12 07:00:37 +02:00
|
|
|
margin-left: 8.333333333333332%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-0 {
|
2013-11-06 22:03:08 +01:00
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-06-03 00:33:42 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
table {
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.table {
|
|
|
|
width: 100%;
|
2013-05-10 19:33:35 +02:00
|
|
|
margin-bottom: 20px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-28 02:13:07 +02:00
|
|
|
.table > thead > tr > th,
|
|
|
|
.table > tbody > tr > th,
|
|
|
|
.table > tfoot > tr > th,
|
|
|
|
.table > thead > tr > td,
|
|
|
|
.table > tbody > tr > td,
|
|
|
|
.table > tfoot > tr > td {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 8px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.428571429;
|
2013-02-12 21:16:32 +01:00
|
|
|
vertical-align: top;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
2013-08-28 02:13:07 +02:00
|
|
|
.table > thead > tr > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
vertical-align: bottom;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 2px solid #ddd;
|
|
|
|
}
|
2013-08-28 02:13:07 +02:00
|
|
|
.table > caption + thead > tr:first-child > th,
|
|
|
|
.table > colgroup + thead > tr:first-child > th,
|
|
|
|
.table > thead:first-child > tr:first-child > th,
|
|
|
|
.table > caption + thead > tr:first-child > td,
|
|
|
|
.table > colgroup + thead > tr:first-child > td,
|
|
|
|
.table > thead:first-child > tr:first-child > td {
|
2013-02-12 21:16:32 +01:00
|
|
|
border-top: 0;
|
|
|
|
}
|
2013-08-28 02:13:07 +02:00
|
|
|
.table > tbody + tbody {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 2px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.table .table {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-28 02:13:07 +02:00
|
|
|
.table-condensed > thead > tr > th,
|
|
|
|
.table-condensed > tbody > tr > th,
|
|
|
|
.table-condensed > tfoot > tr > th,
|
|
|
|
.table-condensed > thead > tr > td,
|
|
|
|
.table-condensed > tbody > tr > td,
|
|
|
|
.table-condensed > tfoot > tr > td {
|
2013-07-18 08:34:04 +02:00
|
|
|
padding: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.table-bordered {
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-03 23:56:57 +02:00
|
|
|
.table-bordered > thead > tr > th,
|
|
|
|
.table-bordered > tbody > tr > th,
|
2013-07-05 21:15:00 +02:00
|
|
|
.table-bordered > tfoot > tr > th,
|
2013-05-03 23:56:57 +02:00
|
|
|
.table-bordered > thead > tr > td,
|
2013-07-05 21:15:00 +02:00
|
|
|
.table-bordered > tbody > tr > td,
|
|
|
|
.table-bordered > tfoot > tr > td {
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-17 23:15:33 +02:00
|
|
|
.table-bordered > thead > tr > th,
|
|
|
|
.table-bordered > thead > tr > td {
|
|
|
|
border-bottom-width: 2px;
|
|
|
|
}
|
2013-03-14 21:29:43 +01:00
|
|
|
.table-striped > tbody > tr:nth-child(odd) > td,
|
|
|
|
.table-striped > tbody > tr:nth-child(odd) > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2013-03-14 21:29:43 +01:00
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2013-08-19 19:43:58 +02:00
|
|
|
table col[class*="col-"] {
|
2013-12-01 08:04:55 +01:00
|
|
|
position: static;
|
2013-03-01 07:47:32 +01:00
|
|
|
display: table-column;
|
|
|
|
float: none;
|
|
|
|
}
|
2013-08-19 19:43:58 +02:00
|
|
|
table td[class*="col-"],
|
|
|
|
table th[class*="col-"] {
|
2013-12-19 15:32:37 +01:00
|
|
|
position: static;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: table-cell;
|
|
|
|
float: none;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table > thead > tr > td.active,
|
|
|
|
.table > tbody > tr > td.active,
|
|
|
|
.table > tfoot > tr > td.active,
|
|
|
|
.table > thead > tr > th.active,
|
|
|
|
.table > tbody > tr > th.active,
|
|
|
|
.table > tfoot > tr > th.active,
|
|
|
|
.table > thead > tr.active > td,
|
|
|
|
.table > tbody > tr.active > td,
|
|
|
|
.table > tfoot > tr.active > td,
|
|
|
|
.table > thead > tr.active > th,
|
|
|
|
.table > tbody > tr.active > th,
|
|
|
|
.table > tfoot > tr.active > th {
|
2013-07-18 09:10:22 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table-hover > tbody > tr > td.active:hover,
|
|
|
|
.table-hover > tbody > tr > th.active:hover,
|
|
|
|
.table-hover > tbody > tr.active:hover > td,
|
|
|
|
.table-hover > tbody > tr.active:hover > th {
|
2013-11-07 09:53:33 +01:00
|
|
|
background-color: #e8e8e8;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table > thead > tr > td.success,
|
|
|
|
.table > tbody > tr > td.success,
|
|
|
|
.table > tfoot > tr > td.success,
|
|
|
|
.table > thead > tr > th.success,
|
|
|
|
.table > tbody > tr > th.success,
|
|
|
|
.table > tfoot > tr > th.success,
|
|
|
|
.table > thead > tr.success > td,
|
|
|
|
.table > tbody > tr.success > td,
|
|
|
|
.table > tfoot > tr.success > td,
|
|
|
|
.table > thead > tr.success > th,
|
|
|
|
.table > tbody > tr.success > th,
|
|
|
|
.table > tfoot > tr.success > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table-hover > tbody > tr > td.success:hover,
|
|
|
|
.table-hover > tbody > tr > th.success:hover,
|
|
|
|
.table-hover > tbody > tr.success:hover > td,
|
|
|
|
.table-hover > tbody > tr.success:hover > th {
|
2013-08-15 00:19:57 +02:00
|
|
|
background-color: #d0e9c6;
|
|
|
|
}
|
2013-12-08 10:45:42 +01:00
|
|
|
.table > thead > tr > td.warning,
|
|
|
|
.table > tbody > tr > td.warning,
|
|
|
|
.table > tfoot > tr > td.warning,
|
|
|
|
.table > thead > tr > th.warning,
|
|
|
|
.table > tbody > tr > th.warning,
|
|
|
|
.table > tfoot > tr > th.warning,
|
|
|
|
.table > thead > tr.warning > td,
|
|
|
|
.table > tbody > tr.warning > td,
|
|
|
|
.table > tfoot > tr.warning > td,
|
|
|
|
.table > thead > tr.warning > th,
|
|
|
|
.table > tbody > tr.warning > th,
|
|
|
|
.table > tfoot > tr.warning > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
2013-12-08 10:45:42 +01:00
|
|
|
.table-hover > tbody > tr > td.warning:hover,
|
|
|
|
.table-hover > tbody > tr > th.warning:hover,
|
|
|
|
.table-hover > tbody > tr.warning:hover > td,
|
|
|
|
.table-hover > tbody > tr.warning:hover > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #faf2cc;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table > thead > tr > td.danger,
|
|
|
|
.table > tbody > tr > td.danger,
|
|
|
|
.table > tfoot > tr > td.danger,
|
|
|
|
.table > thead > tr > th.danger,
|
|
|
|
.table > tbody > tr > th.danger,
|
|
|
|
.table > tfoot > tr > th.danger,
|
|
|
|
.table > thead > tr.danger > td,
|
|
|
|
.table > tbody > tr.danger > td,
|
|
|
|
.table > tfoot > tr.danger > td,
|
|
|
|
.table > thead > tr.danger > th,
|
|
|
|
.table > tbody > tr.danger > th,
|
|
|
|
.table > tfoot > tr.danger > th {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
2013-12-06 15:11:58 +01:00
|
|
|
.table-hover > tbody > tr > td.danger:hover,
|
|
|
|
.table-hover > tbody > tr > th.danger:hover,
|
|
|
|
.table-hover > tbody > tr.danger:hover > td,
|
|
|
|
.table-hover > tbody > tr.danger:hover > th {
|
2013-08-15 00:19:57 +02:00
|
|
|
background-color: #ebcccc;
|
|
|
|
}
|
2013-12-08 10:45:42 +01:00
|
|
|
.table > thead > tr > td.info,
|
|
|
|
.table > tbody > tr > td.info,
|
|
|
|
.table > tfoot > tr > td.info,
|
|
|
|
.table > thead > tr > th.info,
|
|
|
|
.table > tbody > tr > th.info,
|
|
|
|
.table > tfoot > tr > th.info,
|
|
|
|
.table > thead > tr.info > td,
|
|
|
|
.table > tbody > tr.info > td,
|
|
|
|
.table > tfoot > tr.info > td,
|
|
|
|
.table > thead > tr.info > th,
|
|
|
|
.table > tbody > tr.info > th,
|
|
|
|
.table > tfoot > tr.info > th {
|
2013-12-07 20:56:35 +01:00
|
|
|
background-color: #d9edf7;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-08 10:45:42 +01:00
|
|
|
.table-hover > tbody > tr > td.info:hover,
|
|
|
|
.table-hover > tbody > tr > th.info:hover,
|
|
|
|
.table-hover > tbody > tr.info:hover > td,
|
|
|
|
.table-hover > tbody > tr.info:hover > th {
|
2013-12-07 20:56:35 +01:00
|
|
|
background-color: #c4e3f3;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-10-14 19:58:12 +02:00
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.table-responsive {
|
2013-12-09 07:11:46 +01:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
2013-12-23 22:25:51 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-08-24 08:32:06 +02:00
|
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table {
|
2013-08-19 06:43:05 +02:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table > thead > tr > th,
|
2013-08-19 06:43:05 +02:00
|
|
|
.table-responsive > .table > tbody > tr > th,
|
|
|
|
.table-responsive > .table > tfoot > tr > th,
|
|
|
|
.table-responsive > .table > thead > tr > td,
|
|
|
|
.table-responsive > .table > tbody > tr > td,
|
|
|
|
.table-responsive > .table > tfoot > tr > td {
|
|
|
|
white-space: nowrap;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table-bordered {
|
2013-08-19 06:43:05 +02:00
|
|
|
border: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table-bordered > thead > tr > th:first-child,
|
2013-08-19 06:43:05 +02:00
|
|
|
.table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
|
|
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
|
|
.table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
|
|
.table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
|
|
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
|
|
border-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table-bordered > thead > tr > th:last-child,
|
2013-08-19 06:43:05 +02:00
|
|
|
.table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
|
|
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
|
|
.table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
|
|
.table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
|
|
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
|
|
border-right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table-responsive > .table-bordered > tbody > tr:last-child > th,
|
2013-08-19 06:43:05 +02:00
|
|
|
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
|
|
|
.table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
|
|
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
|
|
|
border-bottom: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-19 06:43:05 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
fieldset {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
legend {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 21px;
|
|
|
|
line-height: inherit;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-02-12 21:16:32 +01:00
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 5px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-weight: bold;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-14 08:17:39 +02:00
|
|
|
input[type="search"] {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin: 4px 0 0;
|
|
|
|
margin-top: 1px \9;
|
2013-12-09 07:55:09 +01:00
|
|
|
/* IE8-9 */
|
|
|
|
line-height: normal;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
input[type="file"] {
|
2013-07-21 06:09:03 +02:00
|
|
|
display: block;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
select[multiple],
|
|
|
|
select[size] {
|
|
|
|
height: auto;
|
|
|
|
}
|
2013-05-20 07:06:10 +02:00
|
|
|
select optgroup {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-style: inherit;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="radio"]:focus,
|
|
|
|
input[type="checkbox"]:focus {
|
2013-11-28 21:34:42 +01:00
|
|
|
outline: thin dotted;
|
2013-02-12 21:16:32 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
2013-07-02 05:18:44 +02:00
|
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
|
|
input[type="number"]::-webkit-inner-spin-button {
|
2013-07-02 04:49:29 +02:00
|
|
|
height: auto;
|
|
|
|
}
|
2013-08-24 09:14:09 +02:00
|
|
|
output {
|
|
|
|
display: block;
|
|
|
|
padding-top: 7px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
.form-control {
|
2013-07-26 03:29:51 +02:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2013-08-03 00:09:48 +02:00
|
|
|
height: 34px;
|
|
|
|
padding: 6px 12px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
|
|
|
background-color: #fff;
|
|
|
|
background-image: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-12-09 07:55:09 +01:00
|
|
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2013-07-26 03:29:51 +02:00
|
|
|
}
|
|
|
|
.form-control:focus {
|
2013-08-05 08:05:54 +02:00
|
|
|
border-color: #66afe9;
|
2013-07-26 03:29:51 +02:00
|
|
|
outline: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
|
2013-07-26 03:29:51 +02:00
|
|
|
}
|
2013-11-02 09:35:51 +01:00
|
|
|
.form-control:-moz-placeholder {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-11-02 09:35:51 +01:00
|
|
|
}
|
|
|
|
.form-control::-moz-placeholder {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
opacity: 1;
|
2013-11-02 09:35:51 +01:00
|
|
|
}
|
|
|
|
.form-control:-ms-input-placeholder {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-11-02 09:35:51 +01:00
|
|
|
}
|
|
|
|
.form-control::-webkit-input-placeholder {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-11-02 09:35:51 +01:00
|
|
|
}
|
2013-07-26 03:29:51 +02:00
|
|
|
.form-control[disabled],
|
|
|
|
.form-control[readonly],
|
|
|
|
fieldset[disabled] .form-control {
|
|
|
|
cursor: not-allowed;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2013-07-26 03:29:51 +02:00
|
|
|
textarea.form-control {
|
|
|
|
height: auto;
|
|
|
|
}
|
2013-12-16 00:27:46 +01:00
|
|
|
input[type="date"] {
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
2013-07-26 03:29:51 +02:00
|
|
|
.form-group {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.radio,
|
|
|
|
.checkbox {
|
|
|
|
display: block;
|
2013-05-10 19:33:35 +02:00
|
|
|
min-height: 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
padding-left: 20px;
|
2013-05-10 00:05:06 +02:00
|
|
|
margin-top: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.radio label,
|
|
|
|
.checkbox label {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: inline;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-weight: normal;
|
2013-05-03 20:56:00 +02:00
|
|
|
cursor: pointer;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
|
|
.radio-inline input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"],
|
|
|
|
.checkbox-inline input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.radio + .radio,
|
|
|
|
.checkbox + .checkbox {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
.radio-inline,
|
|
|
|
.checkbox-inline {
|
|
|
|
display: inline-block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: normal;
|
2013-12-09 07:11:46 +01:00
|
|
|
vertical-align: middle;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.radio-inline + .radio-inline,
|
|
|
|
.checkbox-inline + .checkbox-inline {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2013-08-15 20:52:22 +02:00
|
|
|
input[type="radio"][disabled],
|
|
|
|
input[type="checkbox"][disabled],
|
2013-08-15 03:20:28 +02:00
|
|
|
.radio[disabled],
|
|
|
|
.radio-inline[disabled],
|
|
|
|
.checkbox[disabled],
|
|
|
|
.checkbox-inline[disabled],
|
2013-08-15 20:52:22 +02:00
|
|
|
fieldset[disabled] input[type="radio"],
|
|
|
|
fieldset[disabled] input[type="checkbox"],
|
2013-08-15 03:20:28 +02:00
|
|
|
fieldset[disabled] .radio,
|
|
|
|
fieldset[disabled] .radio-inline,
|
|
|
|
fieldset[disabled] .checkbox,
|
|
|
|
fieldset[disabled] .checkbox-inline {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
2013-08-13 19:36:38 +02:00
|
|
|
.input-sm {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 30px;
|
|
|
|
padding: 5px 10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
2013-08-13 23:56:58 +02:00
|
|
|
border-radius: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-13 19:36:38 +02:00
|
|
|
select.input-sm {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 30px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 30px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-13 19:36:38 +02:00
|
|
|
textarea.input-sm {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.input-lg {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 46px;
|
|
|
|
padding: 10px 16px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.33;
|
2013-08-13 23:56:58 +02:00
|
|
|
border-radius: 6px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-04 06:39:57 +02:00
|
|
|
select.input-lg {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 46px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 46px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-13 19:36:38 +02:00
|
|
|
textarea.input-lg {
|
2013-07-30 02:30:36 +02:00
|
|
|
height: auto;
|
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.has-feedback {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.has-feedback .form-control {
|
|
|
|
padding-right: 42.5px;
|
|
|
|
}
|
|
|
|
.has-feedback .form-control-feedback {
|
|
|
|
position: absolute;
|
|
|
|
top: 25px;
|
|
|
|
right: 0;
|
|
|
|
display: block;
|
|
|
|
width: 34px;
|
|
|
|
height: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2013-07-02 03:21:19 +02:00
|
|
|
.has-warning .help-block,
|
2013-10-21 04:54:22 +02:00
|
|
|
.has-warning .control-label,
|
|
|
|
.has-warning .radio,
|
|
|
|
.has-warning .checkbox,
|
|
|
|
.has-warning .radio-inline,
|
|
|
|
.has-warning .checkbox-inline {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #8a6d3b;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-warning .form-control {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #8a6d3b;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-warning .form-control:focus {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #66512c;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-06-05 22:14:58 +02:00
|
|
|
.has-warning .input-group-addon {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fcf8e3;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #8a6d3b;
|
2013-06-05 22:14:58 +02:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.has-warning .form-control-feedback {
|
|
|
|
color: #8a6d3b;
|
|
|
|
}
|
2013-07-02 03:21:19 +02:00
|
|
|
.has-error .help-block,
|
2013-10-21 04:54:22 +02:00
|
|
|
.has-error .control-label,
|
|
|
|
.has-error .radio,
|
|
|
|
.has-error .checkbox,
|
|
|
|
.has-error .radio-inline,
|
|
|
|
.has-error .checkbox-inline {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #a94442;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-error .form-control {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #a94442;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-error .form-control:focus {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #843534;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-06-05 22:14:58 +02:00
|
|
|
.has-error .input-group-addon {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #a94442;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f2dede;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #a94442;
|
2013-06-05 22:14:58 +02:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.has-error .form-control-feedback {
|
|
|
|
color: #a94442;
|
|
|
|
}
|
2013-07-02 03:21:19 +02:00
|
|
|
.has-success .help-block,
|
2013-10-21 04:54:22 +02:00
|
|
|
.has-success .control-label,
|
|
|
|
.has-success .radio,
|
|
|
|
.has-success .checkbox,
|
|
|
|
.has-success .radio-inline,
|
|
|
|
.has-success .checkbox-inline {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #3c763d;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-success .form-control {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #3c763d;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-26 04:45:14 +02:00
|
|
|
.has-success .form-control:focus {
|
2013-11-30 09:26:53 +01:00
|
|
|
border-color: #2b542c;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-06-05 22:14:58 +02:00
|
|
|
.has-success .input-group-addon {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #3c763d;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #dff0d8;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #3c763d;
|
2013-06-05 22:14:58 +02:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.has-success .form-control-feedback {
|
|
|
|
color: #3c763d;
|
|
|
|
}
|
2013-08-05 21:17:09 +02:00
|
|
|
.form-control-static {
|
2013-08-05 21:20:52 +02:00
|
|
|
margin-bottom: 0;
|
2013-08-05 21:17:09 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.help-block {
|
|
|
|
display: block;
|
2013-05-10 00:05:06 +02:00
|
|
|
margin-top: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-bottom: 10px;
|
2013-05-10 00:05:06 +02:00
|
|
|
color: #737373;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-12 20:07:23 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.form-inline .form-group {
|
2013-08-12 20:07:23 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.form-inline .form-control {
|
2013-08-13 01:09:21 +02:00
|
|
|
display: inline-block;
|
2013-12-01 00:57:25 +01:00
|
|
|
width: auto;
|
2013-12-08 10:59:44 +01:00
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.form-inline .control-label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.form-inline .radio,
|
2013-08-12 20:07:23 +02:00
|
|
|
.form-inline .checkbox {
|
|
|
|
display: inline-block;
|
2013-12-09 07:55:09 +01:00
|
|
|
padding-left: 0;
|
2013-08-12 20:07:23 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-12-08 10:59:44 +01:00
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.form-inline .radio input[type="radio"],
|
2013-08-12 20:07:23 +02:00
|
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
|
|
float: none;
|
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.form-inline .has-feedback .form-control-feedback {
|
|
|
|
top: 0;
|
|
|
|
}
|
2013-08-05 20:47:12 +02:00
|
|
|
}
|
2013-08-03 03:48:44 +02:00
|
|
|
.form-horizontal .control-label,
|
2013-08-19 00:41:24 +02:00
|
|
|
.form-horizontal .radio,
|
|
|
|
.form-horizontal .checkbox,
|
2013-08-03 03:48:44 +02:00
|
|
|
.form-horizontal .radio-inline,
|
|
|
|
.form-horizontal .checkbox-inline {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding-top: 7px;
|
2013-08-19 00:41:24 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-08-03 03:48:44 +02:00
|
|
|
}
|
2013-12-01 08:17:43 +01:00
|
|
|
.form-horizontal .radio,
|
|
|
|
.form-horizontal .checkbox {
|
|
|
|
min-height: 27px;
|
|
|
|
}
|
2013-08-17 00:16:03 +02:00
|
|
|
.form-horizontal .form-group {
|
|
|
|
margin-right: -15px;
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
2013-10-14 05:02:24 +02:00
|
|
|
.form-horizontal .form-control-static {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
2013-08-03 03:48:44 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.form-horizontal .control-label {
|
2013-08-03 03:48:44 +02:00
|
|
|
text-align: right;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-03 03:48:44 +02:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
|
|
|
top: 0;
|
|
|
|
right: 15px;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn {
|
2013-12-09 07:55:09 +01:00
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
margin-bottom: 0;
|
2013-03-31 21:00:04 +02:00
|
|
|
font-size: 14px;
|
2013-08-18 20:11:31 +02:00
|
|
|
font-weight: normal;
|
2013-05-15 08:21:30 +02:00
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: middle;
|
2013-02-12 21:16:32 +01:00
|
|
|
cursor: pointer;
|
2013-07-29 08:09:41 +02:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
2013-12-23 22:25:51 +01:00
|
|
|
-o-user-select: none;
|
2013-07-29 08:09:41 +02:00
|
|
|
user-select: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-image: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn:focus {
|
2013-11-28 21:34:42 +01:00
|
|
|
outline: thin dotted;
|
2013-02-12 21:16:32 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
.btn:hover,
|
|
|
|
.btn:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn:active,
|
|
|
|
.btn.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
outline: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.btn.disabled,
|
|
|
|
.btn[disabled],
|
|
|
|
fieldset[disabled] .btn {
|
2013-12-09 07:11:46 +01:00
|
|
|
pointer-events: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: not-allowed;
|
2013-02-12 21:16:32 +01:00
|
|
|
filter: alpha(opacity=65);
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .65;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-08 03:07:06 +02:00
|
|
|
.btn-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
|
|
|
background-color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ccc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-08 03:07:06 +02:00
|
|
|
.btn-default:hover,
|
|
|
|
.btn-default:focus,
|
|
|
|
.btn-default:active,
|
2013-08-16 00:16:46 +02:00
|
|
|
.btn-default.active,
|
|
|
|
.open .dropdown-toggle.btn-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
|
|
|
background-color: #ebebeb;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #adadad;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-16 01:17:44 +02:00
|
|
|
.btn-default:active,
|
|
|
|
.btn-default.active,
|
|
|
|
.open .dropdown-toggle.btn-default {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-06-28 05:18:16 +02:00
|
|
|
.btn-default.disabled,
|
|
|
|
.btn-default[disabled],
|
|
|
|
fieldset[disabled] .btn-default,
|
2013-05-08 03:07:06 +02:00
|
|
|
.btn-default.disabled:hover,
|
|
|
|
.btn-default[disabled]:hover,
|
|
|
|
fieldset[disabled] .btn-default:hover,
|
|
|
|
.btn-default.disabled:focus,
|
|
|
|
.btn-default[disabled]:focus,
|
|
|
|
fieldset[disabled] .btn-default:focus,
|
|
|
|
.btn-default.disabled:active,
|
|
|
|
.btn-default[disabled]:active,
|
|
|
|
fieldset[disabled] .btn-default:active,
|
|
|
|
.btn-default.disabled.active,
|
|
|
|
.btn-default[disabled].active,
|
|
|
|
fieldset[disabled] .btn-default.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ccc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 01:29:52 +01:00
|
|
|
.btn-default .badge {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #333;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-primary {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #357ebd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
|
|
.btn-primary:focus,
|
2013-03-16 20:34:07 +01:00
|
|
|
.btn-primary:active,
|
2013-08-16 00:16:46 +02:00
|
|
|
.btn-primary.active,
|
|
|
|
.open .dropdown-toggle.btn-primary {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #3276b1;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #285e8e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-16 01:17:44 +02:00
|
|
|
.btn-primary:active,
|
|
|
|
.btn-primary.active,
|
|
|
|
.open .dropdown-toggle.btn-primary {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-06-28 05:18:16 +02:00
|
|
|
.btn-primary.disabled,
|
|
|
|
.btn-primary[disabled],
|
|
|
|
fieldset[disabled] .btn-primary,
|
2013-02-12 21:16:32 +01:00
|
|
|
.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,
|
|
|
|
.btn-primary.disabled:active,
|
|
|
|
.btn-primary[disabled]:active,
|
2013-03-16 20:34:07 +01:00
|
|
|
fieldset[disabled] .btn-primary:active,
|
|
|
|
.btn-primary.disabled.active,
|
|
|
|
.btn-primary[disabled].active,
|
|
|
|
fieldset[disabled] .btn-primary.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #357ebd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 01:29:52 +01:00
|
|
|
.btn-primary .badge {
|
|
|
|
color: #428bca;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-12-07 20:47:37 +01:00
|
|
|
.btn-success {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #5cb85c;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #4cae4c;
|
2013-12-07 20:47:37 +01:00
|
|
|
}
|
|
|
|
.btn-success:hover,
|
|
|
|
.btn-success:focus,
|
|
|
|
.btn-success:active,
|
|
|
|
.btn-success.active,
|
|
|
|
.open .dropdown-toggle.btn-success {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #47a447;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #398439;
|
2013-12-07 20:47:37 +01:00
|
|
|
}
|
|
|
|
.btn-success:active,
|
|
|
|
.btn-success.active,
|
|
|
|
.open .dropdown-toggle.btn-success {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.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,
|
|
|
|
.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 {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #5cb85c;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #4cae4c;
|
2013-12-07 20:47:37 +01:00
|
|
|
}
|
|
|
|
.btn-success .badge {
|
|
|
|
color: #5cb85c;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-warning {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #f0ad4e;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #eea236;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.btn-warning:hover,
|
|
|
|
.btn-warning:focus,
|
2013-03-16 20:34:07 +01:00
|
|
|
.btn-warning:active,
|
2013-08-16 00:16:46 +02:00
|
|
|
.btn-warning.active,
|
|
|
|
.open .dropdown-toggle.btn-warning {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #ed9c28;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #d58512;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-16 01:17:44 +02:00
|
|
|
.btn-warning:active,
|
|
|
|
.btn-warning.active,
|
|
|
|
.open .dropdown-toggle.btn-warning {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-06-28 05:18:16 +02:00
|
|
|
.btn-warning.disabled,
|
|
|
|
.btn-warning[disabled],
|
|
|
|
fieldset[disabled] .btn-warning,
|
2013-02-12 21:16:32 +01:00
|
|
|
.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,
|
|
|
|
.btn-warning.disabled:active,
|
|
|
|
.btn-warning[disabled]:active,
|
2013-03-16 20:34:07 +01:00
|
|
|
fieldset[disabled] .btn-warning:active,
|
|
|
|
.btn-warning.disabled.active,
|
|
|
|
.btn-warning[disabled].active,
|
|
|
|
fieldset[disabled] .btn-warning.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f0ad4e;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #eea236;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 01:29:52 +01:00
|
|
|
.btn-warning .badge {
|
|
|
|
color: #f0ad4e;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-danger {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #d9534f;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #d43f3a;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
|
|
.btn-danger:focus,
|
2013-03-16 20:34:07 +01:00
|
|
|
.btn-danger:active,
|
2013-08-16 00:16:46 +02:00
|
|
|
.btn-danger.active,
|
|
|
|
.open .dropdown-toggle.btn-danger {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #d2322d;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ac2925;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-16 01:17:44 +02:00
|
|
|
.btn-danger:active,
|
|
|
|
.btn-danger.active,
|
|
|
|
.open .dropdown-toggle.btn-danger {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-06-28 05:18:16 +02:00
|
|
|
.btn-danger.disabled,
|
|
|
|
.btn-danger[disabled],
|
|
|
|
fieldset[disabled] .btn-danger,
|
2013-02-12 21:16:32 +01:00
|
|
|
.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,
|
|
|
|
.btn-danger.disabled:active,
|
|
|
|
.btn-danger[disabled]:active,
|
2013-03-16 20:34:07 +01:00
|
|
|
fieldset[disabled] .btn-danger:active,
|
|
|
|
.btn-danger.disabled.active,
|
|
|
|
.btn-danger[disabled].active,
|
|
|
|
fieldset[disabled] .btn-danger.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #d9534f;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #d43f3a;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 01:29:52 +01:00
|
|
|
.btn-danger .badge {
|
|
|
|
color: #d9534f;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-info {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #5bc0de;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #46b8da;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.btn-info:hover,
|
|
|
|
.btn-info:focus,
|
2013-03-16 20:34:07 +01:00
|
|
|
.btn-info:active,
|
2013-08-16 00:16:46 +02:00
|
|
|
.btn-info.active,
|
|
|
|
.open .dropdown-toggle.btn-info {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #39b3d7;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #269abc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-16 01:17:44 +02:00
|
|
|
.btn-info:active,
|
|
|
|
.btn-info.active,
|
|
|
|
.open .dropdown-toggle.btn-info {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2013-06-28 05:18:16 +02:00
|
|
|
.btn-info.disabled,
|
|
|
|
.btn-info[disabled],
|
|
|
|
fieldset[disabled] .btn-info,
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-info.disabled:hover,
|
|
|
|
.btn-info[disabled]:hover,
|
|
|
|
fieldset[disabled] .btn-info:hover,
|
|
|
|
.btn-info.disabled:focus,
|
|
|
|
.btn-info[disabled]:focus,
|
|
|
|
fieldset[disabled] .btn-info:focus,
|
|
|
|
.btn-info.disabled:active,
|
|
|
|
.btn-info[disabled]:active,
|
2013-03-16 20:34:07 +01:00
|
|
|
fieldset[disabled] .btn-info:active,
|
|
|
|
.btn-info.disabled.active,
|
|
|
|
.btn-info[disabled].active,
|
|
|
|
fieldset[disabled] .btn-info.active {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #5bc0de;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #46b8da;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 01:29:52 +01:00
|
|
|
.btn-info .badge {
|
|
|
|
color: #5bc0de;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2013-07-07 07:13:37 +02:00
|
|
|
.btn-link {
|
|
|
|
font-weight: normal;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2013-07-07 07:13:37 +02:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.btn-link,
|
|
|
|
.btn-link:active,
|
|
|
|
.btn-link[disabled],
|
|
|
|
fieldset[disabled] .btn-link {
|
|
|
|
background-color: transparent;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.btn-link,
|
|
|
|
.btn-link:hover,
|
|
|
|
.btn-link:focus,
|
|
|
|
.btn-link:active {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.btn-link:hover,
|
|
|
|
.btn-link:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #2a6496;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: underline;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.btn-link[disabled]:hover,
|
|
|
|
fieldset[disabled] .btn-link:hover,
|
|
|
|
.btn-link[disabled]:focus,
|
|
|
|
fieldset[disabled] .btn-link:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-04 06:39:57 +02:00
|
|
|
.btn-lg {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 10px 16px;
|
2013-05-10 19:33:35 +02:00
|
|
|
font-size: 18px;
|
2013-08-03 00:09:48 +02:00
|
|
|
line-height: 1.33;
|
2013-05-08 03:07:06 +02:00
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2013-12-04 03:03:04 +01:00
|
|
|
.btn-sm {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 5px 10px;
|
2013-05-10 19:33:35 +02:00
|
|
|
font-size: 12px;
|
2013-05-15 08:21:30 +02:00
|
|
|
line-height: 1.5;
|
2013-05-08 03:07:06 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2013-08-04 06:39:57 +02:00
|
|
|
.btn-xs {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 1px 5px;
|
2013-12-04 03:03:04 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
2013-07-30 02:08:04 +02:00
|
|
|
}
|
2013-05-08 03:07:06 +02:00
|
|
|
.btn-block {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
.btn-block + .btn-block {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
input[type="submit"].btn-block,
|
|
|
|
input[type="reset"].btn-block,
|
|
|
|
input[type="button"].btn-block {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.fade {
|
2013-12-09 07:55:09 +01:00
|
|
|
opacity: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-transition: opacity .15s linear;
|
|
|
|
transition: opacity .15s linear;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.collapse {
|
2013-07-27 05:34:39 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.collapse.in {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.collapsing {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: relative;
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-transition: height .35s ease;
|
|
|
|
transition: height .35s ease;
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Glyphicons Halflings';
|
2013-12-23 22:25:51 +01:00
|
|
|
|
2013-08-18 10:46:26 +02:00
|
|
|
src: url('../fonts/glyphicons-halflings-regular.eot');
|
2013-12-01 09:20:47 +01:00
|
|
|
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
|
|
|
.glyphicon {
|
2013-08-18 10:23:45 +02:00
|
|
|
position: relative;
|
2013-08-19 04:05:48 +02:00
|
|
|
top: 1px;
|
2013-08-18 10:23:45 +02:00
|
|
|
display: inline-block;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-family: 'Glyphicons Halflings';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2013-12-23 22:25:51 +01:00
|
|
|
|
2013-08-18 09:36:51 +02:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2013-10-28 09:59:24 +01:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2013-08-19 00:20:16 +02:00
|
|
|
.glyphicon-asterisk:before {
|
|
|
|
content: "\2a";
|
|
|
|
}
|
|
|
|
.glyphicon-plus:before {
|
|
|
|
content: "\2b";
|
|
|
|
}
|
|
|
|
.glyphicon-euro:before {
|
|
|
|
content: "\20ac";
|
|
|
|
}
|
|
|
|
.glyphicon-minus:before {
|
|
|
|
content: "\2212";
|
|
|
|
}
|
|
|
|
.glyphicon-cloud:before {
|
|
|
|
content: "\2601";
|
|
|
|
}
|
|
|
|
.glyphicon-envelope:before {
|
|
|
|
content: "\2709";
|
|
|
|
}
|
|
|
|
.glyphicon-pencil:before {
|
|
|
|
content: "\270f";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-glass:before {
|
|
|
|
content: "\e001";
|
|
|
|
}
|
|
|
|
.glyphicon-music:before {
|
|
|
|
content: "\e002";
|
|
|
|
}
|
|
|
|
.glyphicon-search:before {
|
|
|
|
content: "\e003";
|
|
|
|
}
|
|
|
|
.glyphicon-heart:before {
|
|
|
|
content: "\e005";
|
|
|
|
}
|
|
|
|
.glyphicon-star:before {
|
|
|
|
content: "\e006";
|
|
|
|
}
|
|
|
|
.glyphicon-star-empty:before {
|
|
|
|
content: "\e007";
|
|
|
|
}
|
|
|
|
.glyphicon-user:before {
|
|
|
|
content: "\e008";
|
|
|
|
}
|
|
|
|
.glyphicon-film:before {
|
|
|
|
content: "\e009";
|
|
|
|
}
|
|
|
|
.glyphicon-th-large:before {
|
|
|
|
content: "\e010";
|
|
|
|
}
|
|
|
|
.glyphicon-th:before {
|
|
|
|
content: "\e011";
|
|
|
|
}
|
|
|
|
.glyphicon-th-list:before {
|
|
|
|
content: "\e012";
|
|
|
|
}
|
|
|
|
.glyphicon-ok:before {
|
|
|
|
content: "\e013";
|
|
|
|
}
|
|
|
|
.glyphicon-remove:before {
|
|
|
|
content: "\e014";
|
|
|
|
}
|
|
|
|
.glyphicon-zoom-in:before {
|
|
|
|
content: "\e015";
|
|
|
|
}
|
|
|
|
.glyphicon-zoom-out:before {
|
|
|
|
content: "\e016";
|
|
|
|
}
|
|
|
|
.glyphicon-off:before {
|
|
|
|
content: "\e017";
|
|
|
|
}
|
|
|
|
.glyphicon-signal:before {
|
|
|
|
content: "\e018";
|
|
|
|
}
|
|
|
|
.glyphicon-cog:before {
|
|
|
|
content: "\e019";
|
|
|
|
}
|
|
|
|
.glyphicon-trash:before {
|
|
|
|
content: "\e020";
|
|
|
|
}
|
|
|
|
.glyphicon-home:before {
|
|
|
|
content: "\e021";
|
|
|
|
}
|
|
|
|
.glyphicon-file:before {
|
|
|
|
content: "\e022";
|
|
|
|
}
|
|
|
|
.glyphicon-time:before {
|
|
|
|
content: "\e023";
|
|
|
|
}
|
|
|
|
.glyphicon-road:before {
|
|
|
|
content: "\e024";
|
|
|
|
}
|
|
|
|
.glyphicon-download-alt:before {
|
|
|
|
content: "\e025";
|
|
|
|
}
|
|
|
|
.glyphicon-download:before {
|
|
|
|
content: "\e026";
|
|
|
|
}
|
|
|
|
.glyphicon-upload:before {
|
|
|
|
content: "\e027";
|
|
|
|
}
|
|
|
|
.glyphicon-inbox:before {
|
|
|
|
content: "\e028";
|
|
|
|
}
|
|
|
|
.glyphicon-play-circle:before {
|
|
|
|
content: "\e029";
|
|
|
|
}
|
|
|
|
.glyphicon-repeat:before {
|
|
|
|
content: "\e030";
|
|
|
|
}
|
|
|
|
.glyphicon-refresh:before {
|
|
|
|
content: "\e031";
|
|
|
|
}
|
|
|
|
.glyphicon-list-alt:before {
|
|
|
|
content: "\e032";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-lock:before {
|
|
|
|
content: "\e033";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-flag:before {
|
|
|
|
content: "\e034";
|
|
|
|
}
|
|
|
|
.glyphicon-headphones:before {
|
|
|
|
content: "\e035";
|
|
|
|
}
|
|
|
|
.glyphicon-volume-off:before {
|
|
|
|
content: "\e036";
|
|
|
|
}
|
|
|
|
.glyphicon-volume-down:before {
|
|
|
|
content: "\e037";
|
|
|
|
}
|
|
|
|
.glyphicon-volume-up:before {
|
|
|
|
content: "\e038";
|
|
|
|
}
|
|
|
|
.glyphicon-qrcode:before {
|
|
|
|
content: "\e039";
|
|
|
|
}
|
|
|
|
.glyphicon-barcode:before {
|
|
|
|
content: "\e040";
|
|
|
|
}
|
|
|
|
.glyphicon-tag:before {
|
|
|
|
content: "\e041";
|
|
|
|
}
|
|
|
|
.glyphicon-tags:before {
|
|
|
|
content: "\e042";
|
|
|
|
}
|
|
|
|
.glyphicon-book:before {
|
|
|
|
content: "\e043";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-bookmark:before {
|
|
|
|
content: "\e044";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-print:before {
|
|
|
|
content: "\e045";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-camera:before {
|
|
|
|
content: "\e046";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-font:before {
|
|
|
|
content: "\e047";
|
|
|
|
}
|
|
|
|
.glyphicon-bold:before {
|
|
|
|
content: "\e048";
|
|
|
|
}
|
|
|
|
.glyphicon-italic:before {
|
|
|
|
content: "\e049";
|
|
|
|
}
|
|
|
|
.glyphicon-text-height:before {
|
|
|
|
content: "\e050";
|
|
|
|
}
|
|
|
|
.glyphicon-text-width:before {
|
|
|
|
content: "\e051";
|
|
|
|
}
|
|
|
|
.glyphicon-align-left:before {
|
|
|
|
content: "\e052";
|
|
|
|
}
|
|
|
|
.glyphicon-align-center:before {
|
|
|
|
content: "\e053";
|
|
|
|
}
|
|
|
|
.glyphicon-align-right:before {
|
|
|
|
content: "\e054";
|
|
|
|
}
|
|
|
|
.glyphicon-align-justify:before {
|
|
|
|
content: "\e055";
|
|
|
|
}
|
|
|
|
.glyphicon-list:before {
|
|
|
|
content: "\e056";
|
|
|
|
}
|
|
|
|
.glyphicon-indent-left:before {
|
|
|
|
content: "\e057";
|
|
|
|
}
|
|
|
|
.glyphicon-indent-right:before {
|
|
|
|
content: "\e058";
|
|
|
|
}
|
|
|
|
.glyphicon-facetime-video:before {
|
|
|
|
content: "\e059";
|
|
|
|
}
|
|
|
|
.glyphicon-picture:before {
|
|
|
|
content: "\e060";
|
|
|
|
}
|
|
|
|
.glyphicon-map-marker:before {
|
|
|
|
content: "\e062";
|
|
|
|
}
|
|
|
|
.glyphicon-adjust:before {
|
|
|
|
content: "\e063";
|
|
|
|
}
|
|
|
|
.glyphicon-tint:before {
|
|
|
|
content: "\e064";
|
|
|
|
}
|
|
|
|
.glyphicon-edit:before {
|
|
|
|
content: "\e065";
|
|
|
|
}
|
|
|
|
.glyphicon-share:before {
|
|
|
|
content: "\e066";
|
|
|
|
}
|
|
|
|
.glyphicon-check:before {
|
|
|
|
content: "\e067";
|
|
|
|
}
|
|
|
|
.glyphicon-move:before {
|
|
|
|
content: "\e068";
|
|
|
|
}
|
|
|
|
.glyphicon-step-backward:before {
|
|
|
|
content: "\e069";
|
|
|
|
}
|
|
|
|
.glyphicon-fast-backward:before {
|
|
|
|
content: "\e070";
|
|
|
|
}
|
|
|
|
.glyphicon-backward:before {
|
|
|
|
content: "\e071";
|
|
|
|
}
|
|
|
|
.glyphicon-play:before {
|
|
|
|
content: "\e072";
|
|
|
|
}
|
|
|
|
.glyphicon-pause:before {
|
|
|
|
content: "\e073";
|
|
|
|
}
|
|
|
|
.glyphicon-stop:before {
|
|
|
|
content: "\e074";
|
|
|
|
}
|
|
|
|
.glyphicon-forward:before {
|
|
|
|
content: "\e075";
|
|
|
|
}
|
|
|
|
.glyphicon-fast-forward:before {
|
|
|
|
content: "\e076";
|
|
|
|
}
|
|
|
|
.glyphicon-step-forward:before {
|
|
|
|
content: "\e077";
|
|
|
|
}
|
|
|
|
.glyphicon-eject:before {
|
|
|
|
content: "\e078";
|
|
|
|
}
|
|
|
|
.glyphicon-chevron-left:before {
|
|
|
|
content: "\e079";
|
|
|
|
}
|
|
|
|
.glyphicon-chevron-right:before {
|
|
|
|
content: "\e080";
|
|
|
|
}
|
|
|
|
.glyphicon-plus-sign:before {
|
|
|
|
content: "\e081";
|
|
|
|
}
|
|
|
|
.glyphicon-minus-sign:before {
|
|
|
|
content: "\e082";
|
|
|
|
}
|
|
|
|
.glyphicon-remove-sign:before {
|
|
|
|
content: "\e083";
|
|
|
|
}
|
|
|
|
.glyphicon-ok-sign:before {
|
|
|
|
content: "\e084";
|
|
|
|
}
|
|
|
|
.glyphicon-question-sign:before {
|
|
|
|
content: "\e085";
|
|
|
|
}
|
|
|
|
.glyphicon-info-sign:before {
|
|
|
|
content: "\e086";
|
|
|
|
}
|
|
|
|
.glyphicon-screenshot:before {
|
|
|
|
content: "\e087";
|
|
|
|
}
|
|
|
|
.glyphicon-remove-circle:before {
|
|
|
|
content: "\e088";
|
|
|
|
}
|
|
|
|
.glyphicon-ok-circle:before {
|
|
|
|
content: "\e089";
|
|
|
|
}
|
|
|
|
.glyphicon-ban-circle:before {
|
|
|
|
content: "\e090";
|
|
|
|
}
|
|
|
|
.glyphicon-arrow-left:before {
|
|
|
|
content: "\e091";
|
|
|
|
}
|
|
|
|
.glyphicon-arrow-right:before {
|
|
|
|
content: "\e092";
|
|
|
|
}
|
|
|
|
.glyphicon-arrow-up:before {
|
|
|
|
content: "\e093";
|
|
|
|
}
|
|
|
|
.glyphicon-arrow-down:before {
|
|
|
|
content: "\e094";
|
|
|
|
}
|
|
|
|
.glyphicon-share-alt:before {
|
|
|
|
content: "\e095";
|
|
|
|
}
|
|
|
|
.glyphicon-resize-full:before {
|
|
|
|
content: "\e096";
|
|
|
|
}
|
|
|
|
.glyphicon-resize-small:before {
|
|
|
|
content: "\e097";
|
|
|
|
}
|
|
|
|
.glyphicon-exclamation-sign:before {
|
|
|
|
content: "\e101";
|
|
|
|
}
|
|
|
|
.glyphicon-gift:before {
|
|
|
|
content: "\e102";
|
|
|
|
}
|
|
|
|
.glyphicon-leaf:before {
|
|
|
|
content: "\e103";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-fire:before {
|
|
|
|
content: "\e104";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-eye-open:before {
|
|
|
|
content: "\e105";
|
|
|
|
}
|
|
|
|
.glyphicon-eye-close:before {
|
|
|
|
content: "\e106";
|
|
|
|
}
|
|
|
|
.glyphicon-warning-sign:before {
|
|
|
|
content: "\e107";
|
|
|
|
}
|
|
|
|
.glyphicon-plane:before {
|
|
|
|
content: "\e108";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-calendar:before {
|
|
|
|
content: "\e109";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-random:before {
|
|
|
|
content: "\e110";
|
|
|
|
}
|
|
|
|
.glyphicon-comment:before {
|
|
|
|
content: "\e111";
|
|
|
|
}
|
|
|
|
.glyphicon-magnet:before {
|
|
|
|
content: "\e112";
|
|
|
|
}
|
|
|
|
.glyphicon-chevron-up:before {
|
|
|
|
content: "\e113";
|
|
|
|
}
|
|
|
|
.glyphicon-chevron-down:before {
|
|
|
|
content: "\e114";
|
|
|
|
}
|
|
|
|
.glyphicon-retweet:before {
|
|
|
|
content: "\e115";
|
|
|
|
}
|
|
|
|
.glyphicon-shopping-cart:before {
|
|
|
|
content: "\e116";
|
|
|
|
}
|
|
|
|
.glyphicon-folder-close:before {
|
|
|
|
content: "\e117";
|
|
|
|
}
|
|
|
|
.glyphicon-folder-open:before {
|
|
|
|
content: "\e118";
|
|
|
|
}
|
|
|
|
.glyphicon-resize-vertical:before {
|
|
|
|
content: "\e119";
|
|
|
|
}
|
|
|
|
.glyphicon-resize-horizontal:before {
|
|
|
|
content: "\e120";
|
|
|
|
}
|
|
|
|
.glyphicon-hdd:before {
|
|
|
|
content: "\e121";
|
|
|
|
}
|
|
|
|
.glyphicon-bullhorn:before {
|
|
|
|
content: "\e122";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-bell:before {
|
|
|
|
content: "\e123";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-certificate:before {
|
|
|
|
content: "\e124";
|
|
|
|
}
|
|
|
|
.glyphicon-thumbs-up:before {
|
|
|
|
content: "\e125";
|
|
|
|
}
|
|
|
|
.glyphicon-thumbs-down:before {
|
|
|
|
content: "\e126";
|
|
|
|
}
|
|
|
|
.glyphicon-hand-right:before {
|
|
|
|
content: "\e127";
|
|
|
|
}
|
|
|
|
.glyphicon-hand-left:before {
|
|
|
|
content: "\e128";
|
|
|
|
}
|
|
|
|
.glyphicon-hand-up:before {
|
|
|
|
content: "\e129";
|
|
|
|
}
|
|
|
|
.glyphicon-hand-down:before {
|
|
|
|
content: "\e130";
|
|
|
|
}
|
|
|
|
.glyphicon-circle-arrow-right:before {
|
|
|
|
content: "\e131";
|
|
|
|
}
|
|
|
|
.glyphicon-circle-arrow-left:before {
|
|
|
|
content: "\e132";
|
|
|
|
}
|
|
|
|
.glyphicon-circle-arrow-up:before {
|
|
|
|
content: "\e133";
|
|
|
|
}
|
|
|
|
.glyphicon-circle-arrow-down:before {
|
|
|
|
content: "\e134";
|
|
|
|
}
|
|
|
|
.glyphicon-globe:before {
|
|
|
|
content: "\e135";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-wrench:before {
|
|
|
|
content: "\e136";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-tasks:before {
|
|
|
|
content: "\e137";
|
|
|
|
}
|
|
|
|
.glyphicon-filter:before {
|
|
|
|
content: "\e138";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-briefcase:before {
|
|
|
|
content: "\e139";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-fullscreen:before {
|
|
|
|
content: "\e140";
|
|
|
|
}
|
|
|
|
.glyphicon-dashboard:before {
|
|
|
|
content: "\e141";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-paperclip:before {
|
|
|
|
content: "\e142";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-heart-empty:before {
|
|
|
|
content: "\e143";
|
|
|
|
}
|
|
|
|
.glyphicon-link:before {
|
|
|
|
content: "\e144";
|
|
|
|
}
|
|
|
|
.glyphicon-phone:before {
|
|
|
|
content: "\e145";
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
.glyphicon-pushpin:before {
|
|
|
|
content: "\e146";
|
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
.glyphicon-usd:before {
|
|
|
|
content: "\e148";
|
|
|
|
}
|
|
|
|
.glyphicon-gbp:before {
|
|
|
|
content: "\e149";
|
|
|
|
}
|
|
|
|
.glyphicon-sort:before {
|
|
|
|
content: "\e150";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-alphabet:before {
|
|
|
|
content: "\e151";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-alphabet-alt:before {
|
|
|
|
content: "\e152";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-order:before {
|
|
|
|
content: "\e153";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-order-alt:before {
|
|
|
|
content: "\e154";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-attributes:before {
|
|
|
|
content: "\e155";
|
|
|
|
}
|
|
|
|
.glyphicon-sort-by-attributes-alt:before {
|
|
|
|
content: "\e156";
|
|
|
|
}
|
|
|
|
.glyphicon-unchecked:before {
|
|
|
|
content: "\e157";
|
|
|
|
}
|
|
|
|
.glyphicon-expand:before {
|
|
|
|
content: "\e158";
|
|
|
|
}
|
2013-08-19 00:20:16 +02:00
|
|
|
.glyphicon-collapse-down:before {
|
2013-08-18 09:36:51 +02:00
|
|
|
content: "\e159";
|
|
|
|
}
|
2013-08-19 00:20:16 +02:00
|
|
|
.glyphicon-collapse-up:before {
|
2013-08-18 09:36:51 +02:00
|
|
|
content: "\e160";
|
|
|
|
}
|
2013-08-18 10:46:26 +02:00
|
|
|
.glyphicon-log-in:before {
|
|
|
|
content: "\e161";
|
|
|
|
}
|
|
|
|
.glyphicon-flash:before {
|
|
|
|
content: "\e162";
|
|
|
|
}
|
|
|
|
.glyphicon-log-out:before {
|
|
|
|
content: "\e163";
|
|
|
|
}
|
|
|
|
.glyphicon-new-window:before {
|
|
|
|
content: "\e164";
|
|
|
|
}
|
|
|
|
.glyphicon-record:before {
|
|
|
|
content: "\e165";
|
|
|
|
}
|
|
|
|
.glyphicon-save:before {
|
|
|
|
content: "\e166";
|
|
|
|
}
|
|
|
|
.glyphicon-open:before {
|
|
|
|
content: "\e167";
|
|
|
|
}
|
|
|
|
.glyphicon-saved:before {
|
|
|
|
content: "\e168";
|
|
|
|
}
|
|
|
|
.glyphicon-import:before {
|
|
|
|
content: "\e169";
|
|
|
|
}
|
|
|
|
.glyphicon-export:before {
|
|
|
|
content: "\e170";
|
|
|
|
}
|
|
|
|
.glyphicon-send:before {
|
|
|
|
content: "\e171";
|
|
|
|
}
|
|
|
|
.glyphicon-floppy-disk:before {
|
|
|
|
content: "\e172";
|
|
|
|
}
|
|
|
|
.glyphicon-floppy-saved:before {
|
|
|
|
content: "\e173";
|
|
|
|
}
|
|
|
|
.glyphicon-floppy-remove:before {
|
|
|
|
content: "\e174";
|
|
|
|
}
|
|
|
|
.glyphicon-floppy-save:before {
|
|
|
|
content: "\e175";
|
|
|
|
}
|
|
|
|
.glyphicon-floppy-open:before {
|
|
|
|
content: "\e176";
|
|
|
|
}
|
|
|
|
.glyphicon-credit-card:before {
|
|
|
|
content: "\e177";
|
|
|
|
}
|
|
|
|
.glyphicon-transfer:before {
|
|
|
|
content: "\e178";
|
|
|
|
}
|
|
|
|
.glyphicon-cutlery:before {
|
|
|
|
content: "\e179";
|
|
|
|
}
|
|
|
|
.glyphicon-header:before {
|
|
|
|
content: "\e180";
|
|
|
|
}
|
|
|
|
.glyphicon-compressed:before {
|
|
|
|
content: "\e181";
|
|
|
|
}
|
|
|
|
.glyphicon-earphone:before {
|
|
|
|
content: "\e182";
|
|
|
|
}
|
|
|
|
.glyphicon-phone-alt:before {
|
|
|
|
content: "\e183";
|
|
|
|
}
|
|
|
|
.glyphicon-tower:before {
|
|
|
|
content: "\e184";
|
|
|
|
}
|
|
|
|
.glyphicon-stats:before {
|
|
|
|
content: "\e185";
|
|
|
|
}
|
|
|
|
.glyphicon-sd-video:before {
|
|
|
|
content: "\e186";
|
|
|
|
}
|
|
|
|
.glyphicon-hd-video:before {
|
|
|
|
content: "\e187";
|
|
|
|
}
|
|
|
|
.glyphicon-subtitles:before {
|
|
|
|
content: "\e188";
|
|
|
|
}
|
|
|
|
.glyphicon-sound-stereo:before {
|
|
|
|
content: "\e189";
|
|
|
|
}
|
|
|
|
.glyphicon-sound-dolby:before {
|
|
|
|
content: "\e190";
|
|
|
|
}
|
|
|
|
.glyphicon-sound-5-1:before {
|
|
|
|
content: "\e191";
|
|
|
|
}
|
|
|
|
.glyphicon-sound-6-1:before {
|
|
|
|
content: "\e192";
|
|
|
|
}
|
|
|
|
.glyphicon-sound-7-1:before {
|
|
|
|
content: "\e193";
|
|
|
|
}
|
|
|
|
.glyphicon-copyright-mark:before {
|
|
|
|
content: "\e194";
|
|
|
|
}
|
|
|
|
.glyphicon-registration-mark:before {
|
|
|
|
content: "\e195";
|
|
|
|
}
|
|
|
|
.glyphicon-cloud-download:before {
|
|
|
|
content: "\e197";
|
|
|
|
}
|
|
|
|
.glyphicon-cloud-upload:before {
|
|
|
|
content: "\e198";
|
|
|
|
}
|
|
|
|
.glyphicon-tree-conifer:before {
|
|
|
|
content: "\e199";
|
|
|
|
}
|
|
|
|
.glyphicon-tree-deciduous:before {
|
|
|
|
content: "\e200";
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.caret {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2013-05-13 00:47:18 +02:00
|
|
|
margin-left: 2px;
|
|
|
|
vertical-align: middle;
|
2013-11-28 18:40:15 +01:00
|
|
|
border-top: 4px solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-right: 4px solid transparent;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
2013-08-02 19:11:39 +02:00
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.dropdown-toggle:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 1000;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
min-width: 160px;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 2px 0 0;
|
|
|
|
font-size: 14px;
|
2013-02-12 21:16:32 +01:00
|
|
|
list-style: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, .15);
|
2013-02-12 21:16:32 +01:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropdown-menu.pull-right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
2013-07-24 08:48:17 +02:00
|
|
|
height: 1px;
|
2013-05-10 19:33:35 +02:00
|
|
|
margin: 9px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-12-09 07:55:09 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-17 22:35:14 +01:00
|
|
|
.dropdown-menu > li > a:hover,
|
2013-06-28 05:49:29 +02:00
|
|
|
.dropdown-menu > li > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #262626;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-09-01 11:00:40 +02:00
|
|
|
background-color: #f5f5f5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropdown-menu > .active > a,
|
|
|
|
.dropdown-menu > .active > a:hover,
|
|
|
|
.dropdown-menu > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
outline: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropdown-menu > .disabled > a,
|
|
|
|
.dropdown-menu > .disabled > a:hover,
|
|
|
|
.dropdown-menu > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropdown-menu > .disabled > a:hover,
|
|
|
|
.dropdown-menu > .disabled > a:focus {
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-07-24 11:10:27 +02:00
|
|
|
cursor: not-allowed;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
2013-12-23 22:25:51 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.open > .dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-05-13 01:03:56 +02:00
|
|
|
.open > a {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2013-12-14 22:22:56 +01:00
|
|
|
.dropdown-menu-right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
.dropdown-menu-left {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
|
|
|
}
|
2013-07-18 08:54:09 +02:00
|
|
|
.dropdown-header {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
|
|
|
}
|
2013-05-16 21:50:06 +02:00
|
|
|
.dropdown-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 990;
|
2013-05-16 21:50:06 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.pull-right > .dropdown-menu {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
.dropup .caret,
|
|
|
|
.navbar-fixed-bottom .dropdown .caret {
|
2013-12-09 07:11:46 +01:00
|
|
|
content: "";
|
2013-11-17 02:48:31 +01:00
|
|
|
border-top: 0;
|
2013-11-28 18:40:15 +01:00
|
|
|
border-bottom: 4px solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropup .dropdown-menu,
|
|
|
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2013-08-19 17:54:40 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-right .dropdown-menu {
|
2013-08-19 17:54:40 +02:00
|
|
|
right: 0;
|
|
|
|
left: auto;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-14 22:22:56 +01:00
|
|
|
.navbar-right .dropdown-menu-left {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
|
|
|
}
|
2013-08-19 17:54:40 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group,
|
|
|
|
.btn-group-vertical {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2013-07-02 02:32:07 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn,
|
|
|
|
.btn-group-vertical > .btn {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
2013-08-07 01:02:07 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.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;
|
2013-03-31 00:07:50 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:focus,
|
|
|
|
.btn-group-vertical > .btn:focus {
|
|
|
|
outline: none;
|
2013-03-31 00:07:50 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group .btn + .btn,
|
|
|
|
.btn-group .btn + .btn-group,
|
|
|
|
.btn-group .btn-group + .btn,
|
|
|
|
.btn-group .btn-group + .btn-group {
|
|
|
|
margin-left: -1px;
|
2013-03-31 00:07:50 +01:00
|
|
|
}
|
2013-12-15 01:03:21 +01:00
|
|
|
.btn-toolbar {
|
|
|
|
margin-left: -5px;
|
2013-08-12 10:38:06 +02:00
|
|
|
}
|
2013-12-15 01:03:21 +01:00
|
|
|
.btn-toolbar .btn-group,
|
|
|
|
.btn-toolbar .input-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
float: left;
|
2013-03-31 01:00:11 +01:00
|
|
|
}
|
2013-12-15 01:03:21 +01:00
|
|
|
.btn-toolbar > .btn,
|
|
|
|
.btn-toolbar > .btn-group,
|
|
|
|
.btn-toolbar > .input-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: 5px;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
|
|
|
border-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:first-child {
|
|
|
|
margin-left: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:last-child:not(:first-child),
|
|
|
|
.btn-group > .dropdown-toggle:not(:first-child) {
|
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-group {
|
|
|
|
float: left;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
|
|
border-radius: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.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;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-group:last-child > .btn:first-child {
|
2013-08-03 02:57:19 +02:00
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group .dropdown-toggle:active,
|
|
|
|
.btn-group.open .dropdown-toggle {
|
|
|
|
outline: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-xs > .btn {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 1px 5px;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
2013-08-12 00:01:16 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-sm > .btn {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 5px 10px;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-lg > .btn {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 10px 16px;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.33;
|
|
|
|
border-radius: 6px;
|
2013-07-26 06:16:43 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn + .dropdown-toggle {
|
|
|
|
padding-right: 8px;
|
|
|
|
padding-left: 8px;
|
2013-08-05 08:44:02 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-lg + .dropdown-toggle {
|
|
|
|
padding-right: 12px;
|
|
|
|
padding-left: 12px;
|
2013-05-15 03:55:37 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group.open .dropdown-toggle {
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-10-21 02:59:15 +02:00
|
|
|
.btn-group.open .dropdown-toggle.btn-link {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn .caret {
|
|
|
|
margin-left: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-lg .caret {
|
2013-08-18 19:08:18 +02:00
|
|
|
border-width: 5px 5px 0;
|
2013-08-18 14:13:48 +02:00
|
|
|
border-bottom-width: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.dropup .btn-lg .caret {
|
2013-08-18 19:08:18 +02:00
|
|
|
border-width: 0 5px 5px;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn,
|
2013-11-30 08:29:34 +01:00
|
|
|
.btn-group-vertical > .btn-group,
|
|
|
|
.btn-group-vertical > .btn-group > .btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
|
|
float: none;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.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;
|
|
|
|
margin-left: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
|
|
|
border-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-left-radius: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 4px;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
|
|
border-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-12-15 23:32:14 +01:00
|
|
|
.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 {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-12-15 23:32:14 +01:00
|
|
|
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-justified {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-collapse: separate;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-11-19 10:24:49 +01:00
|
|
|
.btn-group-justified > .btn,
|
|
|
|
.btn-group-justified > .btn-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: table-cell;
|
|
|
|
float: none;
|
|
|
|
width: 1%;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-11-19 10:24:49 +01:00
|
|
|
.btn-group-justified > .btn-group .btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
[data-toggle="buttons"] > .btn > input[type="radio"],
|
|
|
|
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
|
|
|
|
display: none;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group {
|
|
|
|
position: relative;
|
|
|
|
display: table;
|
|
|
|
border-collapse: separate;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-11-30 21:52:08 +01:00
|
|
|
.input-group[class*="col-"] {
|
2013-08-18 06:18:00 +02:00
|
|
|
float: none;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group .form-control {
|
2013-12-15 05:04:12 +01:00
|
|
|
float: left;
|
2013-08-18 06:18:00 +02:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-lg > .form-control,
|
|
|
|
.input-group-lg > .input-group-addon,
|
|
|
|
.input-group-lg > .input-group-btn > .btn {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 46px;
|
|
|
|
padding: 10px 16px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.33;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 6px;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
select.input-group-lg > .form-control,
|
|
|
|
select.input-group-lg > .input-group-addon,
|
|
|
|
select.input-group-lg > .input-group-btn > .btn {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 46px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 46px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
textarea.input-group-lg > .form-control,
|
|
|
|
textarea.input-group-lg > .input-group-addon,
|
|
|
|
textarea.input-group-lg > .input-group-btn > .btn {
|
|
|
|
height: auto;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-sm > .form-control,
|
|
|
|
.input-group-sm > .input-group-addon,
|
|
|
|
.input-group-sm > .input-group-btn > .btn {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 30px;
|
|
|
|
padding: 5px 10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
select.input-group-sm > .form-control,
|
|
|
|
select.input-group-sm > .input-group-addon,
|
|
|
|
select.input-group-sm > .input-group-btn > .btn {
|
2013-12-09 07:11:46 +01:00
|
|
|
height: 30px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 30px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
textarea.input-group-sm > .form-control,
|
|
|
|
textarea.input-group-sm > .input-group-addon,
|
|
|
|
textarea.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%;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:55:09 +01:00
|
|
|
vertical-align: middle;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.input-group-addon {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 6px 12px;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
|
|
|
background-color: #eee;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ccc;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon.input-sm {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon.input-lg {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 10px 16px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 18px;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon input[type="radio"],
|
|
|
|
.input-group-addon input[type="checkbox"] {
|
|
|
|
margin-top: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group .form-control:first-child,
|
|
|
|
.input-group-addon:first-child,
|
|
|
|
.input-group-btn:first-child > .btn,
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:first-child > .btn-group > .btn,
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-btn:first-child > .dropdown-toggle,
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
|
|
|
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon:first-child {
|
|
|
|
border-right: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group .form-control:last-child,
|
|
|
|
.input-group-addon:last-child,
|
|
|
|
.input-group-btn:last-child > .btn,
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:last-child > .btn-group > .btn,
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-btn:last-child > .dropdown-toggle,
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:first-child > .btn:not(:first-child),
|
|
|
|
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.input-group-addon:last-child {
|
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
.input-group-btn {
|
|
|
|
position: relative;
|
2013-12-10 16:47:12 +01:00
|
|
|
font-size: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.input-group-btn > .btn {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.input-group-btn > .btn + .btn {
|
2013-12-10 16:47:12 +01:00
|
|
|
margin-left: -1px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.input-group-btn > .btn:hover,
|
2013-12-16 00:07:38 +01:00
|
|
|
.input-group-btn > .btn:focus,
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-btn > .btn:active {
|
|
|
|
z-index: 2;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:first-child > .btn,
|
|
|
|
.input-group-btn:first-child > .btn-group {
|
2013-12-16 00:07:38 +01:00
|
|
|
margin-right: -1px;
|
|
|
|
}
|
2013-12-16 22:47:09 +01:00
|
|
|
.input-group-btn:last-child > .btn,
|
|
|
|
.input-group-btn:last-child > .btn-group {
|
2013-12-16 00:07:38 +01:00
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.nav > li {
|
2013-05-13 00:47:18 +02:00
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.nav > li > a {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
.nav > li > a:hover,
|
|
|
|
.nav > li > a:focus {
|
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
.nav > li.disabled > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-04-16 16:45:51 +02:00
|
|
|
}
|
|
|
|
.nav > li.disabled > a:hover,
|
|
|
|
.nav > li.disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: not-allowed;
|
2013-04-16 16:45:51 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2013-08-16 20:16:32 +02:00
|
|
|
.nav .open > a,
|
|
|
|
.nav .open > a:hover,
|
|
|
|
.nav .open > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #428bca;
|
2013-05-13 01:03:56 +02:00
|
|
|
}
|
2013-05-09 06:56:08 +02:00
|
|
|
.nav .nav-divider {
|
2013-07-24 08:48:17 +02:00
|
|
|
height: 1px;
|
2013-05-10 19:33:35 +02:00
|
|
|
margin: 9px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-04-16 16:45:51 +02:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
2013-08-12 10:56:38 +02:00
|
|
|
.nav > li > a > img {
|
|
|
|
max-width: none;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav-tabs {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.nav-tabs > li {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
.nav-tabs > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin-right: 2px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.428571429;
|
2013-02-12 21:16:32 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
|
|
|
.nav-tabs > li > a:hover {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: #eee #eee #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
.nav-tabs > li.active > a,
|
|
|
|
.nav-tabs > li.active > a:hover,
|
|
|
|
.nav-tabs > li.active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: default;
|
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
.nav-tabs.nav-justified {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
.nav-tabs.nav-justified > li {
|
|
|
|
float: none;
|
2013-05-04 00:29:10 +02:00
|
|
|
}
|
|
|
|
.nav-tabs.nav-justified > li > a {
|
2013-08-27 02:37:52 +02:00
|
|
|
margin-bottom: 5px;
|
2013-04-16 16:45:51 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-29 04:51:39 +01:00
|
|
|
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
|
|
|
top: auto;
|
|
|
|
left: auto;
|
|
|
|
}
|
2013-08-16 23:01:32 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.nav-tabs.nav-justified > li {
|
2013-08-16 23:01:32 +02:00
|
|
|
display: table-cell;
|
|
|
|
width: 1%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.nav-tabs.nav-justified > li > a {
|
2013-08-27 02:37:52 +02:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-16 23:01:32 +02:00
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
.nav-tabs.nav-justified > li > a {
|
|
|
|
margin-right: 0;
|
2013-08-27 02:37:52 +02:00
|
|
|
border-radius: 4px;
|
2013-04-16 16:45:51 +02:00
|
|
|
}
|
2013-08-27 02:37:52 +02:00
|
|
|
.nav-tabs.nav-justified > .active > a,
|
|
|
|
.nav-tabs.nav-justified > .active > a:hover,
|
|
|
|
.nav-tabs.nav-justified > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-08-27 02:37:52 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.nav-tabs.nav-justified > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2013-08-27 02:37:52 +02:00
|
|
|
border-radius: 4px 4px 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.nav-tabs.nav-justified > .active > a,
|
2013-08-27 02:37:52 +02:00
|
|
|
.nav-tabs.nav-justified > .active > a:hover,
|
|
|
|
.nav-tabs.nav-justified > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #fff;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav-pills > li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.nav-pills > li > a {
|
2013-09-13 21:56:30 +02:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-27 07:11:58 +02:00
|
|
|
.nav-pills > li + li {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2013-04-16 16:45:51 +02:00
|
|
|
.nav-pills > li.active > a,
|
|
|
|
.nav-pills > li.active > a:hover,
|
|
|
|
.nav-pills > li.active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #428bca;
|
|
|
|
}
|
|
|
|
.nav-stacked > li {
|
|
|
|
float: none;
|
|
|
|
}
|
2013-07-28 18:37:10 +02:00
|
|
|
.nav-stacked > li + li {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2013-08-02 18:42:50 +02:00
|
|
|
.nav-justified {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.nav-justified > li {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.nav-justified > li > a {
|
2013-08-27 02:37:52 +02:00
|
|
|
margin-bottom: 5px;
|
2013-08-02 18:42:50 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-29 04:51:39 +01:00
|
|
|
.nav-justified > .dropdown .dropdown-menu {
|
|
|
|
top: auto;
|
|
|
|
left: auto;
|
|
|
|
}
|
2013-08-16 23:01:32 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.nav-justified > li {
|
2013-08-16 23:01:32 +02:00
|
|
|
display: table-cell;
|
|
|
|
width: 1%;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.nav-justified > li > a {
|
2013-08-27 02:37:52 +02:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-16 23:01:32 +02:00
|
|
|
}
|
2013-08-02 18:42:50 +02:00
|
|
|
.nav-tabs-justified {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
.nav-tabs-justified > li > a {
|
|
|
|
margin-right: 0;
|
2013-08-27 02:37:52 +02:00
|
|
|
border-radius: 4px;
|
2013-08-02 18:42:50 +02:00
|
|
|
}
|
2013-08-27 02:37:52 +02:00
|
|
|
.nav-tabs-justified > .active > a,
|
|
|
|
.nav-tabs-justified > .active > a:hover,
|
|
|
|
.nav-tabs-justified > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-08-27 02:37:52 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.nav-tabs-justified > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2013-08-27 02:37:52 +02:00
|
|
|
border-radius: 4px 4px 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.nav-tabs-justified > .active > a,
|
2013-08-27 02:37:52 +02:00
|
|
|
.nav-tabs-justified > .active > a:hover,
|
|
|
|
.nav-tabs-justified > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #fff;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-02 18:42:50 +02:00
|
|
|
}
|
2013-10-14 00:55:13 +02:00
|
|
|
.tab-content > .tab-pane {
|
2013-02-18 05:18:29 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2013-10-14 00:55:13 +02:00
|
|
|
.tab-content > .active {
|
2013-02-18 05:18:29 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav-tabs .dropdown-menu {
|
2013-05-13 01:12:13 +02:00
|
|
|
margin-top: -1px;
|
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.navbar {
|
2013-02-18 10:28:35 +01:00
|
|
|
position: relative;
|
2013-07-18 10:25:08 +02:00
|
|
|
min-height: 50px;
|
2013-05-01 04:12:48 +02:00
|
|
|
margin-bottom: 20px;
|
2013-08-18 23:05:56 +02:00
|
|
|
border: 1px solid transparent;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar {
|
2013-08-13 06:23:28 +02:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-header {
|
2013-08-13 06:23:28 +02:00
|
|
|
float: left;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-collapse {
|
2013-08-14 00:22:05 +02:00
|
|
|
max-height: 340px;
|
2013-08-15 09:07:23 +02:00
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow-x: visible;
|
2013-12-23 22:25:51 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-08-18 23:05:56 +02:00
|
|
|
border-top: 1px solid transparent;
|
2013-12-09 07:11:46 +01:00
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
|
2013-02-18 03:33:55 +01:00
|
|
|
}
|
2013-08-17 00:07:45 +02:00
|
|
|
.navbar-collapse.in {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-collapse {
|
2013-08-13 06:23:28 +02:00
|
|
|
width: auto;
|
|
|
|
border-top: 0;
|
2013-08-13 23:46:34 +02:00
|
|
|
box-shadow: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-collapse.collapse {
|
2013-08-15 06:32:23 +02:00
|
|
|
display: block !important;
|
|
|
|
height: auto !important;
|
|
|
|
padding-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: visible !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-collapse.in {
|
2013-12-02 05:27:30 +01:00
|
|
|
overflow-y: visible;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-collapse,
|
2013-12-02 04:27:33 +01:00
|
|
|
.navbar-static-top .navbar-collapse,
|
|
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-07 01:39:18 +02:00
|
|
|
}
|
2013-08-18 06:00:13 +02:00
|
|
|
.container > .navbar-header,
|
2013-12-08 05:52:51 +01:00
|
|
|
.container-fluid > .navbar-header,
|
|
|
|
.container > .navbar-collapse,
|
|
|
|
.container-fluid > .navbar-collapse {
|
2013-08-18 06:00:13 +02:00
|
|
|
margin-right: -15px;
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.container > .navbar-header,
|
2013-12-08 05:52:51 +01:00
|
|
|
.container-fluid > .navbar-header,
|
|
|
|
.container > .navbar-collapse,
|
|
|
|
.container-fluid > .navbar-collapse {
|
2013-08-18 06:00:13 +02:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:00:13 +02:00
|
|
|
}
|
2013-08-16 20:34:30 +02:00
|
|
|
.navbar-static-top {
|
2013-10-21 06:12:09 +02:00
|
|
|
z-index: 1000;
|
2013-08-16 20:34:30 +02:00
|
|
|
border-width: 0 0 1px;
|
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-static-top {
|
2013-08-13 06:23:28 +02:00
|
|
|
border-radius: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-07 01:39:18 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-fixed-top,
|
|
|
|
.navbar-fixed-bottom {
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 1030;
|
2013-08-07 02:28:02 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-fixed-top,
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-fixed-bottom {
|
|
|
|
border-radius: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-05 23:19:32 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-fixed-top {
|
|
|
|
top: 0;
|
2013-10-16 16:20:34 +02:00
|
|
|
border-width: 0 0 1px;
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
|
|
|
.navbar-fixed-bottom {
|
|
|
|
bottom: 0;
|
|
|
|
margin-bottom: 0;
|
2013-10-16 16:20:34 +02:00
|
|
|
border-width: 1px 0 0;
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-brand {
|
2013-12-09 07:11:46 +01:00
|
|
|
float: left;
|
|
|
|
padding: 15px 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-brand:hover,
|
|
|
|
.navbar-brand:focus {
|
2013-02-12 21:16:32 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-12-14 08:06:04 +01:00
|
|
|
.navbar-brand > .glyphicon {
|
|
|
|
float: left;
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2013-08-18 06:00:13 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar > .container .navbar-brand,
|
2013-12-08 05:52:51 +01:00
|
|
|
.navbar > .container-fluid .navbar-brand {
|
2013-08-18 06:00:13 +02:00
|
|
|
margin-left: -15px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:00:13 +02:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-toggle {
|
2013-08-05 09:39:03 +02:00
|
|
|
position: relative;
|
|
|
|
float: right;
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 9px 10px;
|
2013-08-05 09:39:03 +02:00
|
|
|
margin-top: 8px;
|
2013-08-18 06:00:13 +02:00
|
|
|
margin-right: 15px;
|
2013-08-05 09:39:03 +02:00
|
|
|
margin-bottom: 8px;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-toggle .icon-bar {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
2013-02-18 10:28:35 +01:00
|
|
|
width: 22px;
|
2013-02-12 21:16:32 +01:00
|
|
|
height: 2px;
|
|
|
|
border-radius: 1px;
|
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-toggle .icon-bar + .icon-bar {
|
|
|
|
margin-top: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-toggle {
|
2013-08-15 06:32:23 +02:00
|
|
|
display: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-08-13 22:39:21 +02:00
|
|
|
.navbar-nav {
|
2013-08-16 21:38:41 +02:00
|
|
|
margin: 7.5px -15px;
|
2013-08-13 22:39:21 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-nav > li > a {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 20px;
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-nav .open .dropdown-menu {
|
2013-08-13 06:23:28 +02:00
|
|
|
position: static;
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
margin-top: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 0;
|
2013-08-13 06:23:28 +02:00
|
|
|
box-shadow: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a,
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-nav .open .dropdown-menu .dropdown-header {
|
|
|
|
padding: 5px 15px 5px 25px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a {
|
2013-08-13 06:23:28 +02:00
|
|
|
line-height: 20px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a:hover,
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-nav .open .dropdown-menu > li > a:focus {
|
|
|
|
background-image: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-nav {
|
2013-08-15 06:32:23 +02:00
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav > li {
|
2013-08-15 06:32:23 +02:00
|
|
|
float: left;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav > li > a {
|
2013-08-15 06:32:23 +02:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-nav.navbar-right:last-child {
|
2013-12-02 04:27:33 +01:00
|
|
|
margin-right: -15px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-08-14 00:19:59 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-left {
|
2013-08-14 00:19:59 +02:00
|
|
|
float: left !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-right {
|
2013-08-14 04:53:23 +02:00
|
|
|
float: right !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-14 00:19:59 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.navbar-form {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 10px 15px;
|
2013-08-03 00:09:48 +02:00
|
|
|
margin-top: 8px;
|
2013-08-14 00:19:59 +02:00
|
|
|
margin-right: -15px;
|
2013-08-03 00:09:48 +02:00
|
|
|
margin-bottom: 8px;
|
2013-08-14 00:19:59 +02:00
|
|
|
margin-left: -15px;
|
2013-08-18 23:05:56 +02:00
|
|
|
border-top: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid transparent;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-12 20:07:23 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-form .form-group {
|
2013-08-12 20:07:23 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-form .form-control {
|
2013-08-13 01:09:21 +02:00
|
|
|
display: inline-block;
|
2013-12-01 00:57:25 +01:00
|
|
|
width: auto;
|
2013-12-08 10:59:44 +01:00
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.navbar-form .control-label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-form .radio,
|
2013-08-12 20:07:23 +02:00
|
|
|
.navbar-form .checkbox {
|
|
|
|
display: inline-block;
|
2013-12-09 07:55:09 +01:00
|
|
|
padding-left: 0;
|
2013-08-12 20:07:23 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-12-08 10:59:44 +01:00
|
|
|
vertical-align: middle;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-form .radio input[type="radio"],
|
2013-08-12 20:07:23 +02:00
|
|
|
.navbar-form .checkbox input[type="checkbox"] {
|
|
|
|
float: none;
|
|
|
|
margin-left: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-16 02:15:09 +01:00
|
|
|
.navbar-form .has-feedback .form-control-feedback {
|
|
|
|
top: 0;
|
|
|
|
}
|
2013-08-05 20:47:12 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-form .form-group {
|
2013-08-13 06:23:28 +02:00
|
|
|
margin-bottom: 5px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-form {
|
2013-08-13 06:23:28 +02:00
|
|
|
width: auto;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
2013-08-13 06:23:28 +02:00
|
|
|
border: 0;
|
2013-08-15 20:47:56 +02:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-form.navbar-right:last-child {
|
2013-12-02 04:27:33 +01:00
|
|
|
margin-right: -15px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-nav > li > .dropdown-menu {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-top: 0;
|
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
2013-02-12 21:16:32 +01:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
.navbar-btn {
|
|
|
|
margin-top: 8px;
|
2013-08-15 08:02:58 +02:00
|
|
|
margin-bottom: 8px;
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-12-02 03:13:27 +01:00
|
|
|
.navbar-btn.btn-sm {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.navbar-btn.btn-xs {
|
|
|
|
margin-top: 14px;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
2013-08-15 06:32:23 +02:00
|
|
|
.navbar-text {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2013-08-15 22:54:47 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-text {
|
2013-11-17 23:45:42 +01:00
|
|
|
float: left;
|
2013-08-15 22:54:47 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
margin-left: 15px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-text.navbar-right:last-child {
|
2013-12-02 04:27:33 +01:00
|
|
|
margin-right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-15 22:54:47 +02:00
|
|
|
}
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f8f8f8;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #e7e7e7;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-brand {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-brand:hover,
|
|
|
|
.navbar-default .navbar-brand:focus {
|
|
|
|
color: #5e5e5e;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-text {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a:hover,
|
|
|
|
.navbar-default .navbar-nav > li > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > .active > a,
|
|
|
|
.navbar-default .navbar-nav > .active > a:hover,
|
|
|
|
.navbar-default .navbar-nav > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: #e7e7e7;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > .disabled > a,
|
|
|
|
.navbar-default .navbar-nav > .disabled > a:hover,
|
|
|
|
.navbar-default .navbar-nav > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #ccc;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-toggle {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: #ddd;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-toggle:hover,
|
|
|
|
.navbar-default .navbar-toggle:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #ddd;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-toggle .icon-bar {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #888;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-collapse,
|
|
|
|
.navbar-default .navbar-form {
|
2013-09-17 06:43:55 +02:00
|
|
|
border-color: #e7e7e7;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > .open > a,
|
|
|
|
.navbar-default .navbar-nav > .open > a:hover,
|
|
|
|
.navbar-default .navbar-nav > .open > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: #e7e7e7;
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #777;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: #e7e7e7;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #ccc;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-link {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #777;
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default .navbar-link:hover {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.navbar-inverse {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #222;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #080808;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-inverse .navbar-brand {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-inverse .navbar-brand:hover,
|
|
|
|
.navbar-inverse .navbar-brand:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-text {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-inverse .navbar-nav > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-inverse .navbar-nav > li > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav > li > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-inverse .navbar-nav > .active > a,
|
|
|
|
.navbar-inverse .navbar-nav > .active > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-02-13 21:30:56 +01:00
|
|
|
background-color: #080808;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-inverse .navbar-nav > .disabled > a,
|
|
|
|
.navbar-inverse .navbar-nav > .disabled > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #444;
|
2013-03-01 08:20:25 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-inverse .navbar-toggle {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: #333;
|
2013-02-18 10:28:35 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-toggle:hover,
|
|
|
|
.navbar-inverse .navbar-toggle:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #333;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-03-01 09:18:10 +01:00
|
|
|
.navbar-inverse .navbar-toggle .icon-bar {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-03-01 09:18:10 +01:00
|
|
|
}
|
2013-08-15 20:47:56 +02:00
|
|
|
.navbar-inverse .navbar-collapse,
|
|
|
|
.navbar-inverse .navbar-form {
|
|
|
|
border-color: #101010;
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2013-05-13 01:30:54 +02:00
|
|
|
.navbar-inverse .navbar-nav > .open > a,
|
|
|
|
.navbar-inverse .navbar-nav > .open > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav > .open > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-02-13 21:30:56 +01:00
|
|
|
background-color: #080808;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-13 06:43:59 +02:00
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
2013-08-14 00:19:59 +02:00
|
|
|
border-color: #080808;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
2013-11-28 21:39:39 +01:00
|
|
|
background-color: #080808;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
2013-08-13 06:43:59 +02:00
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-08-13 06:43:59 +02:00
|
|
|
background-color: transparent;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
|
2013-08-13 06:43:59 +02:00
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-08-13 06:43:59 +02:00
|
|
|
background-color: #080808;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
|
2013-08-13 06:43:59 +02:00
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #444;
|
2013-08-13 06:43:59 +02:00
|
|
|
background-color: transparent;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-13 06:43:59 +02:00
|
|
|
}
|
2013-05-03 19:53:26 +02:00
|
|
|
.navbar-inverse .navbar-link {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-03 19:53:26 +02:00
|
|
|
.navbar-inverse .navbar-link:hover {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-05-03 19:53:26 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 8px 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
2013-08-18 06:18:00 +02:00
|
|
|
list-style: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f5f5f5;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > li {
|
|
|
|
display: inline-block;
|
2013-08-05 20:30:50 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > li + li:before {
|
|
|
|
padding: 0 5px;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #ccc;
|
2013-12-09 07:55:09 +01:00
|
|
|
content: "/\00a0";
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > .active {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-08-05 20:30:50 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: inline-block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 20px 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li {
|
|
|
|
display: inline;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li > a,
|
|
|
|
.pagination > li > span {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 6px 12px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-left: -1px;
|
|
|
|
line-height: 1.428571429;
|
2013-12-20 17:06:53 +01:00
|
|
|
color: #428bca;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li:first-child > a,
|
|
|
|
.pagination > li:first-child > span {
|
|
|
|
margin-left: 0;
|
|
|
|
border-top-left-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 4px;
|
2013-08-06 01:16:58 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li:last-child > a,
|
|
|
|
.pagination > li:last-child > span {
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
2013-05-10 01:26:35 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li > a:hover,
|
|
|
|
.pagination > li > span:hover,
|
|
|
|
.pagination > li > a:focus,
|
|
|
|
.pagination > li > span:focus {
|
2013-12-20 17:06:53 +01:00
|
|
|
color: #2a6496;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
2013-12-20 17:06:53 +01:00
|
|
|
border-color: #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > .active > a,
|
|
|
|
.pagination > .active > span,
|
|
|
|
.pagination > .active > a:hover,
|
|
|
|
.pagination > .active > span:hover,
|
|
|
|
.pagination > .active > a:focus,
|
|
|
|
.pagination > .active > span:focus {
|
|
|
|
z-index: 2;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: default;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > .disabled > span,
|
2013-08-21 11:57:48 +02:00
|
|
|
.pagination > .disabled > span:hover,
|
|
|
|
.pagination > .disabled > span:focus,
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > .disabled > a,
|
|
|
|
.pagination > .disabled > a:hover,
|
|
|
|
.pagination > .disabled > a:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: not-allowed;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-lg > li > a,
|
|
|
|
.pagination-lg > li > span {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 10px 16px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 18px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-lg > li:first-child > a,
|
|
|
|
.pagination-lg > li:first-child > span {
|
|
|
|
border-top-left-radius: 6px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 6px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-lg > li:last-child > a,
|
|
|
|
.pagination-lg > li:last-child > span {
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-sm > li > a,
|
|
|
|
.pagination-sm > li > span {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-sm > li:first-child > a,
|
|
|
|
.pagination-sm > li:first-child > span {
|
|
|
|
border-top-left-radius: 3px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-left-radius: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination-sm > li:last-child > a,
|
|
|
|
.pagination-sm > li:last-child > span {
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 20px 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-align: center;
|
2013-12-09 07:55:09 +01:00
|
|
|
list-style: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager li {
|
|
|
|
display: inline;
|
2013-08-12 23:03:57 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager li > a,
|
|
|
|
.pager li > span {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 14px;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 15px;
|
2013-08-12 23:03:57 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager li > a:hover,
|
|
|
|
.pager li > a:focus {
|
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager .next > a,
|
|
|
|
.pager .next > span {
|
|
|
|
float: right;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager .previous > a,
|
|
|
|
.pager .previous > span {
|
|
|
|
float: left;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager .disabled > a,
|
|
|
|
.pager .disabled > a:hover,
|
|
|
|
.pager .disabled > a:focus,
|
|
|
|
.pager .disabled > span {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: not-allowed;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label {
|
2013-12-09 07:55:09 +01:00
|
|
|
display: inline;
|
|
|
|
padding: .2em .6em .3em;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 75%;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
2013-12-09 07:55:09 +01:00
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:55:09 +01:00
|
|
|
vertical-align: baseline;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: .25em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label[href]:hover,
|
|
|
|
.label[href]:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label:empty {
|
|
|
|
display: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 06:17:53 +01:00
|
|
|
.btn .label {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #999;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-default[href]:hover,
|
|
|
|
.label-default[href]:focus {
|
|
|
|
background-color: #808080;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-primary {
|
|
|
|
background-color: #428bca;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-primary[href]:hover,
|
|
|
|
.label-primary[href]:focus {
|
|
|
|
background-color: #3071a9;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-success {
|
|
|
|
background-color: #5cb85c;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-success[href]:hover,
|
|
|
|
.label-success[href]:focus {
|
|
|
|
background-color: #449d44;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-info {
|
|
|
|
background-color: #5bc0de;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-info[href]:hover,
|
|
|
|
.label-info[href]:focus {
|
|
|
|
background-color: #31b0d5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-warning {
|
|
|
|
background-color: #f0ad4e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-warning[href]:hover,
|
|
|
|
.label-warning[href]:focus {
|
|
|
|
background-color: #ec971f;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-danger {
|
|
|
|
background-color: #d9534f;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-danger[href]:hover,
|
|
|
|
.label-danger[href]:focus {
|
|
|
|
background-color: #c9302c;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.badge {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: inline-block;
|
|
|
|
min-width: 10px;
|
|
|
|
padding: 3px 7px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:55:09 +01:00
|
|
|
vertical-align: baseline;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #999;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.badge:empty {
|
|
|
|
display: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 06:17:53 +01:00
|
|
|
.btn .badge {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.badge:hover,
|
|
|
|
a.badge:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.list-group-item.active > .badge,
|
|
|
|
.nav-pills > .active > a > .badge {
|
|
|
|
color: #428bca;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.nav-pills > li > a > .badge {
|
|
|
|
margin-left: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.jumbotron {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 30px;
|
|
|
|
margin-bottom: 30px;
|
2013-08-18 06:18:00 +02:00
|
|
|
color: inherit;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #eee;
|
2013-03-31 20:58:25 +02:00
|
|
|
}
|
2013-10-31 01:37:17 +01:00
|
|
|
.jumbotron h1,
|
|
|
|
.jumbotron .h1 {
|
2013-08-18 06:18:00 +02:00
|
|
|
color: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.jumbotron p {
|
2013-12-15 06:50:47 +01:00
|
|
|
margin-bottom: 15px;
|
|
|
|
font-size: 21px;
|
|
|
|
font-weight: 200;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.container .jumbotron {
|
|
|
|
border-radius: 6px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-11-30 03:33:59 +01:00
|
|
|
.jumbotron .container {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
@media screen and (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.jumbotron {
|
2013-08-19 17:51:25 +02:00
|
|
|
padding-top: 48px;
|
|
|
|
padding-bottom: 48px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.container .jumbotron {
|
2013-08-18 06:18:00 +02:00
|
|
|
padding-right: 60px;
|
|
|
|
padding-left: 60px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.jumbotron h1,
|
2013-10-31 01:37:17 +01:00
|
|
|
.jumbotron .h1 {
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 63px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2013-08-19 04:24:10 +02:00
|
|
|
.thumbnail {
|
|
|
|
display: block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
line-height: 1.428571429;
|
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:55:09 +01:00
|
|
|
-webkit-transition: all .2s ease-in-out;
|
|
|
|
transition: all .2s ease-in-out;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-03 22:54:56 +01:00
|
|
|
.thumbnail > img,
|
|
|
|
.thumbnail a > img {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
height: auto;
|
2013-10-30 10:00:28 +01:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-07-07 23:52:00 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.thumbnail:hover,
|
2013-10-15 01:10:49 +02:00
|
|
|
a.thumbnail:focus,
|
|
|
|
a.thumbnail.active {
|
2013-08-15 22:16:06 +02:00
|
|
|
border-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.thumbnail .caption {
|
|
|
|
padding: 9px;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
2013-08-19 04:57:25 +02:00
|
|
|
border: 1px solid transparent;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert h4 {
|
|
|
|
margin-top: 0;
|
|
|
|
color: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert .alert-link {
|
|
|
|
font-weight: bold;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert > p,
|
|
|
|
.alert > ul {
|
|
|
|
margin-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert > p + p {
|
|
|
|
margin-top: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-dismissable {
|
|
|
|
padding-right: 35px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-dismissable .close {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
right: -21px;
|
|
|
|
color: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #3c763d;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #dff0d8;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #d6e9c6;
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success hr {
|
|
|
|
border-top-color: #c9e2b3;
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #2b542c;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #31708f;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #d9edf7;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #bce8f1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info hr {
|
|
|
|
border-top-color: #a6e1ec;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #245269;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-19 04:57:25 +02:00
|
|
|
.alert-warning {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fcf8e3;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #faebcc;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-warning hr {
|
2013-09-09 01:58:56 +02:00
|
|
|
border-top-color: #f7e1b5;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-warning .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #66512c;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-danger {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #a94442;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f2dede;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ebccd1;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-danger hr {
|
2013-09-09 05:03:52 +02:00
|
|
|
border-top-color: #e4b9c0;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-danger .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #843534;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
2013-12-09 07:33:24 +01:00
|
|
|
from {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 40px 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
to {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
2013-12-09 07:33:24 +01:00
|
|
|
from {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 40px 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
to {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress {
|
|
|
|
height: 20px;
|
|
|
|
margin-bottom: 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f5f5f5;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-bar {
|
|
|
|
float: left;
|
|
|
|
width: 0;
|
|
|
|
height: 100%;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #428bca;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
2013-12-09 07:55:09 +01:00
|
|
|
-webkit-transition: width .6s ease;
|
|
|
|
transition: width .6s ease;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-striped .progress-bar {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2013-08-18 06:18:00 +02:00
|
|
|
background-size: 40px 40px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress.active .progress-bar {
|
|
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
animation: progress-bar-stripes 2s linear infinite;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-bar-success {
|
|
|
|
background-color: #5cb85c;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-striped .progress-bar-success {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-bar-info {
|
|
|
|
background-color: #5bc0de;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-striped .progress-bar-info {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-bar-warning {
|
|
|
|
background-color: #f0ad4e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-striped .progress-bar-warning {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-bar-danger {
|
|
|
|
background-color: #d9534f;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress-striped .progress-bar-danger {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media,
|
|
|
|
.media-body {
|
|
|
|
overflow: hidden;
|
|
|
|
zoom: 1;
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media,
|
|
|
|
.media .media {
|
|
|
|
margin-top: 15px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media:first-child {
|
|
|
|
margin-top: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media-object {
|
|
|
|
display: block;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media-heading {
|
|
|
|
margin: 0 0 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media > .pull-left {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.media > .pull-right {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.media-list {
|
|
|
|
padding-left: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.list-group {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.list-group-item {
|
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 10px 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: -1px;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item:first-child {
|
|
|
|
border-top-left-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item > .badge {
|
|
|
|
float: right;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item > .badge + .badge {
|
|
|
|
margin-right: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.list-group-item {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #555;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.list-group-item .list-group-item-heading {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
a.list-group-item:hover,
|
|
|
|
a.list-group-item:focus {
|
2013-02-12 21:16:32 +01:00
|
|
|
text-decoration: none;
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2013-10-14 22:45:32 +02:00
|
|
|
a.list-group-item.active,
|
|
|
|
a.list-group-item.active:hover,
|
|
|
|
a.list-group-item.active:focus {
|
2013-08-18 06:18:00 +02:00
|
|
|
z-index: 2;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #428bca;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2013-10-14 22:45:32 +02:00
|
|
|
a.list-group-item.active .list-group-item-heading,
|
|
|
|
a.list-group-item.active:hover .list-group-item-heading,
|
|
|
|
a.list-group-item.active:focus .list-group-item-heading {
|
2013-08-18 06:18:00 +02:00
|
|
|
color: inherit;
|
|
|
|
}
|
2013-10-14 22:45:32 +02:00
|
|
|
a.list-group-item.active .list-group-item-text,
|
|
|
|
a.list-group-item.active:hover .list-group-item-text,
|
|
|
|
a.list-group-item.active:focus .list-group-item-text {
|
2013-08-18 06:18:00 +02:00
|
|
|
color: #e1edf7;
|
|
|
|
}
|
2013-12-07 23:09:03 +01:00
|
|
|
.list-group-item-success {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
|
|
|
a.list-group-item-success {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
a.list-group-item-success .list-group-item-heading {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
a.list-group-item-success:hover,
|
|
|
|
a.list-group-item-success:focus {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #d0e9c6;
|
|
|
|
}
|
|
|
|
a.list-group-item-success.active,
|
|
|
|
a.list-group-item-success.active:hover,
|
|
|
|
a.list-group-item-success.active:focus {
|
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #3c763d;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
.list-group-item-warning {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
|
|
|
a.list-group-item-warning {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
a.list-group-item-warning .list-group-item-heading {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
a.list-group-item-warning:hover,
|
|
|
|
a.list-group-item-warning:focus {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #faf2cc;
|
|
|
|
}
|
|
|
|
a.list-group-item-warning.active,
|
|
|
|
a.list-group-item-warning.active:hover,
|
|
|
|
a.list-group-item-warning.active:focus {
|
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #8a6d3b;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
.list-group-item-danger {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
|
|
|
a.list-group-item-danger {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
a.list-group-item-danger .list-group-item-heading {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
a.list-group-item-danger:hover,
|
|
|
|
a.list-group-item-danger:focus {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #ebcccc;
|
|
|
|
}
|
|
|
|
a.list-group-item-danger.active,
|
|
|
|
a.list-group-item-danger.active:hover,
|
|
|
|
a.list-group-item-danger.active:focus {
|
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #a94442;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
.list-group-item-info {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #31708f;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
|
|
|
a.list-group-item-info {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #31708f;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
|
|
|
a.list-group-item-info .list-group-item-heading {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
a.list-group-item-info:hover,
|
|
|
|
a.list-group-item-info:focus {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #31708f;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #c4e3f3;
|
|
|
|
}
|
|
|
|
a.list-group-item-info.active,
|
|
|
|
a.list-group-item-info.active:hover,
|
|
|
|
a.list-group-item-info.active:focus {
|
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #31708f;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #31708f;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item-heading {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.list-group-item-text {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.3;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel {
|
|
|
|
margin-bottom: 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #fff;
|
2013-08-19 04:40:57 +02:00
|
|
|
border: 1px solid transparent;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
|
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-body {
|
|
|
|
padding: 15px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel > .list-group {
|
|
|
|
margin-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel > .list-group .list-group-item {
|
|
|
|
border-width: 1px 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel > .list-group .list-group-item:first-child {
|
|
|
|
border-top-left-radius: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 0;
|
2013-06-28 05:50:00 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel > .list-group .list-group-item:last-child {
|
|
|
|
border-bottom: 0;
|
2013-06-28 05:50:00 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-heading + .list-group .list-group-item:first-child {
|
|
|
|
border-top-width: 0;
|
|
|
|
}
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table,
|
2013-11-26 00:19:11 +01:00
|
|
|
.panel > .table-responsive > .table {
|
2013-08-18 20:08:20 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .panel-body + .table,
|
|
|
|
.panel > .panel-body + .table-responsive {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 1px solid #ddd;
|
2013-08-18 20:08:20 +02:00
|
|
|
}
|
2013-11-28 21:49:51 +01:00
|
|
|
.panel > .table > tbody:first-child th,
|
|
|
|
.panel > .table > tbody:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-bordered,
|
|
|
|
.panel > .table-responsive > .table-bordered {
|
2013-09-06 00:10:56 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.panel > .table-bordered > thead > tr > th:first-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr > th:first-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tfoot > tr > th:first-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > thead > tr > td:first-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr > td:first-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
|
|
.panel > .table-bordered > tfoot > tr > td:first-child,
|
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
2013-09-06 00:10:56 +02:00
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
.panel > .table-bordered > thead > tr > th:last-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr > th:last-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tfoot > tr > th:last-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > thead > tr > td:last-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr > td:last-child,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
|
|
.panel > .table-bordered > tfoot > tr > td:last-child,
|
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
2013-09-06 00:10:56 +02:00
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
.panel > .table-bordered > thead > tr:last-child > th,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr:last-child > th,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tfoot > tr:last-child > th,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > thead > tr:last-child > td,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
|
2013-09-06 00:10:56 +02:00
|
|
|
.panel > .table-bordered > tbody > tr:last-child > td,
|
2013-09-12 08:11:18 +02:00
|
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
|
|
.panel > .table-bordered > tfoot > tr:last-child > td,
|
|
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
2013-09-06 00:10:56 +02:00
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2013-12-05 06:13:33 +01:00
|
|
|
.panel > .table-responsive {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
2013-12-16 02:22:55 +01:00
|
|
|
.panel > .table-striped > tbody > tr:last-child td:first-child,
|
|
|
|
.panel > .table-responsive > .table-striped > tbody > tr:last-child td:first-child,
|
|
|
|
.panel > .table-striped > tbody > tr:last-child th:first-child,
|
|
|
|
.panel > .table-responsive > .table-striped > tbody > tr:last-child th:first-child {
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
.panel > .table-striped > tbody > tr:last-child td:last-child,
|
|
|
|
.panel > .table-responsive > .table-striped > tbody > tr:last-child td:last-child,
|
|
|
|
.panel > .table-striped > tbody > tr:last-child th:last-child,
|
|
|
|
.panel > .table-responsive > .table-striped > tbody > tr:last-child th:last-child {
|
2013-12-23 07:31:13 +01:00
|
|
|
border-bottom-right-radius: 3px;
|
2013-12-16 02:22:55 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-heading {
|
|
|
|
padding: 10px 15px;
|
2013-08-19 04:40:57 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-top-left-radius: 3px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-right-radius: 3px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2013-09-16 11:38:26 +02:00
|
|
|
.panel-heading > .dropdown .dropdown-toggle {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-title {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 16px;
|
2013-11-30 23:53:54 +01:00
|
|
|
color: inherit;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.panel-title > a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
.panel-footer {
|
|
|
|
padding: 10px 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #f5f5f5;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 1px solid #ddd;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
.panel-group .panel {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.panel-group .panel + .panel {
|
|
|
|
margin-top: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-group .panel-heading {
|
|
|
|
border-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-group .panel-heading + .panel-collapse .panel-body {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-group .panel-footer {
|
|
|
|
border-top: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-group .panel-footer + .panel-collapse .panel-body {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-19 04:40:57 +02:00
|
|
|
.panel-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: #ddd;
|
2013-08-19 04:40:57 +02:00
|
|
|
}
|
|
|
|
.panel-default > .panel-heading {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #333;
|
2013-08-19 04:40:57 +02:00
|
|
|
background-color: #f5f5f5;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ddd;
|
2013-08-19 04:40:57 +02:00
|
|
|
}
|
|
|
|
.panel-default > .panel-heading + .panel-collapse .panel-body {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #ddd;
|
2013-08-19 04:40:57 +02:00
|
|
|
}
|
|
|
|
.panel-default > .panel-footer + .panel-collapse .panel-body {
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #ddd;
|
2013-08-19 04:40:57 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-primary {
|
|
|
|
border-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-primary > .panel-heading {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #428bca;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-primary > .panel-heading + .panel-collapse .panel-body {
|
|
|
|
border-top-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-primary > .panel-footer + .panel-collapse .panel-body {
|
|
|
|
border-bottom-color: #428bca;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-success {
|
|
|
|
border-color: #d6e9c6;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-success > .panel-heading {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #3c763d;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #dff0d8;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #d6e9c6;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-success > .panel-heading + .panel-collapse .panel-body {
|
|
|
|
border-top-color: #d6e9c6;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-success > .panel-footer + .panel-collapse .panel-body {
|
|
|
|
border-bottom-color: #d6e9c6;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-warning {
|
2013-09-09 01:58:56 +02:00
|
|
|
border-color: #faebcc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-warning > .panel-heading {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fcf8e3;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #faebcc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-warning > .panel-heading + .panel-collapse .panel-body {
|
2013-09-09 01:58:56 +02:00
|
|
|
border-top-color: #faebcc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-warning > .panel-footer + .panel-collapse .panel-body {
|
2013-09-09 01:58:56 +02:00
|
|
|
border-bottom-color: #faebcc;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-danger {
|
2013-09-09 05:03:52 +02:00
|
|
|
border-color: #ebccd1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-danger > .panel-heading {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #a94442;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f2dede;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #ebccd1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-danger > .panel-heading + .panel-collapse .panel-body {
|
2013-09-09 05:03:52 +02:00
|
|
|
border-top-color: #ebccd1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-danger > .panel-footer + .panel-collapse .panel-body {
|
2013-09-09 05:03:52 +02:00
|
|
|
border-bottom-color: #ebccd1;
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-info {
|
|
|
|
border-color: #bce8f1;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-info > .panel-heading {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #31708f;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #d9edf7;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #bce8f1;
|
2013-08-02 18:32:58 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-info > .panel-heading + .panel-collapse .panel-body {
|
|
|
|
border-top-color: #bce8f1;
|
2013-08-02 18:32:58 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.panel-info > .panel-footer + .panel-collapse .panel-body {
|
|
|
|
border-bottom-color: #bce8f1;
|
2013-08-12 10:20:22 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.well {
|
|
|
|
min-height: 20px;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 19px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #f5f5f5;
|
2013-08-18 06:18:00 +02:00
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
border-radius: 4px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
2013-08-12 10:20:22 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.well blockquote {
|
|
|
|
border-color: #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: rgba(0, 0, 0, .15);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.well-lg {
|
|
|
|
padding: 24px;
|
|
|
|
border-radius: 6px;
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.well-sm {
|
|
|
|
padding: 9px;
|
|
|
|
border-radius: 3px;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.close {
|
2013-12-09 07:55:09 +01:00
|
|
|
float: right;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 21px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #000;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
filter: alpha(opacity=20);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .2;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.close:hover,
|
|
|
|
.close:focus {
|
2013-12-09 07:55:09 +01:00
|
|
|
color: #000;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2013-08-18 06:18:00 +02:00
|
|
|
filter: alpha(opacity=50);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .5;
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
button.close {
|
2013-12-23 22:25:51 +01:00
|
|
|
-webkit-appearance: none;
|
2013-08-18 06:18:00 +02:00
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
2013-12-09 07:11:46 +01:00
|
|
|
background: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 0;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-open {
|
|
|
|
overflow: hidden;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2013-12-13 12:27:56 +01:00
|
|
|
z-index: 1050;
|
2013-08-18 06:18:00 +02:00
|
|
|
display: none;
|
|
|
|
overflow: auto;
|
|
|
|
overflow-y: scroll;
|
2013-12-23 22:25:51 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-10-05 12:55:26 +02:00
|
|
|
outline: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.modal.fade .modal-dialog {
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-transition: -webkit-transform .3s ease-out;
|
2013-12-23 22:25:51 +01:00
|
|
|
-moz-transition: -moz-transform .3s ease-out;
|
|
|
|
-o-transition: -o-transform .3s ease-out;
|
|
|
|
transition: transform .3s ease-out;
|
|
|
|
-webkit-transform: translate(0, -25%);
|
|
|
|
-ms-transform: translate(0, -25%);
|
|
|
|
transform: translate(0, -25%);
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.modal.in .modal-dialog {
|
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
|
-ms-transform: translate(0, 0);
|
|
|
|
transform: translate(0, 0);
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-dialog {
|
2013-10-21 05:04:10 +02:00
|
|
|
position: relative;
|
2013-08-18 06:18:00 +02:00
|
|
|
width: auto;
|
2013-11-30 07:03:49 +01:00
|
|
|
margin: 10px;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-content {
|
|
|
|
position: relative;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #999;
|
|
|
|
border: 1px solid rgba(0, 0, 0, .2);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 6px;
|
|
|
|
outline: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2013-12-13 12:27:56 +01:00
|
|
|
z-index: 1040;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #000;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop.fade {
|
|
|
|
filter: alpha(opacity=0);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop.in {
|
|
|
|
filter: alpha(opacity=50);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .5;
|
2013-08-15 22:40:21 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-header {
|
|
|
|
min-height: 16.428571429px;
|
|
|
|
padding: 15px;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-header .close {
|
|
|
|
margin-top: -2px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-title {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.428571429;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
|
|
|
padding: 20px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 19px 20px 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-top: 15px;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: right;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn + .btn {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-left: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn-group .btn + .btn {
|
|
|
|
margin-left: -1px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn-block + .btn-block {
|
|
|
|
margin-left: 0;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-12-15 01:29:47 +01:00
|
|
|
@media (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.modal-dialog {
|
2013-08-18 06:18:00 +02:00
|
|
|
width: 600px;
|
2013-11-30 20:56:06 +01:00
|
|
|
margin: 30px auto;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.modal-content {
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
|
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-15 01:29:47 +01:00
|
|
|
.modal-sm {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
.modal-lg {
|
|
|
|
width: 900px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2013-08-11 21:43:43 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1030;
|
|
|
|
display: block;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.4;
|
2013-12-09 07:11:46 +01:00
|
|
|
visibility: visible;
|
2013-08-18 06:18:00 +02:00
|
|
|
filter: alpha(opacity=0);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: 0;
|
2013-08-06 00:30:28 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.in {
|
|
|
|
filter: alpha(opacity=90);
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .9;
|
2013-08-06 00:30:28 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.top {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-top: -3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.right {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0 5px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-left: 3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.bottom {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-top: 3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.left {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0 5px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-left: -3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 200px;
|
|
|
|
padding: 3px 8px;
|
2013-12-09 07:55:09 +01:00
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #000;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-radius: 4px;
|
2013-08-15 20:31:26 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-style: solid;
|
2013-08-15 20:31:26 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.top .tooltip-arrow {
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 5px 5px 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #000;
|
2013-04-22 15:34:23 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.top-left .tooltip-arrow {
|
|
|
|
bottom: 0;
|
|
|
|
left: 5px;
|
|
|
|
border-width: 5px 5px 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #000;
|
2013-04-22 15:34:23 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.top-right .tooltip-arrow {
|
|
|
|
right: 5px;
|
|
|
|
bottom: 0;
|
|
|
|
border-width: 5px 5px 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #000;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.right .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 5px 5px 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-right-color: #000;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.left .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 0 5px 5px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-left-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.bottom .tooltip-arrow {
|
|
|
|
top: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 0 5px 5px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.bottom-left .tooltip-arrow {
|
|
|
|
top: 0;
|
|
|
|
left: 5px;
|
|
|
|
border-width: 0 5px 5px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.bottom-right .tooltip-arrow {
|
|
|
|
top: 0;
|
|
|
|
right: 5px;
|
|
|
|
border-width: 0 5px 5px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 1010;
|
2013-08-18 06:18:00 +02:00
|
|
|
display: none;
|
|
|
|
max-width: 276px;
|
|
|
|
padding: 1px;
|
|
|
|
text-align: left;
|
|
|
|
white-space: normal;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
2013-12-09 07:11:46 +01:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, .2);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 6px;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.top {
|
|
|
|
margin-top: -10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.right {
|
|
|
|
margin-left: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.bottom {
|
|
|
|
margin-top: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.left {
|
|
|
|
margin-left: -10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover-title {
|
2013-12-09 07:55:09 +01:00
|
|
|
padding: 8px 14px;
|
|
|
|
margin: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #f7f7f7;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
border-radius: 5px 5px 0 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover-content {
|
|
|
|
padding: 9px 14px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover .arrow,
|
|
|
|
.popover .arrow:after {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
2013-02-12 21:16:32 +01:00
|
|
|
width: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
height: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-style: solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover .arrow {
|
|
|
|
border-width: 11px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover .arrow:after {
|
|
|
|
content: "";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-width: 10px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.top .arrow {
|
|
|
|
bottom: -11px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #999;
|
|
|
|
border-top-color: rgba(0, 0, 0, .25);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-width: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.top .arrow:after {
|
|
|
|
bottom: 1px;
|
|
|
|
margin-left: -10px;
|
|
|
|
content: " ";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.right .arrow {
|
|
|
|
top: 50%;
|
|
|
|
left: -11px;
|
|
|
|
margin-top: -11px;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-right-color: #999;
|
|
|
|
border-right-color: rgba(0, 0, 0, .25);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-left-width: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.right .arrow:after {
|
|
|
|
bottom: -10px;
|
|
|
|
left: 1px;
|
|
|
|
content: " ";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-right-color: #fff;
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.bottom .arrow {
|
|
|
|
top: -11px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
|
|
|
border-top-width: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-color: #999;
|
|
|
|
border-bottom-color: rgba(0, 0, 0, .25);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.bottom .arrow:after {
|
|
|
|
top: 1px;
|
|
|
|
margin-left: -10px;
|
|
|
|
content: " ";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.left .arrow {
|
|
|
|
top: 50%;
|
|
|
|
right: -11px;
|
|
|
|
margin-top: -11px;
|
|
|
|
border-right-width: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-left-color: #999;
|
|
|
|
border-left-color: rgba(0, 0, 0, .25);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover.left .arrow:after {
|
|
|
|
right: 1px;
|
|
|
|
bottom: -10px;
|
|
|
|
content: " ";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-right-width: 0;
|
|
|
|
border-left-color: #fff;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.carousel-inner {
|
|
|
|
position: relative;
|
2013-12-09 07:11:46 +01:00
|
|
|
width: 100%;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-inner > .item {
|
|
|
|
position: relative;
|
|
|
|
display: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
-webkit-transition: .6s ease-in-out left;
|
|
|
|
transition: .6s ease-in-out left;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-inner > .item > img,
|
|
|
|
.carousel-inner > .item > a > img {
|
2013-08-15 08:06:37 +02:00
|
|
|
display: block;
|
2013-06-28 18:24:46 +02:00
|
|
|
max-width: 100%;
|
2013-12-09 07:11:46 +01:00
|
|
|
height: auto;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-inner > .active,
|
|
|
|
.carousel-inner > .next,
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next,
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next.left,
|
|
|
|
.carousel-inner > .prev.right {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.left {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.right {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.carousel-control {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2013-02-16 11:47:15 +01:00
|
|
|
width: 15%;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 20px;
|
|
|
|
color: #fff;
|
2013-02-16 11:47:15 +01:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
2013-12-23 22:25:51 +01:00
|
|
|
filter: alpha(opacity=50);
|
2013-12-09 07:55:09 +01:00
|
|
|
opacity: .5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-control.left {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
|
|
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
|
2013-02-16 10:22:15 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
2013-12-23 22:25:51 +01:00
|
|
|
background-repeat: repeat-x;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-control.right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
|
|
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
|
2013-02-16 10:22:15 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
2013-12-23 22:25:51 +01:00
|
|
|
background-repeat: repeat-x;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-control:hover,
|
|
|
|
.carousel-control:focus {
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2013-12-23 22:25:51 +01:00
|
|
|
filter: alpha(opacity=90);
|
2013-11-29 00:37:11 +01:00
|
|
|
outline: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
opacity: .9;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-06 20:20:56 +02:00
|
|
|
.carousel-control .icon-prev,
|
2013-08-19 09:58:29 +02:00
|
|
|
.carousel-control .icon-next,
|
|
|
|
.carousel-control .glyphicon-chevron-left,
|
|
|
|
.carousel-control .glyphicon-chevron-right {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: absolute;
|
2013-12-09 07:11:46 +01:00
|
|
|
top: 50%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 5;
|
2013-02-16 10:22:15 +01:00
|
|
|
display: inline-block;
|
2013-08-19 09:58:29 +02:00
|
|
|
}
|
2013-08-22 00:51:24 +02:00
|
|
|
.carousel-control .icon-prev,
|
|
|
|
.carousel-control .glyphicon-chevron-left {
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
.carousel-control .icon-next,
|
|
|
|
.carousel-control .glyphicon-chevron-right {
|
|
|
|
right: 50%;
|
|
|
|
}
|
2013-08-19 09:58:29 +02:00
|
|
|
.carousel-control .icon-prev,
|
|
|
|
.carousel-control .icon-next {
|
2013-02-16 10:22:15 +01:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: -10px;
|
2013-02-16 11:47:15 +01:00
|
|
|
margin-left: -10px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-family: serif;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-07-06 20:20:56 +02:00
|
|
|
.carousel-control .icon-prev:before {
|
2013-07-18 09:48:02 +02:00
|
|
|
content: '\2039';
|
2013-07-06 20:20:56 +02:00
|
|
|
}
|
|
|
|
.carousel-control .icon-next:before {
|
2013-07-18 09:48:02 +02:00
|
|
|
content: '\203a';
|
2013-07-06 20:20:56 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-indicators {
|
|
|
|
position: absolute;
|
2013-07-20 02:36:03 +02:00
|
|
|
bottom: 10px;
|
2013-02-16 10:22:15 +01:00
|
|
|
left: 50%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 15;
|
2013-08-05 20:59:32 +02:00
|
|
|
width: 60%;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-left: -30%;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-align: center;
|
2013-12-09 07:55:09 +01:00
|
|
|
list-style: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-indicators li {
|
2013-02-16 10:22:15 +01:00
|
|
|
display: inline-block;
|
2013-07-02 03:16:59 +02:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin: 1px;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-indent: -999px;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2013-10-21 01:46:38 +02:00
|
|
|
background-color: #000 \9;
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 1px solid #fff;
|
|
|
|
border-radius: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-indicators .active {
|
2013-07-02 03:16:59 +02:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
margin: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
2013-02-16 11:47:15 +01:00
|
|
|
.carousel-caption {
|
|
|
|
position: absolute;
|
2013-04-03 01:17:04 +02:00
|
|
|
right: 15%;
|
2013-02-16 11:47:15 +01:00
|
|
|
bottom: 20px;
|
2013-04-03 01:17:04 +02:00
|
|
|
left: 15%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 10;
|
2013-02-16 11:47:15 +01:00
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
2013-12-09 07:11:46 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
|
|
|
}
|
2013-04-01 22:25:51 +02:00
|
|
|
.carousel-caption .btn {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2013-02-16 10:22:15 +01:00
|
|
|
@media screen and (min-width: 768px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.carousel-control .glyphicons-chevron-left,
|
2013-09-11 03:59:09 +02:00
|
|
|
.carousel-control .glyphicons-chevron-right,
|
|
|
|
.carousel-control .icon-prev,
|
2013-07-06 20:20:56 +02:00
|
|
|
.carousel-control .icon-next {
|
2013-02-16 10:22:15 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -15px;
|
2013-02-16 11:47:15 +01:00
|
|
|
margin-left: -15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 30px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.carousel-caption {
|
2013-04-03 04:40:43 +02:00
|
|
|
right: 20%;
|
|
|
|
left: 20%;
|
2013-04-03 01:17:04 +02:00
|
|
|
padding-bottom: 30px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.carousel-indicators {
|
2013-07-20 02:36:03 +02:00
|
|
|
bottom: 20px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.clearfix:before,
|
Switch to `&:extend(.clearfix all)` for clearfix mixin
Original discussion:
https://github.com/less/less.js/issues/1437#issuecomment-21383639.
Since we’re switching to `grunt-contrib-less`, we can take advantage of
newer LESS features than what RECESS supported. Included in that is the
ability to `:extend`, and not only that, but `:extend(.mixin-name
all)`. By doing so, we remove duplicate CSS for all our elements that
were being clearfix-ed.
Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686,
#9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652.
(dem issues, tho)
2013-12-09 08:18:28 +01:00
|
|
|
.clearfix:after,
|
|
|
|
.container:before,
|
|
|
|
.container:after,
|
|
|
|
.container-fluid:before,
|
|
|
|
.container-fluid:after,
|
|
|
|
.row:before,
|
|
|
|
.row:after,
|
|
|
|
.form-horizontal .form-group:before,
|
|
|
|
.form-horizontal .form-group:after,
|
|
|
|
.btn-toolbar:before,
|
|
|
|
.btn-toolbar:after,
|
|
|
|
.btn-group-vertical > .btn-group:before,
|
|
|
|
.btn-group-vertical > .btn-group:after,
|
|
|
|
.nav:before,
|
|
|
|
.nav:after,
|
|
|
|
.navbar:before,
|
|
|
|
.navbar:after,
|
|
|
|
.navbar-header:before,
|
|
|
|
.navbar-header:after,
|
|
|
|
.navbar-collapse:before,
|
|
|
|
.navbar-collapse:after,
|
|
|
|
.pager:before,
|
|
|
|
.pager:after,
|
|
|
|
.panel-body:before,
|
|
|
|
.panel-body:after,
|
|
|
|
.modal-footer:before,
|
|
|
|
.modal-footer:after {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
Switch to `&:extend(.clearfix all)` for clearfix mixin
Original discussion:
https://github.com/less/less.js/issues/1437#issuecomment-21383639.
Since we’re switching to `grunt-contrib-less`, we can take advantage of
newer LESS features than what RECESS supported. Included in that is the
ability to `:extend`, and not only that, but `:extend(.mixin-name
all)`. By doing so, we remove duplicate CSS for all our elements that
were being clearfix-ed.
Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686,
#9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652.
(dem issues, tho)
2013-12-09 08:18:28 +01:00
|
|
|
.clearfix:after,
|
|
|
|
.container:after,
|
|
|
|
.container-fluid:after,
|
|
|
|
.row:after,
|
|
|
|
.form-horizontal .form-group:after,
|
|
|
|
.btn-toolbar:after,
|
|
|
|
.btn-group-vertical > .btn-group:after,
|
|
|
|
.nav:after,
|
|
|
|
.navbar:after,
|
|
|
|
.navbar-header:after,
|
|
|
|
.navbar-collapse:after,
|
|
|
|
.pager:after,
|
|
|
|
.panel-body:after,
|
|
|
|
.modal-footer:after {
|
2013-02-12 21:16:32 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
2013-09-01 11:20:58 +02:00
|
|
|
.center-block {
|
|
|
|
display: block;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.pull-right {
|
2013-07-28 08:05:47 +02:00
|
|
|
float: right !important;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.pull-left {
|
2013-07-28 08:05:47 +02:00
|
|
|
float: left !important;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.hide {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.show {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.text-hide {
|
|
|
|
font: 0/0 a;
|
|
|
|
color: transparent;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-shadow: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.hidden {
|
2013-06-28 04:36:09 +02:00
|
|
|
display: none !important;
|
|
|
|
visibility: hidden !important;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.affix {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
@-ms-viewport {
|
|
|
|
width: device-width;
|
2013-06-19 04:16:42 +02:00
|
|
|
}
|
2013-09-17 06:43:55 +02:00
|
|
|
.visible-xs,
|
|
|
|
tr.visible-xs,
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
th.visible-xs,
|
|
|
|
td.visible-xs {
|
2013-08-19 09:34:16 +02:00
|
|
|
display: none !important;
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
}
|
2013-08-19 09:34:16 +02:00
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.visible-xs {
|
2013-08-19 09:34:16 +02:00
|
|
|
display: block !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
table.visible-xs {
|
2013-12-03 22:57:28 +01:00
|
|
|
display: table;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr.visible-xs {
|
2013-08-19 09:34:16 +02:00
|
|
|
display: table-row !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
th.visible-xs,
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
td.visible-xs {
|
2013-08-19 09:34:16 +02:00
|
|
|
display: table-cell !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-19 09:34:16 +02:00
|
|
|
}
|
2013-09-17 06:43:55 +02:00
|
|
|
.visible-sm,
|
|
|
|
tr.visible-sm,
|
2013-06-19 04:16:42 +02:00
|
|
|
th.visible-sm,
|
|
|
|
td.visible-sm {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
display: none !important;
|
2013-06-19 04:16:42 +02:00
|
|
|
}
|
2013-08-12 03:42:13 +02:00
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.visible-sm {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
display: block !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
table.visible-sm {
|
2013-12-03 22:57:28 +01:00
|
|
|
display: table;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr.visible-sm {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
display: table-row !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
th.visible-sm,
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
td.visible-sm {
|
|
|
|
display: table-cell !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
}
|
2013-09-17 06:43:55 +02:00
|
|
|
.visible-md,
|
|
|
|
tr.visible-md,
|
2013-07-01 21:13:57 +02:00
|
|
|
th.visible-md,
|
|
|
|
td.visible-md {
|
|
|
|
display: none !important;
|
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.visible-md {
|
2013-08-12 03:42:13 +02:00
|
|
|
display: block !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
table.visible-md {
|
2013-12-03 22:57:28 +01:00
|
|
|
display: table;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr.visible-md {
|
2013-08-12 03:42:13 +02:00
|
|
|
display: table-row !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
th.visible-md,
|
2013-08-12 03:42:13 +02:00
|
|
|
td.visible-md {
|
|
|
|
display: table-cell !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-12 03:42:13 +02:00
|
|
|
}
|
2013-09-17 06:43:55 +02:00
|
|
|
.visible-lg,
|
|
|
|
tr.visible-lg,
|
2013-07-01 21:13:57 +02:00
|
|
|
th.visible-lg,
|
|
|
|
td.visible-lg {
|
|
|
|
display: none !important;
|
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
@media (min-width: 1200px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.visible-lg {
|
2013-08-12 03:42:13 +02:00
|
|
|
display: block !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
table.visible-lg {
|
2013-12-03 22:57:28 +01:00
|
|
|
display: table;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr.visible-lg {
|
2013-08-12 03:42:13 +02:00
|
|
|
display: table-row !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
th.visible-lg,
|
2013-08-12 03:42:13 +02:00
|
|
|
td.visible-lg {
|
|
|
|
display: table-cell !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-12 03:42:13 +02:00
|
|
|
}
|
2013-08-19 09:34:16 +02:00
|
|
|
@media (max-width: 767px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.hidden-xs,
|
2013-09-17 06:43:55 +02:00
|
|
|
tr.hidden-xs,
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
th.hidden-xs,
|
|
|
|
td.hidden-xs {
|
2013-08-19 09:34:16 +02:00
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-19 09:34:16 +02:00
|
|
|
}
|
2013-04-27 20:55:45 +02:00
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.hidden-sm,
|
2013-09-17 06:43:55 +02:00
|
|
|
tr.hidden-sm,
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
th.hidden-sm,
|
|
|
|
td.hidden-sm {
|
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.hidden-md,
|
2013-09-17 06:43:55 +02:00
|
|
|
tr.hidden-md,
|
2013-07-01 21:13:57 +02:00
|
|
|
th.hidden-md,
|
|
|
|
td.hidden-md {
|
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-04-20 21:33:09 +02:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
@media (min-width: 1200px) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.hidden-lg,
|
2013-09-17 06:43:55 +02:00
|
|
|
tr.hidden-lg,
|
2013-07-01 21:13:57 +02:00
|
|
|
th.hidden-lg,
|
|
|
|
td.hidden-lg {
|
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-09-17 06:43:55 +02:00
|
|
|
.visible-print,
|
|
|
|
tr.visible-print,
|
2013-07-01 21:13:57 +02:00
|
|
|
th.visible-print,
|
|
|
|
td.visible-print {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
@media print {
|
2013-12-09 07:33:24 +01:00
|
|
|
.visible-print {
|
2013-05-17 04:13:58 +02:00
|
|
|
display: block !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
table.visible-print {
|
2013-12-03 22:57:28 +01:00
|
|
|
display: table;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
tr.visible-print {
|
2013-06-19 04:16:42 +02:00
|
|
|
display: table-row !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
th.visible-print,
|
2013-06-19 04:16:42 +02:00
|
|
|
td.visible-print {
|
|
|
|
display: table-cell !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-09 04:19:06 +01:00
|
|
|
}
|
|
|
|
@media print {
|
2013-12-09 07:33:24 +01:00
|
|
|
.hidden-print,
|
2013-09-17 06:43:55 +02:00
|
|
|
tr.hidden-print,
|
2013-07-02 05:06:16 +02:00
|
|
|
th.hidden-print,
|
|
|
|
td.hidden-print {
|
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-12-09 23:29:19 +01:00
|
|
|
/*# sourceMappingURL=bootstrap.css.map */
|