diff --git a/pandora_console/images/login_background.jpg b/pandora_console/images/login_background.jpg deleted file mode 100644 index 21fc103b0a..0000000000 Binary files a/pandora_console/images/login_background.jpg and /dev/null differ diff --git a/pandora_console/images/login_background.png b/pandora_console/images/login_background.png new file mode 100644 index 0000000000..d1b2ca5add Binary files /dev/null and b/pandora_console/images/login_background.png differ diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index cc013fe35d..6292616358 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -310,12 +310,9 @@ div#foot { left: 0; z-index: -999; - background-image: url('../../images/login_background.jpg'); + background-image: url('../../images/login_background.png'); background-color: #3f3f3f; - background-size: cover; - -moz-background-size: cover; - -webkit-background-size: cover; - -o-background-size: cover; + background-repeat: repeat; } @media screen and (max-width: 1024px) { /* Specific to this particular image */ @@ -2776,4 +2773,4 @@ div#agent_wizard_subtabs { #code_license_dialog a { text-decoration: underline; -} \ No newline at end of file +}