diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 3619ed4d7..775b84548 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -57,7 +57,7 @@
-
{$USERNAME}
+
{$USERNAME}
{*
{'Visit Gallery'|translate}
*}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 16b5b2326..3c5bad4a2 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -320,7 +320,7 @@ BODY {
text-align: left;
font-size: 18px;
float:left;
- width: 50%;
+ width: calc(100% - 330px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -328,6 +328,10 @@ BODY {
margin: 0 0 0 220px;
}
+.admin-head-username {
+ display: none;
+}
+
#pwgHead A {color:#ccc;}
#pwgHead A:hover {color:#fff}
@@ -1589,6 +1593,14 @@ fieldset#environment legend i[class*="icon-"] {
#headActions a span {
display:inline;
}
+
+ #pwgHead .pwgHead-gallery-title {
+ width: calc(100% - 650px);
+ }
+
+ .admin-head-username {
+ display: inline;
+ }
}
.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] {