From 9c2ef168c15ca92e71004f8c0ddbb51f65eff279 Mon Sep 17 00:00:00 2001 From: PayBas Date: Tue, 24 Jun 2014 23:42:59 +0200 Subject: [PATCH] [ticket/12662] Move dropdown container from
  • to new inner div PHPBB3-12662 --- .../prosilver/template/navbar_header.html | 38 ++++++++++--------- phpBB/styles/prosilver/theme/common.css | 7 +++- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 58629d3be8..cdf29ddfea 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -38,26 +38,28 @@ -
  • - {CURRENT_USER_AVATAR} {CURRENT_USERNAME_SIMPLE} - -
  • diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 2269cc4f85..1d8bd6f3df 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -435,7 +435,12 @@ ul.linklist.bulletin > li.no-bulletin:before { display: none !important; } -/* Avatar in overall_header.html */ +/* Profile in overall_header.html */ +.header-profile { + display: inline-block; + vertical-align: top; +} + .header-avatar:hover { text-decoration: none; }