From 25ac37183fb3fd03ad3cef4ac8450d80afeca17c Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Thu, 15 Nov 2012 02:32:52 +0000 Subject: [PATCH] MDL-36608 theme_sky_high: Fixes admin page header --- theme/sky_high/style/admin.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/theme/sky_high/style/admin.css b/theme/sky_high/style/admin.css index 6f388ace350..60fee9d1a9d 100644 --- a/theme/sky_high/style/admin.css +++ b/theme/sky_high/style/admin.css @@ -17,13 +17,6 @@ body.pagelayout-admin.has_dock { padding: 0; text-align: left; } -.pagelayout-admin #page-header { - background:#97d3f4 url([[pix:theme|header]]) no-repeat top right; - margin-bottom: 0px; - height: 105px; - border-bottom: 1px solid #FFF; -} - .pagelayout-admin #page-header #custommenu { display: none; } @@ -33,7 +26,6 @@ body.pagelayout-admin.has_dock { margin: 0; padding: 5px 0; } - .pagelayout-admin #page-footer { text-align: center; height: auto; @@ -44,7 +36,6 @@ body.pagelayout-admin.has_dock { padding: 0; text-align: center; } - .pagelayout-admin #page-content { background: #FFF url([[pix:theme|top_bg]]) repeat-x center top; float: none;