From f4ffb30153dbedb285c5929540f02cf588ccdd0b Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 19 Jul 2012 23:05:25 +0000 Subject: [PATCH] Added iframed fixes to default.css in classic, light and midnight console themes --- .../resources/themes/console/classic/default.css | 13 +++++++++++++ .../resources/themes/console/light/default.css | 13 +++++++++++++ .../resources/themes/console/midnight/default.css | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/installer/resources/themes/console/classic/default.css b/installer/resources/themes/console/classic/default.css index ed7c727c4..c6feba50c 100644 --- a/installer/resources/themes/console/classic/default.css +++ b/installer/resources/themes/console/classic/default.css @@ -9,6 +9,11 @@ body { box-sizing: border-box; } +body.iframed { + background: transparent url('../dark/images/transparent.gif') !important; + padding-top: 5px; +} + div { -moz-box-sizing: border-box; box-sizing: border-box; @@ -158,6 +163,14 @@ hr { -moz-box-shadow: inset 0px 0px 0px 1px #99f; } +.iframed .panel { + margin: 16px auto -8px auto !important; +} + +.iframed .panel.iframed { + margin: 0 auto -8px auto !important; +} + .panel .footer { padding: 4px; diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css index ac16f21db..157548cee 100644 --- a/installer/resources/themes/console/light/default.css +++ b/installer/resources/themes/console/light/default.css @@ -20,6 +20,11 @@ body { background: #99f url(images/snowcamo.png); } +body.iframed { + background: transparent url('../dark/images/transparent.gif') !important; + padding-top: 5px; +} + div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; @@ -253,6 +258,14 @@ hr { color: #000011; } +.iframed .panel { + margin: 16px auto -8px auto !important; +} + +.iframed .panel.iframed { + margin: 0 auto -8px auto !important; +} + .panel .footer { float: right; padding: 4px; diff --git a/installer/resources/themes/console/midnight/default.css b/installer/resources/themes/console/midnight/default.css index 5682b1707..e9e92c984 100644 --- a/installer/resources/themes/console/midnight/default.css +++ b/installer/resources/themes/console/midnight/default.css @@ -13,6 +13,11 @@ body { box-sizing: border-box; } +body.iframed { + background: transparent url('../dark/images/transparent.gif') !important; + padding-top: 5px; +} + div { -moz-box-sizing: border-box; box-sizing: border-box; @@ -167,6 +172,14 @@ hr { -moz-box-shadow: inset 0px 0px 0px 1px #99f; } +.iframed .panel { + margin: 16px auto -8px auto !important; +} + +.iframed .panel.iframed { + margin: 0 auto -8px auto !important; +} + .panel .footer { padding: 4px;