Buttom lugin Tour with new style and solution to the problem of position Ref C#7255

1.9.x
aragonc 11 years ago
parent 5f905d93e1
commit d2a98478d8
  1. 2
      main/css/base.css
  2. 15
      main/template/default/layout/main_header.tpl
  3. 350
      plugin/tour/intro.js/introjs.min.css
  4. 4
      plugin/tour/views/script.tpl

@ -30,7 +30,7 @@ legend {
}
#header_right #notifications {
padding:40px 0px 0px 0px;
padding:0;
}
#header_right #notifications li {

@ -59,16 +59,17 @@
 
</div>
<div id="header_right" class="span5">
<ul id="notifications" class="nav nav-pills pull-right">
{{ notification_menu }}
</ul>
{# plugin_header right #}
{% if plugin_header_right is not null %}
<div id="plugin_header_right">
{{ plugin_header_right }}
</div>
<div id="plugin_header_right">
{{ plugin_header_right }}
</div>
{% endif %}
&nbsp;
<div class="section-notifications">
<ul id="notifications" class="nav nav-pills pull-right">
{{ notification_menu }}
</ul>
</div>
</div>
</div>
{% if plugin_header_main %}

File diff suppressed because one or more lines are too long

@ -44,8 +44,8 @@
});
$btnStart = $('<button>', {
class: 'btn btn-primary btn-large',
text: '{{ 'StartButtonText' | get_lang }}',
class: 'tour-warning',
html: '<img src="{{ _p.web }}/plugin/tour/resources/tour-chamilo.png">{{ 'StartButtonText' | get_lang }}',
click: function(e) {
e.preventDefault();

Loading…
Cancel
Save