Revert some Style Changes for Exchange Portion

This commit is contained in:
Virtuworks 2014-07-08 21:13:24 -04:00
parent 92fc0bf4fe
commit 48509c59b2
2 changed files with 5 additions and 5 deletions

View file

@ -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;}

View file

@ -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;}