diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php
index 201e6fd668..6bb86429a1 100755
--- a/pandora_console/general/login_page.php
+++ b/pandora_console/general/login_page.php
@@ -103,7 +103,7 @@ echo '
';
// For stable/live function it might be wise to comment it out
/* CUSTOM BRANDING ENDS HERE */
- echo '
';
+ echo ' | ';
switch ($login_screen) {
case 'login':
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 0a5506346d..d7a11f6b6c 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -149,7 +149,7 @@ h1#log_title {
font-size: 18px;
margin-bottom: 0px;
color: #FFF !important;
- width:54%
+ width:300px;
}
div#log_msg {
display: none;
@@ -417,7 +417,7 @@ div#foot {
p.log_in {
color: #FFF !important;
padding: 0px 10px;
- width:57%;
+ width:300px;
}
h1#log_f {
color: #c00;
@@ -487,7 +487,7 @@ div#login_in, #login_f {
table#login_layout {
width: 100%;
height: 160px;
- position:fixed;
+ position:absolute;
}
div#error_login {
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css
index 3d97fda6e1..de9e34d55c 100644
--- a/pandora_console/include/styles/pandora_black.css
+++ b/pandora_console/include/styles/pandora_black.css
@@ -145,7 +145,7 @@ h1#log_title {
font-size: 18px;
margin-bottom: 0px;
color: #FFF !important;
- width:54%
+ width:300px;
}
div#log_msg {
display: none;
@@ -414,7 +414,7 @@ div#foot {
p.log_in {
color: #FFF !important;
padding: 0px 10px;
- width:57%;
+ width:300px;
}
h1#log_f {
color: #c00;
@@ -484,7 +484,7 @@ div#login_in, #login_f {
table#login_layout {
width: 100%;
height: 160px;
- position:fixed;
+ position:absolute;
}
div#error_login {
diff --git a/pandora_console/include/styles/pandora_green_old.css b/pandora_console/include/styles/pandora_green_old.css
index c706d8fda2..315a41d0a3 100644
--- a/pandora_console/include/styles/pandora_green_old.css
+++ b/pandora_console/include/styles/pandora_green_old.css
@@ -145,7 +145,7 @@ h1#log_title {
font-size: 18px;
margin-bottom: 0px;
color: #FFF !important;
- width:54%
+ width:300px;
}
div#log_msg {
display: none;
@@ -414,7 +414,7 @@ div#foot {
p.log_in {
color: #FFF !important;
padding: 0px 10px;
- width:57%;
+ width:300px;
}
h1#log_f {
color: #c00;
@@ -484,7 +484,7 @@ div#login_in, #login_f {
table#login_layout {
width: 100%;
height: 160px;
- position:fixed;
+ position:absolute;
}
div#error_login {
|