diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 05fee95fe5..11e9bde5bb 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -46,7 +46,18 @@ body { select { width: auto; } - +.header-ol{ + list-style: none; + padding: 0; + margin: 10px 0; + text-align: right; +} +.header-ol li{ + display: inline-block; +} +.header-ol .user-online a{ + padding: 0; +} /*------------------------------*/ .admin-block-version { font-size: 12px; @@ -1126,13 +1137,11 @@ a.personal_agenda:hover, a.personal_agenda:hover { .breadcrumb{ margin-bottom: 10px; } -.breadcrumb .home { - padding: 0; - height: 22px; -} -.breadcrumb .home img { +.breadcrumb li a img { float: left; + padding-right: 5px; + margin-top: 2px; } /* ATTENDANCE */ @@ -9641,6 +9650,8 @@ ul.dropdown-menu.inner > li > a { width: 45px; height: 45px; border: 2px solid #cdcdcd; + padding-top: 5px; + padding-left: 4px; } .sidebar-avatar .area-avatar .avatar-lm h5, diff --git a/main/template/default/layout/page_header.tpl b/main/template/default/layout/page_header.tpl index 7c78c0fd13..0f4d063d8e 100755 --- a/main/template/default/layout/page_header.tpl +++ b/main/template/default/layout/page_header.tpl @@ -26,26 +26,34 @@ {% endif %} -
+
{% if plugin_header_center is not null %}
{{ plugin_header_center }}
{% endif %}
-
- {% if plugin_header_right is not null %} -
- {{ plugin_header_right }} -
- {% endif %} -
- {% if _u.logged == 1 and not user_in_anon_survey %} - +
+
    + {% if plugin_header_right is not null %} +
  1. +
    + {{ plugin_header_right }} +
    +
  2. {% endif %} -
- {{ accessibility }} +
  • +
    + {% if _u.logged == 1 and not user_in_anon_survey %} + + {% endif %} +
    +
  • +
  • + {{ accessibility }} +
  • +
    diff --git a/plugin/tour/views/script.tpl b/plugin/tour/views/script.tpl index e7bd328b3e..8d428105bd 100644 --- a/plugin/tour/views/script.tpl +++ b/plugin/tour/views/script.tpl @@ -51,7 +51,7 @@ intro.start(); } - }).appendTo('#tour-button-cotainer'); + }).appendTo('#tour-button-container'); }); } }; @@ -84,5 +84,5 @@ }); -
    +
    {% endif %}