From ddbdde53abfb01d3dee3ff2256610fcdac12ce3e Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sat, 15 Mar 2014 14:57:12 +0100 Subject: [ticket/9758] Adds global template variable CURRENT_USER_AVATAR PHPBB3-9758 --- phpBB/styles/prosilver/theme/common.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 50683c6808..f4a1ecb1e0 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -444,6 +444,13 @@ ul.linklist.bulletin li.no-bulletin:before { display: none !important; } +/* Avatar in overall_header.html */ +span.avatar-index img { + max-height: 25px; + vertical-align: top; + width: auto; +} + /* Dropdown menu ----------------------------------------*/ .dropdown-container { -- cgit v1.2.1 From e149c266ce10177a45337392f63bdcc11e1af3b6 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sat, 15 Mar 2014 15:04:54 +0100 Subject: [ticket/9758] Changes class name of new "span" in overall_header.html PHPBB3-9758 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index f4a1ecb1e0..6665e605f3 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -445,7 +445,7 @@ ul.linklist.bulletin li.no-bulletin:before { } /* Avatar in overall_header.html */ -span.avatar-index img { +span.avatar-overall-header img { max-height: 25px; vertical-align: top; width: auto; -- cgit v1.2.1 From 175d83146e1485b4fcb92cd82bc9fc6cbf2ed4d1 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 23 Mar 2014 15:39:09 +0100 Subject: [ticket/9758] Adding impr. for overall_header display of avatar and username PHPBB3-9758 --- phpBB/styles/prosilver/theme/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6665e605f3..3fbd6659d4 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -446,8 +446,9 @@ ul.linklist.bulletin li.no-bulletin:before { /* Avatar in overall_header.html */ span.avatar-overall-header img { + margin-bottom: 2px; max-height: 25px; - vertical-align: top; + vertical-align: middle; width: auto; } -- cgit v1.2.1 From fa6c1044b8b11baf1d100f695e8b17457d26fd4a Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 30 Mar 2014 19:13:14 +0200 Subject: [ticket/9758] Clickable avatar in header and renamed class for avatar-img PHPBB3-9758 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 3fbd6659d4..298d310ab1 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -445,7 +445,7 @@ ul.linklist.bulletin li.no-bulletin:before { } /* Avatar in overall_header.html */ -span.avatar-overall-header img { +.header-avatar img { margin-bottom: 2px; max-height: 25px; vertical-align: middle; -- cgit v1.2.1