This is the body tag in the ez-checkout home.tpl
Code:
<body{if $smarty.get.mode eq "checkout" && $smarty.get.paymentid ne ""} onload="showPanel(document.getElementById('tab1'), 'wcm_panel1');"{/if}>
Then this is the style.css in the same directory
Code:
a.wcm_tab {
border-collapse: collapse;
border-style: solid solid solid solid;
border-color: black;
border-width: 1px 1px 1px 1px;
background-color: silver;
padding: 4px 10px 4px 10px;
margin-top: 4px;
text-decoration: none;
}
.wcm_panel { background-color: white; padding: 25px 0px 0px 0px; }
td.menuback{
background-color: #C0C0C0;
border-bottom: 1px #000000 solid;
border-left: 1px #808080 solid;
border-top: 1px #808080 solid;
}
td.menu {
background-color: #FFFFFF;
border-left: 1px #000000 solid;
border-top: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td.border {
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
}
I tried zero'ing out all the padding settings in this one, but it didn't change anything.
UPDATE:
I actually just messed with it some more, and it has to do with my minicart that I've embedded into the header. If I'm on the cart page and its got products in it, everythings all messed up. If the cart is empty, it looks fine. silly, because its the same exact size either way