From f207fb5f720bb2058e71b0dac15789f2d6d902e4 Mon Sep 17 00:00:00 2001 From: reliberate Date: Fri, 14 Aug 2015 17:08:21 -0600 Subject: [PATCH] Minimized Theme: Adjust domain selector icon padding when logout button hidden. --- themes/minimized/template.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/themes/minimized/template.php b/themes/minimized/template.php index 1fa791cb71..6cbc4f4c66 100644 --- a/themes/minimized/template.php +++ b/themes/minimized/template.php @@ -886,12 +886,14 @@ legend { } #logout_icon { + width: 28px; + height: 23px; + border: none; filter: alpha(opacity=80); opacity: 0.85; -moz-opacity: 0.85; -khtml-opacity: 0.85; margin-left: 8px; - margin-right: 18px; } #logout_icon:hover { @@ -903,6 +905,9 @@ legend { } #domain_selector_icon { + width: 28px; + height: 23px; + border: none; filter: alpha(opacity=80); opacity: 0.85; -moz-opacity: 0.85; @@ -1403,17 +1408,17 @@ SPAN.playback_progress_bar { - + 1) { - echo "".$_SESSION['domain_name'].""; + echo "".$_SESSION['domain_name'].""; } //logout icon if ($_SESSION['username'] != '' && $_SESSION['theme']['logout_icon_visible']['text'] == "true") { $username_full = $_SESSION['username'].((count($_SESSION['domains']) > 1) ? "@".$_SESSION["user_context"] : null); - echo ""; + echo ""; unset($username_full); } ?>