diff options
| author | Mark Otto <[email protected]> | 2014-03-03 21:52:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-03 21:52:56 -0800 |
| commit | af39290a9de8b156bacfdc93d209a683f611714c (patch) | |
| tree | 60d47dc4956e06bbfd4766b9ac67dbbb35d47dab /dist/css/bootstrap.rtl.css | |
| parent | 2ece8dd33616bc2e7f753d108810df7eeac7c3a9 (diff) | |
| parent | d1c971a1341050ef588b5a93ebfb297db1564496 (diff) | |
| download | bootstrap-af39290a9de8b156bacfdc93d209a683f611714c.tar.xz bootstrap-af39290a9de8b156bacfdc93d209a683f611714c.zip | |
Merge branch 'rtl_via_css_flip' of github.com:twbs/bootstrap into rtl_via_css_flip
Conflicts:
Gruntfile.js
package.json
test-infra/npm-shrinkwrap.canonical.json
Diffstat (limited to 'dist/css/bootstrap.rtl.css')
| -rw-r--r-- | dist/css/bootstrap.rtl.css | 266 |
1 files changed, 135 insertions, 131 deletions
diff --git a/dist/css/bootstrap.rtl.css b/dist/css/bootstrap.rtl.css index 52741992a..a406da419 100644 --- a/dist/css/bootstrap.rtl.css +++ b/dist/css/bootstrap.rtl.css @@ -9,7 +9,7 @@ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; } body { @@ -116,7 +116,7 @@ figure { hr { height: 0; -moz-box-sizing: content-box; - box-sizing: content-box; + box-sizing: content-box; } pre { @@ -186,8 +186,8 @@ input[type="number"]::-webkit-outer-spin-button { input[type="search"] { -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; -webkit-appearance: textfield; } @@ -254,6 +254,7 @@ th { pre, blockquote { border: 1px solid #999; + page-break-inside: avoid; } @@ -316,19 +317,20 @@ th { * { -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } html { font-size: 62.5%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @@ -398,7 +400,7 @@ img { border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; + transition: all .2s ease-in-out; } .img-circle { @@ -709,8 +711,8 @@ ol ol { .list-inline > li { display: inline-block; - padding-left: 5px; padding-right: 5px; + padding-left: 5px; } dl { @@ -788,11 +790,11 @@ blockquote .small:before { .blockquote-reverse, blockquote.pull-right { - padding-left: 15px; padding-right: 0; + padding-left: 15px; text-align: left; - border-left: 5px solid #eee; border-right: 0; + border-left: 5px solid #eee; } .blockquote-reverse footer:before, @@ -878,10 +880,10 @@ pre code { } .container { - padding-left: 15px; padding-right: 15px; - margin-left: auto; + padding-left: 15px; margin-right: auto; + margin-left: auto; } @media (min-width: 768px) { @@ -903,15 +905,15 @@ pre code { } .container-fluid { - padding-left: 15px; padding-right: 15px; - margin-left: auto; + padding-left: 15px; margin-right: auto; + margin-left: auto; } .row { - margin-left: -15px; margin-right: -15px; + margin-left: -15px; } .col-xs-1, @@ -964,8 +966,8 @@ pre code { .col-lg-12 { position: relative; min-height: 1px; - padding-left: 15px; padding-right: 15px; + padding-left: 15px; } .col-xs-1, @@ -2139,8 +2141,8 @@ label { input[type="search"] { -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } input[type="radio"], @@ -2193,16 +2195,16 @@ output { border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -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; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -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); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { @@ -2369,13 +2371,13 @@ select[multiple].input-lg { .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -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; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { @@ -2400,13 +2402,13 @@ select[multiple].input-lg { .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -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; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { @@ -2431,13 +2433,13 @@ select[multiple].input-lg { .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -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; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { @@ -2519,8 +2521,8 @@ select[multiple].input-lg { } .form-horizontal .form-group { - margin-left: -15px; margin-right: -15px; + margin-left: -15px; } .form-horizontal .form-control-static { @@ -2551,9 +2553,9 @@ select[multiple].input-lg { vertical-align: middle; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; @@ -2578,7 +2580,7 @@ select[multiple].input-lg { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, @@ -2588,7 +2590,7 @@ fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; opacity: .65; } @@ -2881,7 +2883,7 @@ fieldset[disabled] .btn-danger.active { fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .btn-link, @@ -2933,8 +2935,8 @@ fieldset[disabled] .btn-link:focus { .btn-block { display: block; width: 100%; - padding-left: 0; padding-right: 0; + padding-left: 0; } .btn-block + .btn-block { @@ -2950,7 +2952,7 @@ input[type="button"].btn-block { .fade { opacity: 0; -webkit-transition: opacity .15s linear; - transition: opacity .15s linear; + transition: opacity .15s linear; } .fade.in { @@ -2970,11 +2972,12 @@ input[type="button"].btn-block { height: 0; overflow: hidden; -webkit-transition: height .35s ease; - transition: height .35s ease; + transition: height .35s ease; } @font-face { font-family: 'Glyphicons Halflings'; + src: url('../fonts/glyphicons-halflings-regular.eot'); 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'); } @@ -2987,6 +2990,7 @@ input[type="button"].btn-block { font-style: normal; font-weight: normal; line-height: 1; + -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -3798,8 +3802,8 @@ input[type="button"].btn-block { margin-right: 2px; vertical-align: middle; border-top: 4px solid; - border-left: 4px solid transparent; border-right: 4px solid transparent; + border-left: 4px solid transparent; } .dropdown { @@ -3828,12 +3832,12 @@ input[type="button"].btn-block { border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); - box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { - left: 0; right: auto; + left: 0; } .dropdown-menu .divider { @@ -3893,13 +3897,13 @@ input[type="button"].btn-block { } .dropdown-menu-right { - left: 0; right: auto; + left: 0; } .dropdown-menu-left { - left: auto; right: 0; + left: auto; } .dropdown-header { @@ -3913,15 +3917,15 @@ input[type="button"].btn-block { .dropdown-backdrop { position: fixed; top: 0; - left: 0; - bottom: 0; right: 0; + bottom: 0; + left: 0; z-index: 990; } .pull-right > .dropdown-menu { - left: 0; right: auto; + left: 0; } .dropup .caret, @@ -3940,13 +3944,13 @@ input[type="button"].btn-block { @media (min-width: 768px) { .navbar-right .dropdown-menu { - left: 0; right: auto; + left: 0; } .navbar-right .dropdown-menu-left { - left: auto; right: 0; + left: auto; } } @@ -4045,23 +4049,23 @@ input[type="button"].btn-block { } .btn-group > .btn + .dropdown-toggle { - padding-left: 8px; padding-right: 8px; + padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { - padding-left: 12px; padding-right: 12px; + padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .btn .caret { @@ -4104,13 +4108,13 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 4px; - border-bottom-left-radius: 0; border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; border-bottom-right-radius: 4px; } @@ -4120,13 +4124,13 @@ input[type="button"].btn-block { .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-left-radius: 0; border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .btn-group-justified { @@ -4160,8 +4164,8 @@ input[type="button"].btn-block { .input-group[class*="col-"] { float: none; - padding-left: 0; padding-right: 0; + padding-left: 0; } .input-group .form-control { @@ -4564,8 +4568,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .nav-tabs .dropdown-menu { margin-top: -1px; - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .navbar { @@ -4589,8 +4593,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-collapse { max-height: 340px; - padding-left: 15px; padding-right: 15px; + padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; @@ -4622,8 +4626,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { - padding-left: 0; padding-right: 0; + padding-left: 0; } } @@ -4631,8 +4635,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { - margin-left: -15px; margin-right: -15px; + margin-left: -15px; } @media (min-width: 768px) { @@ -4640,8 +4644,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { - margin-left: 0; margin-right: 0; + margin-left: 0; } } @@ -4659,8 +4663,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; - left: 0; right: 0; + left: 0; z-index: 1030; } @@ -4707,8 +4711,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { float: left; padding: 9px 10px; margin-top: 8px; - margin-left: 15px; margin-bottom: 8px; + margin-left: 15px; background-color: transparent; background-image: none; border: 1px solid transparent; @@ -4805,13 +4809,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-form { padding: 10px 15px; margin-top: 8px; - margin-left: -15px; - margin-bottom: 8px; margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -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); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) { @@ -4867,11 +4871,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { width: auto; padding-top: 0; padding-bottom: 0; - margin-left: 0; margin-right: 0; + margin-left: 0; border: 0; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .navbar-form.navbar-right:last-child { @@ -4881,13 +4885,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-nav > li > .dropdown-menu { margin-top: 0; - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - border-bottom-left-radius: 0; border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } .navbar-btn { @@ -4913,8 +4917,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { @media (min-width: 768px) { .navbar-text { float: right; - margin-left: 15px; margin-right: 15px; + margin-left: 15px; } .navbar-text.navbar-right:last-child { @@ -5502,8 +5506,8 @@ a.list-group-item.active > .badge, } .container .jumbotron { - padding-left: 60px; padding-right: 60px; + padding-left: 60px; } .jumbotron h1, @@ -5521,13 +5525,13 @@ a.list-group-item.active > .badge, border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; + transition: all .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { - margin-left: auto; margin-right: auto; + margin-left: auto; } a.thumbnail:hover, @@ -5660,7 +5664,7 @@ a.thumbnail.active { background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { @@ -5673,20 +5677,20 @@ a.thumbnail.active { text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; - transition: width .6s ease; + transition: width .6s ease; } .progress-striped .progress-bar { 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); + 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); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { @@ -5695,7 +5699,7 @@ a.thumbnail.active { .progress-striped .progress-bar-success { 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); + 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); } .progress-bar-info { @@ -5704,7 +5708,7 @@ a.thumbnail.active { .progress-striped .progress-bar-info { 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); + 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); } .progress-bar-warning { @@ -5713,7 +5717,7 @@ a.thumbnail.active { .progress-striped .progress-bar-warning { 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); + 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); } .progress-bar-danger { @@ -5722,7 +5726,7 @@ a.thumbnail.active { .progress-striped .progress-bar-danger { 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); + 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); } .media, @@ -5776,14 +5780,14 @@ a.thumbnail.active { } .list-group-item:first-child { - border-top-right-radius: 4px; border-top-left-radius: 4px; + border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; - border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } .list-group-item > .badge { @@ -5953,7 +5957,7 @@ a.list-group-item-danger.active:focus { border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { @@ -5963,8 +5967,8 @@ a.list-group-item-danger.active:focus { .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; - border-top-right-radius: 3px; border-top-left-radius: 3px; + border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { @@ -5986,8 +5990,8 @@ a.list-group-item-danger.active:focus { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; - border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .panel > .list-group { @@ -6001,14 +6005,14 @@ a.list-group-item-danger.active:focus { .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; - border-top-right-radius: 3px; border-top-left-radius: 3px; + border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; - border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { @@ -6022,8 +6026,8 @@ a.list-group-item-danger.active:focus { .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { - border-top-right-radius: 3px; border-top-left-radius: 3px; + border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, @@ -6050,8 +6054,8 @@ a.list-group-item-danger.active:focus { .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { - border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, @@ -6294,7 +6298,7 @@ a.list-group-item-danger.active:focus { border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { @@ -6347,9 +6351,9 @@ button.close { .modal { position: fixed; top: 0; - left: 0; - bottom: 0; right: 0; + bottom: 0; + left: 0; z-index: 1050; display: none; overflow: auto; @@ -6360,18 +6364,18 @@ button.close { .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; - -moz-transition: -moz-transform .3s ease-out; - -o-transition: -o-transform .3s ease-out; - transition: transform .3s ease-out; + -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%); + -ms-transform: translate(0, -25%); + transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); } .modal-dialog { @@ -6389,15 +6393,15 @@ button.close { border-radius: 6px; outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); - box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop { position: fixed; top: 0; - left: 0; - bottom: 0; right: 0; + bottom: 0; + left: 0; z-index: 1040; background-color: #000; } @@ -6439,8 +6443,8 @@ button.close { } .modal-footer .btn + .btn { - margin-bottom: 0; margin-right: 5px; + margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { @@ -6459,7 +6463,7 @@ button.close { .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); - box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { @@ -6528,23 +6532,23 @@ button.close { } .tooltip.top .tooltip-arrow { - bottom: 0; right: 50%; + bottom: 0; margin-right: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { - bottom: 0; right: 5px; + bottom: 0; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { - left: 5px; bottom: 0; + left: 5px; border-width: 5px 5px 0; border-top-color: #000; } @@ -6603,7 +6607,7 @@ button.close { border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); - box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top { @@ -6657,8 +6661,8 @@ button.close { } .popover.top > .arrow { - bottom: -11px; right: 50%; + bottom: -11px; margin-right: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); @@ -6677,17 +6681,17 @@ button.close { top: 50%; right: -11px; margin-top: -11px; + border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); - border-right-width: 0; } .popover.right > .arrow:after { - bottom: -10px; right: 1px; + bottom: -10px; content: " "; - border-left-color: #fff; border-right-width: 0; + border-left-color: #fff; } .popover.bottom > .arrow { @@ -6711,17 +6715,17 @@ button.close { top: 50%; left: -11px; margin-top: -11px; - border-left-width: 0; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; } .popover.left > .arrow:after { - left: 1px; bottom: -10px; + left: 1px; content: " "; - border-left-width: 0; border-right-color: #fff; + border-left-width: 0; } .carousel { @@ -6738,7 +6742,7 @@ button.close { position: relative; display: none; -webkit-transition: .6s ease-in-out left; - transition: .6s ease-in-out left; + transition: .6s ease-in-out left; } .carousel-inner > .item > img, @@ -6787,8 +6791,8 @@ button.close { .carousel-control { position: absolute; top: 0; - bottom: 0; right: 0; + bottom: 0; width: 15%; font-size: 20px; color: #fff; @@ -6800,16 +6804,16 @@ button.close { .carousel-control.left { 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%); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { - left: 0; right: auto; + left: 0; 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%); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } @@ -6862,8 +6866,8 @@ button.close { .carousel-indicators { position: absolute; - bottom: 10px; right: 50%; + bottom: 10px; z-index: 15; width: 60%; padding-right: 0; @@ -6894,9 +6898,9 @@ button.close { .carousel-caption { position: absolute; - left: 15%; - bottom: 20px; right: 15%; + bottom: 20px; + left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; @@ -6922,8 +6926,8 @@ button.close { } .carousel-caption { - left: 20%; right: 20%; + left: 20%; padding-bottom: 30px; } @@ -6986,8 +6990,8 @@ button.close { .center-block { display: block; - margin-left: auto; margin-right: auto; + margin-left: auto; } .pull-right { @@ -7167,4 +7171,4 @@ button.close { } } -/*# sourceMappingURL=bootstrap.css.map */
\ No newline at end of file +/*# sourceMappingURL=bootstrap.css.map */ |
