Ignore:
Timestamp:
2011/01/08 15:31:42 (13 years ago)
Author:
yomoro
Message:

スマートフォンのカート画面以降のレイアウト微調整・ボタンのcss化

File:
1 edited

Legend:

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

    r19839 r19858  
    66background: #fff; 
    77border: 1px solid #B4B4B4; 
    8 font: bold 17px 'Helvetica-Bold'; 
     8font: bold small 'Helvetica-Bold'; 
    99padding: 0;    
    1010margin: 10px 0; 
     
    1616border-top: 1px solid #B4B4B4; 
    1717list-style-type: none; 
    18 padding: 7px 10px 7px 10px; 
     18padding: 4px 6px; 
    1919} 
    2020li:first-child { 
     
    111111table td { 
    112112margin: 0; 
    113 max-width: 200px; 
     113max-width: 250px; 
    114114height: 2em; 
    115115background-color: #ffffff; 
     
    466466} 
    467467 
     468/* テーブル・商品詳細 
     469----------------------------------------------- */ 
     470#detailrightblock table th { 
     471font-size: 15px; 
     472font-weight: normal; 
     473} 
     474 
     475/* お客様情報入力 
     476----------------------------------------------- */ 
     477table[summary="お客様情報入力"] td{ 
     478padding-left:5px; 
     479text-align: left; 
     480vertical-align: middle; 
     481} 
     482 
    468483/* お問い合わせ 
    469484----------------------------------------------- */ 
Note: See TracChangeset for help on using the changeset viewer.