diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Containers.css b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Containers.css index 21ac53e8..e124947c 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Containers.css +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Containers.css @@ -15,10 +15,10 @@ .Popup-HeaderLeft, .Popup-HeaderRight {display:none;} /* not modified */ -.ExchangeHeader {float: left; background: transparent url(../images/Exchange/main_bg_sh.gif) left top repeat-y; background-size:991px 1px;} -.ExchangeBody {float: left; background: transparent url(../images/Exchange/module_header_sh.gif) left -35px no-repeat; background-size:991px 142px; clear: both;} -.ExchangeBottom {float: left; background: transparent url(../images/Exchange/module_footer_sh.gif) left bottom no-repeat; background-size:991px 5px;} -.ExchangeFooter {float: left; background: transparent url(../images/Exchange/bottom_bg_sh.gif) left top repeat-y; background-size:991px 1px; padding-bottom: 10px;} +.ExchangeHeader {float: left; background-size:991px 1px;} +.ExchangeBody {float: left; background-size:991px 142px; clear: both;} +.ExchangeBottom {float: left; background-size:991px 5px;} +.ExchangeFooter {float: left; background-size:991px 1px; padding-bottom: 10px;} #ExchangeContainer {background-color: transparent;} #ExchangeContainer .Module {background-color: Transparent;} #ExchangeContainer .Header {margin: 0px; background: Transparent; padding: 20px 0px 10px 20px; width: auto; clear: both;} diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css index 6dfcb3de..386d1925 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css @@ -15,7 +15,7 @@ body {font-family:'Segoe UI Light','Open Sans',Arial; color:#333; margin:0px; pa #Header .Account {text-align:right; padding:3px 6px 0 0;} #TopMenu {position:relative; width:100%; min-width:880px; height:74px; background:#2e8bcc; z-index:99;} #Breadcrumb {margin:10px;} -#Breadcrumb .Path {padding:8px; margin-bottom:20px; background-color:#f5f5f5;} +#Breadcrumb .Path {padding:20px; margin-bottom:20px; background-color:#f5f5f5;} #Breadcrumb .Path img {display:none;} #Breadcrumb .Path a:not(:last-child):after, #Breadcrumb .Path span a:after {content:'/\00a0'; padding:0 5px 0 10px; color:#999;} #Breadcrumb .Path a, #Breadcrumb .Path a:Active, #Breadcrumb .Path a:Visited, #Breadcrumb .Path a:Hover {color:#428bca; font-size:13px; line-height:1.428571429;}