diff --git a/view/theme/vier/dark.css b/view/theme/vier/dark.css index d9e4cdb3d0..9501ecfe0d 100644 --- a/view/theme/vier/dark.css +++ b/view/theme/vier/dark.css @@ -58,4 +58,4 @@ input#side-peoplefind-submit, input#side-follow-submit { li :hover { color: #767676 !important; -} \ No newline at end of file +} diff --git a/view/theme/vier/plus.css b/view/theme/vier/plus.css index f334d6cdd1..2ae6e50005 100644 --- a/view/theme/vier/plus.css +++ b/view/theme/vier/plus.css @@ -47,10 +47,11 @@ nav .nav-menu { font-weight: initial; } +#nav-apps-menu, #nav-site-menu, #nav-notifications-menu, #nav-user-menu { - top: 35px; + top: 32px; } #nav-messages-menu { diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index f312b17103..77ffb53fd1 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -606,6 +606,7 @@ nav .nav-menu-icon { nav .nav-menu-icon.selected { background-color: #364e59; } +nav .nav-menu img, nav .nav-menu-icon img { width: 22px; height: 22px; @@ -613,6 +614,10 @@ nav .nav-menu-icon img { -moz-border-radius: 4px; border-radius: 4px; } +nav .nav-menu img { + margin-top: -3px; + margin-right: 4px; +} nav .nav-menu-icon .nav-notify { top: 3px; } @@ -683,7 +688,7 @@ nav #nav-user-linklabel { } nav #nav-user-linklabel { padding-left: 0px; - margin-left: 0px; + margin-top: 0px; } nav #nav-help-link .menu-popup, nav #nav-search-link .menu-popup, @@ -699,6 +704,17 @@ nav #nav-site-linkmenu { margin-left: 0px; margin-right: 0px; } +.contact-entry-photo:hover .contact-photo-menu, +.contact-photo-wrapper:hover .menu-popup, +nav #nav-user-linklabel:hover #nav-user-menu, +nav #nav-user-linkmenu:hover #nav-user-menu, +nav #nav-apps-link:hover #nav-apps-menu, +nav #nav-site-linkmenu:hover #nav-site-menu, +nav #nav-notifications-linkmenu:hover #nav-notifications-menu { + display:block; + visibility:visible; + opacity:1; +} nav #nav-notifications-linkmenu { margin-left: 0px; margin-right: 5px; @@ -754,8 +770,12 @@ nav #nav-user-linkmenu { } ul.menu-popup { + visibility:hidden; + opacity:0; + z-index:1; + transition:all 0.2s ease-in-out; + /* display: none; */ position: absolute; - display: none; width: 11em; background: #ffffff; color: #2d2d2d; diff --git a/view/theme/vier/templates/contact_template.tpl b/view/theme/vier/templates/contact_template.tpl new file mode 100644 index 0000000000..5271112d83 --- /dev/null +++ b/view/theme/vier/templates/contact_template.tpl @@ -0,0 +1,34 @@ + +
+
+
+ + + {{$contact.name}} + + {{if !$no_contacts_checkbox}} + + {{/if}} + {{if $contact.photo_menu}} + +
+
    + {{foreach $contact.photo_menu as $k=>$c}} + {{if $c.2}} +
  • {{$c.0}}
  • + {{else}} +
  • {{$c.0}}
  • + {{/if}} + {{/foreach}} +
+
+ {{/if}} +
+ +
+
+
{{$contact.name}}
+ +
+
diff --git a/view/theme/vier/templates/nav.tpl b/view/theme/vier/templates/nav.tpl index ef52e77894..11add9e8a8 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -25,7 +25,7 @@ {{/if}} -