Ignore:
Timestamp:
Feb 10, 2015, 2:49:36 PM (9 years ago)
Author:
plg
Message:

bug 3198: upgrade Bootstrap tour to version 0.10.1 + change patch to replace toString.call by {}.toString.call (compatibility with IE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/TakeATour/css/bootstrap-tour-standalone.css

    r29007 r30941  
    1 /* ===========================================================
    2 # bootstrap-tour - v0.9.3
    3 # http://bootstraptour.com
    4 # ==============================================================
    5 # Copyright 2012-2013 Ulrich Sossou
    6 #
    7 # Licensed under the Apache License, Version 2.0 (the "License");
    8 # you may not use this file except in compliance with the License.
    9 # You may obtain a copy of the License at
    10 #
    11 #     http://www.apache.org/licenses/LICENSE-2.0
    12 #
    13 # Unless required by applicable law or agreed to in writing, software
    14 # distributed under the License is distributed on an "AS IS" BASIS,
    15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    16 # See the License for the specific language governing permissions and
    17 # limitations under the License.
    18 */
     1/* ========================================================================
     2 * bootstrap-tour - v0.10.1
     3 * http://bootstraptour.com
     4 * ========================================================================
     5 * Copyright 2012-2013 Ulrich Sossou
     6 *
     7 * ========================================================================
     8 * Licensed under the Apache License, Version 2.0 (the "License");
     9 * you may not use this file except in compliance with the License.
     10 * You may obtain a copy of the License at
     11 *
     12 *     http://www.apache.org/licenses/LICENSE-2.0
     13 *
     14 * Unless required by applicable law or agreed to in writing, software
     15 * distributed under the License is distributed on an "AS IS" BASIS,
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     17 * See the License for the specific language governing permissions and
     18 * limitations under the License.
     19 * ========================================================================
     20 */
     21
    1922/*!
    2023 * Bootstrap v3.1.0 (http://getbootstrap.com)
     
    3437  padding: 6px 12px;
    3538  font-size: 14px;
    36   line-height: 1.428571429;
     39  line-height: 1.42857143;
    3740  border-radius: 4px;
    3841  -webkit-user-select: none;
     
    4144  user-select: none;
    4245}
    43 .btn:focus {
     46.btn:focus,
     47.btn:active:focus,
     48.btn.active:focus {
    4449  outline: thin dotted;
    4550  outline: 5px auto -webkit-focus-ring-color;
     
    7782.btn-default:active,
    7883.btn-default.active,
    79 .open .dropdown-toggle.btn-default {
     84.open > .dropdown-toggle.btn-default {
    8085  color: #333333;
    81   background-color: #ebebeb;
     86  background-color: #e6e6e6;
    8287  border-color: #adadad;
    8388}
    8489.btn-default:active,
    8590.btn-default.active,
    86 .open .dropdown-toggle.btn-default {
     91.open > .dropdown-toggle.btn-default {
    8792  background-image: none;
    8893}
     
    109114  background-color: #333333;
    110115}
    111 .btn-sm {
     116.btn-primary {
     117  color: #ffffff;
     118  background-color: #428bca;
     119  border-color: #357ebd;
     120}
     121.btn-primary:hover,
     122.btn-primary:focus,
     123.btn-primary:active,
     124.btn-primary.active,
     125.open > .dropdown-toggle.btn-primary {
     126  color: #ffffff;
     127  background-color: #3071a9;
     128  border-color: #285e8e;
     129}
     130.btn-primary:active,
     131.btn-primary.active,
     132.open > .dropdown-toggle.btn-primary {
     133  background-image: none;
     134}
     135.btn-primary.disabled,
     136.btn-primary[disabled],
     137fieldset[disabled] .btn-primary,
     138.btn-primary.disabled:hover,
     139.btn-primary[disabled]:hover,
     140fieldset[disabled] .btn-primary:hover,
     141.btn-primary.disabled:focus,
     142.btn-primary[disabled]:focus,
     143fieldset[disabled] .btn-primary:focus,
     144.btn-primary.disabled:active,
     145.btn-primary[disabled]:active,
     146fieldset[disabled] .btn-primary:active,
     147.btn-primary.disabled.active,
     148.btn-primary[disabled].active,
     149fieldset[disabled] .btn-primary.active {
     150  background-color: #428bca;
     151  border-color: #357ebd;
     152}
     153.btn-primary .badge {
     154  color: #428bca;
     155  background-color: #ffffff;
     156}
     157.btn-success {
     158  color: #ffffff;
     159  background-color: #5cb85c;
     160  border-color: #4cae4c;
     161}
     162.btn-success:hover,
     163.btn-success:focus,
     164.btn-success:active,
     165.btn-success.active,
     166.open > .dropdown-toggle.btn-success {
     167  color: #ffffff;
     168  background-color: #449d44;
     169  border-color: #398439;
     170}
     171.btn-success:active,
     172.btn-success.active,
     173.open > .dropdown-toggle.btn-success {
     174  background-image: none;
     175}
     176.btn-success.disabled,
     177.btn-success[disabled],
     178fieldset[disabled] .btn-success,
     179.btn-success.disabled:hover,
     180.btn-success[disabled]:hover,
     181fieldset[disabled] .btn-success:hover,
     182.btn-success.disabled:focus,
     183.btn-success[disabled]:focus,
     184fieldset[disabled] .btn-success:focus,
     185.btn-success.disabled:active,
     186.btn-success[disabled]:active,
     187fieldset[disabled] .btn-success:active,
     188.btn-success.disabled.active,
     189.btn-success[disabled].active,
     190fieldset[disabled] .btn-success.active {
     191  background-color: #5cb85c;
     192  border-color: #4cae4c;
     193}
     194.btn-success .badge {
     195  color: #5cb85c;
     196  background-color: #ffffff;
     197}
     198.btn-info {
     199  color: #ffffff;
     200  background-color: #5bc0de;
     201  border-color: #46b8da;
     202}
     203.btn-info:hover,
     204.btn-info:focus,
     205.btn-info:active,
     206.btn-info.active,
     207.open > .dropdown-toggle.btn-info {
     208  color: #ffffff;
     209  background-color: #31b0d5;
     210  border-color: #269abc;
     211}
     212.btn-info:active,
     213.btn-info.active,
     214.open > .dropdown-toggle.btn-info {
     215  background-image: none;
     216}
     217.btn-info.disabled,
     218.btn-info[disabled],
     219fieldset[disabled] .btn-info,
     220.btn-info.disabled:hover,
     221.btn-info[disabled]:hover,
     222fieldset[disabled] .btn-info:hover,
     223.btn-info.disabled:focus,
     224.btn-info[disabled]:focus,
     225fieldset[disabled] .btn-info:focus,
     226.btn-info.disabled:active,
     227.btn-info[disabled]:active,
     228fieldset[disabled] .btn-info:active,
     229.btn-info.disabled.active,
     230.btn-info[disabled].active,
     231fieldset[disabled] .btn-info.active {
     232  background-color: #5bc0de;
     233  border-color: #46b8da;
     234}
     235.btn-info .badge {
     236  color: #5bc0de;
     237  background-color: #ffffff;
     238}
     239.btn-warning {
     240  color: #ffffff;
     241  background-color: #f0ad4e;
     242  border-color: #eea236;
     243}
     244.btn-warning:hover,
     245.btn-warning:focus,
     246.btn-warning:active,
     247.btn-warning.active,
     248.open > .dropdown-toggle.btn-warning {
     249  color: #ffffff;
     250  background-color: #ec971f;
     251  border-color: #d58512;
     252}
     253.btn-warning:active,
     254.btn-warning.active,
     255.open > .dropdown-toggle.btn-warning {
     256  background-image: none;
     257}
     258.btn-warning.disabled,
     259.btn-warning[disabled],
     260fieldset[disabled] .btn-warning,
     261.btn-warning.disabled:hover,
     262.btn-warning[disabled]:hover,
     263fieldset[disabled] .btn-warning:hover,
     264.btn-warning.disabled:focus,
     265.btn-warning[disabled]:focus,
     266fieldset[disabled] .btn-warning:focus,
     267.btn-warning.disabled:active,
     268.btn-warning[disabled]:active,
     269fieldset[disabled] .btn-warning:active,
     270.btn-warning.disabled.active,
     271.btn-warning[disabled].active,
     272fieldset[disabled] .btn-warning.active {
     273  background-color: #f0ad4e;
     274  border-color: #eea236;
     275}
     276.btn-warning .badge {
     277  color: #f0ad4e;
     278  background-color: #ffffff;
     279}
     280.btn-danger {
     281  color: #ffffff;
     282  background-color: #d9534f;
     283  border-color: #d43f3a;
     284}
     285.btn-danger:hover,
     286.btn-danger:focus,
     287.btn-danger:active,
     288.btn-danger.active,
     289.open > .dropdown-toggle.btn-danger {
     290  color: #ffffff;
     291  background-color: #c9302c;
     292  border-color: #ac2925;
     293}
     294.btn-danger:active,
     295.btn-danger.active,
     296.open > .dropdown-toggle.btn-danger {
     297  background-image: none;
     298}
     299.btn-danger.disabled,
     300.btn-danger[disabled],
     301fieldset[disabled] .btn-danger,
     302.btn-danger.disabled:hover,
     303.btn-danger[disabled]:hover,
     304fieldset[disabled] .btn-danger:hover,
     305.btn-danger.disabled:focus,
     306.btn-danger[disabled]:focus,
     307fieldset[disabled] .btn-danger:focus,
     308.btn-danger.disabled:active,
     309.btn-danger[disabled]:active,
     310fieldset[disabled] .btn-danger:active,
     311.btn-danger.disabled.active,
     312.btn-danger[disabled].active,
     313fieldset[disabled] .btn-danger.active {
     314  background-color: #d9534f;
     315  border-color: #d43f3a;
     316}
     317.btn-danger .badge {
     318  color: #d9534f;
     319  background-color: #ffffff;
     320}
     321.btn-link {
     322  color: #428bca;
     323  font-weight: normal;
     324  cursor: pointer;
     325  border-radius: 0;
     326}
     327.btn-link,
     328.btn-link:active,
     329.btn-link[disabled],
     330fieldset[disabled] .btn-link {
     331  background-color: transparent;
     332  -webkit-box-shadow: none;
     333  box-shadow: none;
     334}
     335.btn-link,
     336.btn-link:hover,
     337.btn-link:focus,
     338.btn-link:active {
     339  border-color: transparent;
     340}
     341.btn-link:hover,
     342.btn-link:focus {
     343  color: #2a6496;
     344  text-decoration: underline;
     345  background-color: transparent;
     346}
     347.btn-link[disabled]:hover,
     348fieldset[disabled] .btn-link:hover,
     349.btn-link[disabled]:focus,
     350fieldset[disabled] .btn-link:focus {
     351  color: #777777;
     352  text-decoration: none;
     353}
     354.btn-lg,
     355.btn-group-lg > .btn {
     356  padding: 10px 16px;
     357  font-size: 18px;
     358  line-height: 1.33;
     359  border-radius: 6px;
     360}
     361.btn-sm,
     362.btn-group-sm > .btn {
    112363  padding: 5px 10px;
    113364  font-size: 12px;
     
    115366  border-radius: 3px;
    116367}
    117 .fade {
    118   opacity: 0;
    119   -webkit-transition: opacity 0.15s linear;
    120   transition: opacity 0.15s linear;
    121 }
    122 .fade.in {
    123   opacity: 1;
    124 }
    125 .collapse {
    126   display: none;
    127 }
    128 .collapse.in {
     368.btn-xs,
     369.btn-group-xs > .btn {
     370  padding: 1px 5px;
     371  font-size: 12px;
     372  line-height: 1.5;
     373  border-radius: 3px;
     374}
     375.btn-block {
    129376  display: block;
    130 }
    131 .collapsing {
    132   position: relative;
    133   height: 0;
    134   overflow: hidden;
    135   -webkit-transition: height 0.35s ease;
    136   transition: height 0.35s ease;
    137 }
    138 .btn-group {
     377  width: 100%;
     378}
     379.btn-block + .btn-block {
     380  margin-top: 5px;
     381}
     382input[type="submit"].btn-block,
     383input[type="reset"].btn-block,
     384input[type="button"].btn-block {
     385  width: 100%;
     386}
     387.btn-group,
     388.btn-group-vertical {
    139389  position: relative;
    140390  display: inline-block;
    141391  vertical-align: middle;
    142392}
    143 .btn-group > .btn {
     393.btn-group > .btn,
     394.btn-group-vertical > .btn {
    144395  position: relative;
    145396  float: left;
    146397}
    147398.btn-group > .btn:hover,
     399.btn-group-vertical > .btn:hover,
    148400.btn-group > .btn:focus,
     401.btn-group-vertical > .btn:focus,
    149402.btn-group > .btn:active,
    150 .btn-group > .btn.active {
     403.btn-group-vertical > .btn:active,
     404.btn-group > .btn.active,
     405.btn-group-vertical > .btn.active {
    151406  z-index: 2;
    152407}
    153 .btn-group > .btn:focus {
    154   outline: none;
    155 }
    156 .btn-group .btn + .btn {
     408.btn-group > .btn:focus,
     409.btn-group-vertical > .btn:focus {
     410  outline: 0;
     411}
     412.btn-group .btn + .btn,
     413.btn-group .btn + .btn-group,
     414.btn-group .btn-group + .btn,
     415.btn-group .btn-group + .btn-group {
    157416  margin-left: -1px;
     417}
     418.btn-toolbar {
     419  margin-left: -5px;
     420}
     421.btn-toolbar .btn-group,
     422.btn-toolbar .input-group {
     423  float: left;
     424}
     425.btn-toolbar > .btn,
     426.btn-toolbar > .btn-group,
     427.btn-toolbar > .input-group {
     428  margin-left: 5px;
    158429}
    159430.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
     
    167438  border-top-right-radius: 0;
    168439}
    169 .btn-group > .btn:last-child:not(:first-child) {
     440.btn-group > .btn:last-child:not(:first-child),
     441.btn-group > .dropdown-toggle:not(:first-child) {
    170442  border-bottom-left-radius: 0;
    171443  border-top-left-radius: 0;
     444}
     445.btn-group > .btn-group {
     446  float: left;
     447}
     448.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
     449  border-radius: 0;
     450}
     451.btn-group > .btn-group:first-child > .btn:last-child,
     452.btn-group > .btn-group:first-child > .dropdown-toggle {
     453  border-bottom-right-radius: 0;
     454  border-top-right-radius: 0;
     455}
     456.btn-group > .btn-group:last-child > .btn:first-child {
     457  border-bottom-left-radius: 0;
     458  border-top-left-radius: 0;
     459}
     460.btn-group .dropdown-toggle:active,
     461.btn-group.open .dropdown-toggle {
     462  outline: 0;
     463}
     464.btn-group > .btn + .dropdown-toggle {
     465  padding-left: 8px;
     466  padding-right: 8px;
     467}
     468.btn-group > .btn-lg + .dropdown-toggle {
     469  padding-left: 12px;
     470  padding-right: 12px;
     471}
     472.btn-group.open .dropdown-toggle {
     473  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     474  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     475}
     476.btn-group.open .dropdown-toggle.btn-link {
     477  -webkit-box-shadow: none;
     478  box-shadow: none;
     479}
     480.btn .caret {
     481  margin-left: 0;
     482}
     483.btn-lg .caret {
     484  border-width: 5px 5px 0;
     485  border-bottom-width: 0;
     486}
     487.dropup .btn-lg .caret {
     488  border-width: 0 5px 5px;
     489}
     490.btn-group-vertical > .btn,
     491.btn-group-vertical > .btn-group,
     492.btn-group-vertical > .btn-group > .btn {
     493  display: block;
     494  float: none;
     495  width: 100%;
     496  max-width: 100%;
     497}
     498.btn-group-vertical > .btn-group > .btn {
     499  float: none;
     500}
     501.btn-group-vertical > .btn + .btn,
     502.btn-group-vertical > .btn + .btn-group,
     503.btn-group-vertical > .btn-group + .btn,
     504.btn-group-vertical > .btn-group + .btn-group {
     505  margin-top: -1px;
     506  margin-left: 0;
     507}
     508.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
     509  border-radius: 0;
     510}
     511.btn-group-vertical > .btn:first-child:not(:last-child) {
     512  border-top-right-radius: 4px;
     513  border-bottom-right-radius: 0;
     514  border-bottom-left-radius: 0;
     515}
     516.btn-group-vertical > .btn:last-child:not(:first-child) {
     517  border-bottom-left-radius: 4px;
     518  border-top-right-radius: 0;
     519  border-top-left-radius: 0;
     520}
     521.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
     522  border-radius: 0;
     523}
     524.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
     525.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
     526  border-bottom-right-radius: 0;
     527  border-bottom-left-radius: 0;
     528}
     529.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
     530  border-top-right-radius: 0;
     531  border-top-left-radius: 0;
     532}
     533.btn-group-justified {
     534  display: table;
     535  width: 100%;
     536  table-layout: fixed;
     537  border-collapse: separate;
     538}
     539.btn-group-justified > .btn,
     540.btn-group-justified > .btn-group {
     541  float: none;
     542  display: table-cell;
     543  width: 1%;
     544}
     545.btn-group-justified > .btn-group .btn {
     546  width: 100%;
     547}
     548.btn-group-justified > .btn-group .dropdown-menu {
     549  left: auto;
     550}
     551[data-toggle="buttons"] > .btn > input[type="radio"],
     552[data-toggle="buttons"] > .btn > input[type="checkbox"] {
     553  position: absolute;
     554  z-index: -1;
     555  opacity: 0;
     556  filter: alpha(opacity=0);
    172557}
    173558.popover {
     
    175560  top: 0;
    176561  left: 0;
    177   z-index: 1010;
     562  z-index: 1060;
    178563  display: none;
    179564  max-width: 276px;
     
    290675  bottom: -10px;
    291676}
    292 
    293677.tour-backdrop {
    294678  position: fixed;
     
    300684  background-color: #000;
    301685  opacity: 0.8;
     686  filter: alpha(opacity=80);
    302687}
    303688.tour-step-backdrop {
     
    306691  background: inherit;
    307692}
     693.tour-step-backdrop > td {
     694  position: relative;
     695  z-index: 1101;
     696}
    308697.tour-step-background {
    309   position: absolute;
     698  position: absolute !important;
    310699  z-index: 1100;
    311700  background: inherit;
Note: See TracChangeset for help on using the changeset viewer.