Ignore:
Timestamp:
2010/12/29 17:13:17 (13 years ago)
Author:
yomoro
Message:

カートページのデザイン修正及び商品種別でのカート振り分け対応(一時)

Location:
branches/version-2_5-dev/html/sphone/user_data/packages/sphone/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/sphone/user_data/packages/sphone/css/table.css

    r19720 r19789  
    416416/* テーブル・カゴ 
    417417----------------------------------------------- */ 
     418 
     419table[summary="商品情報"]{ 
     420    font-size:60%; 
     421} 
     422 
    418423table[summary="商品情報"] tr:nth-child(even) td{ 
    419424background-color: #ffffff; 
     
    430435max-width: 200px; 
    431436} 
    432 table[summary="商品情報"] tr:nth-child(even) td:first-child{ 
    433 width: 38%; 
    434 font-size: 13px; 
    435 } 
    436437table[summary="商品情報"] tr:nth-child(even) td:last-child{ 
    437 width: 38%; 
     438width: 15%; 
    438439overflow: visible; 
    439440} 
     
    448449table[summary="商品情報"] ul li a{ 
    449450display: inline-block; 
    450 margin: 7px; 
     451margin: 1px; 
     452padding:0; 
    451453} 
    452454table[summary="商品情報"] tr:nth-last-of-type(1) td, 
  • branches/version-2_5-dev/html/sphone/user_data/packages/sphone/css/wreckage.css

    r19720 r19789  
    2020} 
    2121.phototd { 
    22     width: 75px; 
     22    width: 60px; 
    2323    text-align: center; 
    2424} 
Note: See TracChangeset for help on using the changeset viewer.