This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author iamncla @ github.com | |
* @see Mage_Customer_Block_Widget_Dob | |
*/ | |
?> | |
<label for="<?php echo $this->getFieldId('month')?>"<?php if ($this->isRequired()) { echo ' class="required"'; } ?>><?php echo $this->__('Birthday') ?></label> | |
<div class="customer-dob"> | |
<div class="dob-month"> | |
<select name="<?php echo $this->getFieldName('month'); ?>" id="<?php echo $this->getFieldId('month'); ?>"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.h1_opc{text-transform:uppercase;font-size:22px;color:#000;} | |
.onepagecheckout_loginarea { margin: 10px 0 20px; } | |
.op_login_area{width:200px;padding:10px;border:1px solid #ccc;margin-bottom:15px;} | |
.op_login_area sup{color:#767676;font-size: 12px;line-height:0;margin-left:3px;position:relative;top:6px;} | |
.op_login_area .buttons-set{margin-top:10px;} | |
.op_login_area .buttons-set a{color:#767676;} | |
.op_login_area .page-title{margin-bottom:10px;} | |
.close_la{position:relative;margin-bottom:-16px;top:-16px;right:-16px;cursor:pointer;float:right;width:16px;height:16px; | |
background:url("../images/onepagecheckout/cancel.png") no-repeat scroll 0 0 transparent;} |