Ignore:
Timestamp:
2009/09/02 18:26:38 (15 years ago)
Author:
Seasoft
Message:
  • 商品規格プルダウンに品切れを表示
  • 商品規格プルダウンの選択によって、関連項目を動的に更新

関連URL:  http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3463&forum=10

  • 商品一覧と商品詳細のテンプレートをコードレベルで出来るだけ揃えた
  • 不要な処理を削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/products.css

    r18207 r18277  
    122122} 
    123123 
    124 div.listrightblock .soldout { 
    125     clear: both; 
    126 } 
    127  
    128124div.listrightblock .in_cart { 
    129125    margin: 20px auto 5px 130px; 
     
    159155div.listrightblock .cartbtn { 
    160156    clear: both; 
    161     text-align: center; 
    162157} 
    163158 
     
    208203 
    209204div#detailrightblock dl { 
    210     padding: 15px 0 0 0; 
     205    padding: 0; 
    211206} 
    212207 
    213208div#detailrightblock dt { 
    214209    font-weight: bold; 
     210    margin: 15px 0 0 0; 
    215211    padding: 0 0 0 15px; 
    216212    background: url("../img/common/arrow_gray.gif") no-repeat left center; 
     
    235231} 
    236232 
     233/* 商品共通 */ 
     234 
     235.cartbtn { 
     236    text-align: center; 
     237} 
     238 
    237239/* サブタイトル 
    238240----------------------------------------------- */ 
Note: See TracChangeset for help on using the changeset viewer.