Changeset 21168 for branches


Ignore:
Timestamp:
2011/08/09 18:46:46 (13 years ago)
Author:
nanasess
Message:

#1413 レイアウト微調整

Location:
branches/version-2_11-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/deliv.tpl

    r21132 r21168  
    7474   <!--{/if}--> 
    7575    </dt> 
    76       <dd> 
     76      <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->> 
    7777        <!--{assign var=key value=$arrAddr[cnt].pref}--> 
    7878        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br /> 
     
    8282 <!--{/section}--> 
    8383 
     84<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    8485<div class="inner"> 
    85 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    8686  <a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a> 
     87</div> 
    8788<!--{/if}--> 
    88 </div> 
     89</div><!--▲formBox --> 
    8990 
    90 </div><!--▲formBox --> 
    9191 
    9292 
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/contents.css

    r21164 r21168  
    261261display:block; 
    262262} 
     263.deliv_check dd.end { 
     264border-bottom: none; 
     265} 
    263266.deliv_check dd p{ 
    264267display:inline; 
Note: See TracChangeset for help on using the changeset viewer.