From ae63f2dac61cafff7597023e710d9d18a2c5a093 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 19 Apr 2012 15:29:57 +0000 Subject: [PATCH] 2012-04-19 Juan Manuel Ramon * images/skin/skin_default/include/styles/pandora.css: Modified styles in skin like in the main css style file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++ .../skin_default/include/styles/pandora.css | 41 +++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 80a5e1d6f4..85a91d2cef 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-19 Juan Manuel Ramon + + * images/skin/skin_default/include/styles/pandora.css: Modified + styles in skin like in the main css style file. + 2012-04-19 Vanessa Gil * godmode/setup/setup.php: Changed timezone by default. diff --git a/pandora_console/images/skin/skin_default/include/styles/pandora.css b/pandora_console/images/skin/skin_default/include/styles/pandora.css index 94e306c970..8c88f7e125 100644 --- a/pandora_console/images/skin/skin_default/include/styles/pandora.css +++ b/pandora_console/images/skin/skin_default/include/styles/pandora.css @@ -33,6 +33,29 @@ body { background: #022F5C; } +#login_body { + /* Set rules to fill background */ + min-height: 100%; + min-width: 1024px; + + /* Set up proportionate scaling */ + width: 100%; + height: auto; + + /* Set up positioning */ + position: fixed; + top: 0; + left: 0; + z-index: -999; +} + +@media screen and (max-width: 1024px) { /* Specific to this particular image */ + #login_body { + left: 50%; + margin-left: -512px; /* 50% */ + } +} + body.pure { background: #fff none!important; } @@ -440,6 +463,24 @@ label { font-weight: bold; text-align: left; } +#bottom_logo { + bottom: 0; + height: 70px; + margin: 0 auto 0 44%; + overflow: hidden; + position: fixed; +} + +#ver_num { + bottom: 0; + height: 20px; + right: 0; + padding-right: 20px; + overflow: hidden; + position: fixed; + color: #696969 +} + th > label { padding-top: 7px; }